-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Chromium v66 #403
Comments
A log of CEF changes in v66 is available here: |
Current master builds fine on Linux. |
Linux CEF prebuilt binaries are already available. See the v66-upstream release tag: |
All examples run fine, except the tkinter example which hanged.
Current master builds and runs fine on Windows. The v66-upstream release was updated with Windows 32-bit prebuilt binaries. |
Generate a patch file with changes.
PK_DIR_RESOURCES should not be included in CefOverridePath patch (Issue #231), since there is already a way to set resources dir path using CefSettings.resources_dir_path.
Add tests for OnTextSelectionChanged. Add on_load_end() helper func in unit tests.
New APIs added in rev 1671a40: |
New APIs in rev f8a460f: |
Add |
Rev 2b78a3e: |
Add "snippets/mouse_clicks.py" in rev 5b51fc3 - Perform mouse clicks and mouse movements programmatically. |
Add cef.GetDataUrl(). Update README-examples.md - add Snippets section. Update PyInstaller example.
Rev 2415a8f:
|
CEF Python v66.0 released: |
So far there were no issues reported for the v66 release, so closing. |
Chromium v66 (branch 3359) is currently a supported Release branch in upstream CEF and can be downloaded from Spotify builds.
Notable changes since v57 (incomplete list):
BrowserSettings.background_color
. Ref: Update to Cef Version 59.0.0 cefsharp/CefSharp#2114tools/automate.py
enable_precompiled_headers=false
can be set to avoid known issue with clang.New branch "cefpython58" should be created from current master before updating.
Related:
The text was updated successfully, but these errors were encountered: