Skip to content

Tags: hcchappy/CefSharp

Tags

v73.1.120-pre01

Toggle v73.1.120-pre01's commit message
Revert "build.ps1 - Upgrade to support new version scheme"

This reverts commit 1f39e42.

v71.0.2

Toggle v71.0.2's commit message
Upgrade to CEF 3.3578.1870.gc974488 / Chromium 71.0.3578.98

v71.0.1

Toggle v71.0.1's commit message
WindowInfo.h - Make unmanaged constructor internal

v71.0.0

Toggle v71.0.0's commit message
RequestContext - Improve CEF UI thread xml doc

v71.0.0-pre01

Toggle v71.0.0-pre01's commit message
Cef.h - Remove ThrowIfCefNotInitialized

As IsInitialized is set when CefInitialize returns and it appears to be possible the OnContextInitialized is called
before it returns then this exception wasn't going to work.

Testing with Cef.GetGlobalRequestContext and Cef.GetGlobalCookieManager and they both return null if called before Cef.Initialize
So it shouldn't be possible to actually access the cookie manager/RequestContext. Improved the xml doc

Resolves cefsharp#2600

v69.0.0

Toggle v69.0.0's commit message
Fix some xml doc encoding issues

v69.0.0-pre01

Toggle v69.0.0-pre01's commit message
Upgrade to CEF 3.3497.1841.g7f37a0a / Chromium 69.0.3497.100

v67.0.0

Toggle v67.0.0's commit message
Xml Doc - Add more comments and fixes

v65.0.1

Toggle v65.0.1's commit message
Cef.Shutdown - Improve Thread Check error message