-
-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Milestone
Description
As in the title.
Key changes in upstream CEF between commits a6c42a7...d7f087e (since CEF Python 55.1):
- Update to Chromium version 55.0.2883.59 (Chrome beta channel from Nov 30)
- Fix crash when persisting user preferences
- Fix crash related to channel ID support, disable channel ID support
- Fix load error when using Request->SetUrl when url contains double byte characters
- Net security (CT, HSTS) expiration based on build age is now disabled by default. Configurable with CefSettings.enable_net_security_expiration.
- Add CefSettings.enable_net_security_expiration
- Standardize IME callbacks for off-screen rendering. Add CefRenderHandler.OnImeCompositionRangeChanged. Add CefBrowser IME methods : ImeSetComposition, ImeCommitText, ImeFinishComposingText, ImeCancelComposition
- Add CefWaitableEvent for synchronizing threads (one waits for another to finish work)
- Add CefThread for creating new CEF threads
- Add initial WebUI support. Visit chrome://webui-hosts for the list of supported hosts:
- chrome://accessibility
- chrome://appcache-internals
- chrome://blob-internals
- chrome://credits
- chrome://gpu
- chrome://histograms
- chrome://indexeddb-internals
- chrome://license
- chrome://media-internals
- chrome://net-export
- chrome://net-internals
- chrome://network-error
- chrome://network-errors
- chrome://resources
- chrome://serviceworker-internals
- chrome://system
- chrome://tracing
- chrome://version
- chrome://view-http-cache
- chrome://webrtc-internals
- chrome://webui-hosts
Metadata
Metadata
Assignees
Labels
No labels