August 9, 2018, CEF 3.3396.1786.gd3e36d0 / Chromium 67.0.3396.79
Visual C++ 2015 is now required, see Breaking Changes below for more information
- #2277 CefFileDialogMode should probably not have [Flags] [@fuzzykiller]
- #2408 WPF/OffScreen Mouse wheel becomes unresponsive [@amaitland]
- #2428 Fix possible null reference of RenderHandler [@DamirAinullin]
- #2431 WPF/OffScreen require setting windowless_rendering_enabled in 67+ [@amaitland]
- #2448 Feature Request - Add IRequestContextHandler.OnRequestContextInitialized [@amaitland]
- #2463 OffScreen - Remove BrowserSettings property [@amaitland]
- #2466 Feature Request - JSB throw exception if Window/Form/Control is bound [@amaitland]
- #2468 Feature Request - IFocusHandler should expose IBrowser [@amaitland]
- #2470 Feature Request - IDownloadHandler Add IWebBrowser param [@amaitland]
- #2474 GetScreenInfo - Allow setting of Rect/AvaliableRect [@alfein]
- #2477 Move CefSettings into Wpf, WinForms and Offscreen namespaces [@amaitland]
Notes
Chromiumhas removed support forWindows XP,Windows Vista,Windows Server 2003andWindows Server 2008. See https://chrome.googleblog.com/2015/11/updates-to-chrome-platform-support.htmlMP3audio is now supported by default.- Due to licensing issues default builds do not support proprietary codecs like
H264, sites likeNetflix/Twitter/Instagramwon't play video/audio. See #1479 for more info. CEFhas switched from using breakpad to crashpad for error reporting see https://bitbucket.org/chromiumembedded/cef/wiki/CrashReporting.md for details, make sure you setExternalHandler=CefSharp.BrowserSubprocess.exe- Anyone new to
CefSharpshould read the General Usage Guide - This project uses
GitLinkfor better debugging, see #1680 - The
chrome_elf.dllis now required, it's used for crashpad (crash reporting). SharedBufferArrayshould be disabled in this release, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer and https://bitbucket.org/chromiumembedded/cef/issues/2360/sharedarraybuffer-enabled-so-cef-3112-3282
Known Issues
WinFormswhen running onWindows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reportedupstream, there are workarounds listed in #1822- Registered JavaScript objects get lost when navigating to another domain (#1203), see #2247 for details on the new implementation.
WinFormsversion in certain scenarios fails to load theUrlpassed into theChromiumWebBrowserconstructor, see #2234 (comment) for workaround.WPF/Offscreenrendering stops redrawing on resize seeupstreamissue https://bitbucket.org/chromiumembedded/cef/issues/2370/cefrenderhandler-onpaint-stops-receiving- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
Breaking Changes
CefSharprequiresVisual C++ 2015starting with this release. See #1983 for details. You can bin deploy theVC++dependencies, read theFAQfor more.CefSettingshas moved fromCefSharpnamespace, there are now specific versions inWpf,WinFormsandOffScreennamespaces, add the relevant namespace prefix or using statement, see #2477 for details.IDialogHandler.OnFileDialoghas an additionalCefFileDialogFlags flagsparam, see #2280 for details.IFocusHandlermethods now have additional params, see #2468IDownloadHandlermethods now have additional params, see #2470