-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
This is an umbrella release to support the Chromium 62 version in CefSharp, which I think a lot of you are waiting for.
Some of the known issues thus far:
-
Upgrade to 3.2924.1575.g97389a9 / Add support for Visual Studio 2017 cef-binary#46 - publish cef.redist and cef.sdk packages. This work has been started by @peters but is not fully completed yet. (and his PR is using an old CEF version as well.)I think we take the simpler approach in Upgrade to CEF 62 cef-binary#53 for now. - Upgrade
cef.sdkdependency in CefSharp, making required changes as needed - merged in Upgraded to CEF 62 #2203. - Javascript Bound objects no longer registered after cross-site navigation #1203 - JS bindings are no longer working as expected. Fixing this might be postponed to post-62.0.0 release, see this comment and use the 👍 and 👎 to cast your vote.
- Perhaps other things, not yet noted.
Fixes we get for free because of the upgrade:
- Closes PDF scrolling with mouse wheel not working #1916: PDF scrolling with mouse wheel not working
- Closes BrowserSubprocess memory leak + crash. #2170: BrowserSubprocess memory leak + crash.
- Closes WebGL software rendering is broken in CefSharp 57 #2182: WebGL software rendering is broken in CefSharp 57
- Probably a bunch of others, see https://github.com/cefsharp/CefSharp/releases/tag/v62.0.0-pre01 for the full release notes.
Update: Prerelease packages are available on nuget.org, please ensure to check the "Include prereleases" checkbox in the NuGet settings in Visual Studio.
SilverDragon135, AgapovAlexsey, tuarua, Cansii, TouchRu and 10 moreAgentFire