November 01, 2015, Chromium 45.0 / CEF 3.2454.1344
- CEF version based on the
2454
branch (Chromium45
): https://bitbucket.org/chromiumembedded/cef/branch/2454 - Related
CefSharp
branch https://github.com/cefsharp/CefSharp/tree/cefsharp/45 - Upgrade to VC++ 2013
- Add support for
VS2015
- Remove support for
VS2012
- Internal
PDF Viewer
works again - Add
Cef.EnableHighDPISupport()
- Support for Widevine CDM added
NPAPI
support removed fromChromium
FFMPEG
now statically compiled (ffmpegsumo.dll
has been removed as a result)- #720 : Video Fullscreen does not work [@amaitland]
- #1255 : Feature default exception strings browser subprocess [@illfang]
- #1272 : Only Enable WCF when JSB is active [@amaitland]
- #1275 : Feature Request - Print to PDF [@arsher]
- #1276 : Make
ICookieManager.FlushStore
Async [@amaitland] - #1282 : Add
GetGeolocationAsync
Implementation [@amaitland] - #1283 : Update cef.sdk.profs import to use SolutionDir [@Haraguroicha]
- #1300 : Add
IRequestHandler.OnResourceResponse
[@amaitland] - #1306 : Upgrade to CEF 3.2454.1326 [@amaitland]
- #1318 : Feature multi binding test [@illfang]
- #1320 : Quickfix format test HTML files [@illfang]
- #1322 : Implement
IDragHandler.OnDraggableRegionsChanged
[@amaitland] - #1323 : Implement
IContextMenuHandler.RunContextMenu
[@amaitland] - #1325 : Implement
IPluginHandler.OnBeforePluginLoad
[@amaitland] - #1355 : Feature optimized promise creation [@illfang]
- #1372 :
ExecuteScriptAsync
Execute method with params [@amaitland] - #1386 : Feature Request - Add
CefSettings.UserDataPath
[@amaitland] - #1387 : Bad response StatusCode with redirection [@amaitland]
Breaking Changes
- Rename
IComplectionHandler
toICompletionCallback
- Removed
IRequestHandler.OnBeforePluginLoad
(was moved in theCEF API
) - Rename
ICookieManager.FlushStore
toICookieManager.FlushStoreAsync
(now uses a Task to execute)