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 54.0.2840.99 in v54 #272

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

Update to Chrome 54.0.2840.99 in v54 #272

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

Comments

@cztomczak
Copy link
Owner

cztomczak commented Nov 4, 2016

CEF commit:
https://bitbucket.org/chromiumembedded/cef/commits/48e5f3d239cb5c086f75917acd4f21de6fb263f1

Key changes in upstream CEF between commits 7fe3d03...ffd843c (since CEF Python 54.0):

  • Update to Chromium version 54.0.2840.99
  • Fix PDF rendering with OSR
  • Add CefRequestHandler::OnSelectClientCertificate (allows for client certificate selection programmatically)
  • Fix load error when using Request->SetUrl when url contains double byte characters
  • Fix crash related to channel ID support, disable channel ID support
  • Net security (CT, HSTS) expiration based on build age is now disabled by default. Configurable with CefSettings.enable_net_security_expiration.
  • New web plugin API: CefRegisterCdmCallback, CefRegisterWidevineCdm
@cztomczak cztomczak changed the title Update to Chrome 54.0.2840.90 in v54 Update to Chrome 54.0.2840.99 in v54 Nov 11, 2016
cztomczak added a commit that referenced this issue Dec 9, 2016
Update to Cython 0.25.2 (#110).

Changes in API:
- Add ApplicationSettings.net_security_expiration_enabled

Key changes in upstream CEF between commits 7fe3d03...ffd843c (CEF Python 54.0 ... 54.1):
- Update to Chromium version 54.0.2840.99
- Fix PDF rendering with OSR
- Add CefRequestHandler::OnSelectClientCertificate (allows for client certificate selection programmatically)
- Fix load error when using Request->SetUrl when url contains double byte characters
- Fix crash related to channel ID support, disable channel ID support
- Net security (CT, HSTS) expiration based on build age is now disabled by default. Configurable with CefSettings.enable_net_security_expiration.
- New web plugin API: CefRegisterCdmCallback, CefRegisterWidevineCdm
@cztomczak
Copy link
Owner Author

Done in commits 1da0110 and 2f336cf.

@cztomczak cztomczak added this to the v54 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