github cefsharp/CefSharp v84.3.10-pre

latest releases: v124.3.80, v124.3.50, v124.3.20...
pre-release3 years ago

August 05, 2020, CEF 84.3.10+ga46056b+chromium-84.0.4147.105 / Chromium 84.0.4147.105

CEF now supports the Chromium Network Service which brings a huge number of breaking API changes, please make sure you read #2743 for details if you are upgrading from a version prior to 75.1.x.

Visual C++ 2015 or greater is required, see Notes below for more information

Change Log

For a complete list of changes see the 84.3.x Milestone.

Notes

Known Issues

Breaking Changes

  • For Network Service API changes see #2743
  • All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
  • When using a RequestContext you must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
  • Adobe Flash is disabled by default, it can be re-enabled if required #3048
    (Flash support is scheduled to be removed from Chromium)
  • Migrating from ResourceHandler.GetMimeType to Cef.GetMimeType for mimeType mapping see #3041
  • PdfPrintSettings.MarginTop/MarginLeft/MarginRight/MarginBottom changed from double to int to match the CEF API #3196
  • See also https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+label%3Abreaking-change+milestone%3A83.3.x+is%3Aclosed

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.