Skip to content
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 Chrome 55.0.2883.59 in v55 #271

Closed
cztomczak opened this issue Nov 2, 2016 · 1 comment
Closed

Update to Chrome 55.0.2883.59 in v55 #271

cztomczak opened this issue Nov 2, 2016 · 1 comment
Milestone

Comments

@cztomczak
Copy link
Owner

cztomczak commented Nov 2, 2016

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
@cztomczak cztomczak changed the title Update to Chrome 55.0.2883.28 in v55 Update to Chrome 55.0.2883.44 in v55 Nov 11, 2016
@cztomczak cztomczak changed the title Update to Chrome 55.0.2883.44 in v55 Update to Chrome 55.0.2883.59 in v55 Nov 30, 2016
cztomczak added a commit that referenced this issue Dec 15, 2016
Update to Cython 0.25.2.

Fix Certificate Transparency support causing some SSL sites fail
to load after some time (#279).

Fix ApplicationSettings.cache_path not working (#283).

Fix: Not a clean shutdown in examples, when closing app while browser
is still loading a website (#282).

Fix loading local filesystem urls that contained any of ? & =
characters (#273).

Fix Request.SetPostData and GetPostData segmentation faults (#228).

Add ApplicationSettings.net_security_expiration_enabled.

Update ExecuteJavascript docs with scriptUrl="" and startLine=1
default params. Also worth noting that ExecuteJavascript crashed
in earlier CEF versions when startLine wasn't provided or was <= 0
(Issue #268).

Add a test that measures execution time for calling Python function
from javascript and then js callback.

Add Contributing guidelines / Issue template.

Update automate.py, include ceftests executable.
@cztomczak
Copy link
Owner Author

Done in bfc0a25.
v55.2 released.

@cztomczak cztomczak added this to the v55 milestone Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant