July 15, 2016, Chromium 51.0 / CEF 3.2704.1432(Chromium 51.0.2704.103)
- CEF version based on the
2704
branch (Chromium51
): https://bitbucket.org/chromiumembedded/cef/branch/2704 - Related
CefSharp
branch https://github.com/cefsharp/CefSharp/tree/cefsharp/51 - #601 Move CefSharp Dependencies to Subfolder [@amaitland]
- #1338 Feature Request - Add Nupkg support for Win32 Platform [@amaitland]
- #1503 Feature Request - Add IBrowserHost.GetNavigationEntriesAsync [@amaitland]
- #1572 Feature Request - Upgrade to .Net 4.5.2 [@amaitland]
- #1591 IResourceHandler exception catching [@amaitland]
- #1671 Remove shutdownOnProcessExit [@amaitland]
- #1703 Windows Server 2008 R2 TerminalServices BEX Access Violation [@JJO30]
- #1710 Update Nuget Readme.txt - Added link to .NET 4.5.2 Developer pack [@VorTechS]
- #1714 Feature Request - Add AnyCPU Support [@amaitland]
- #1717 Feature Request - Add FolderSchemeHandlerFactory [@amaitland]
- #1719 Adding List type conversion [@myrnazhou]
- #1731 Fix bool, number culture, and string escaping in ExecuteScriptAsync with parameters [@chylex]
- #1738 Add overloads for EvaluateScriptAsync to support methodName and args [@PrinceOfEgypt]
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
Known Issues
GPU
acceleration in theWPF
andOffScreen
versions works again in some circumstances (changes to yourapp.manifest
are required) if your still having problems then you'll have to disableGPU
acceleration, see #1634 for all information related to this issue. If your seeing Flickering/Flashing/Dissapearing/Redraw on page rendering, that's related to this issue.
Breaking Changes
CefSharp
now requires at least.Net 4.5.2