September 15, 2016, Chromium 53.0 / CEF 3.2785.1478 (Chromium 53.0.2785.101)
- CEF version based on the
2785
branch (Chromium53
): https://bitbucket.org/chromiumembedded/cef/branch/2785 - Related
CefSharp
branch https://github.com/cefsharp/CefSharp/tree/cefsharp/53 CEF
release builds sourced from http://opensource.spotify.com/cefbuilds/index.html- #1002 WPF: ChromiumWebBrowser as child to ScrollViewer prevent focus of HTML elements [@amaitland]
- #1634 WPF, OffScreen GPU Problems [@amaitland]
- #1683 SetFocus AccessViolation [@amaitland]
- #1720 Feature Request - Update BrowserSubProcess to be Per-monitor DPI aware [@amaitland]
- #1729 anonymous function callback inside an object parameter [@Tuxan]
- #1734 Offscreen popup (dropdown list) merge with the background browser. [@valentin-deschaintre]
- #1748 Feature Request - Add IBrowserProcessHandler.OnScheduleMessagePumpWork [@amaitland]
- #1749 Feature - Add IBinder [@amaitland]
- #1753 Configure directory where msbuild will copy CefSharp files [@intrueder]
- #1764 Fix LifeSpanHandler not Called During Dispose [@dpbackes]
- #1774 PostBuild error on CefSharp.BrowserSubprocess [@amaitland]
- #1775 Dropdown list no longer opens [@amaitland]
- #1780 CefSettings Duplicate Args exception [@amaitland]
- #1788 Fixing nullreferenceexception on ControlExtensions.IsActive [@smcilveen]
- #1790 NullReferenceException from SchemeHandlerFactoryWrapper.Create [@justin-caldicott]
Notes
Chromium
has removed support forWindows XP
,Windows Vista
,Windows Server 2003
andWindows Server 2008
.
https://chrome.googleblog.com/2015/11/updates-to-chrome-platform-support.html- Due to licensing issues default builds do not support proprietary codecs like
H264
andMP3
, sites likeNetflix
won't play video/audio.
Known Issues
- WPF/Offscreen PDF rendering isn't working with GPU Acceleration enabled see #1799 for tracking of the problem. Will require an
upstream
fix inCEF
. - See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue
Breaking Changes
Cef.OnContextInitialized
has been removed and is now part of theIBrowserProcessHandler
interface.Cef.Initialize
paramshutdownOnProcessExit
has been removed (It wasn't used).