TAGS
20 tagsWPF - Remove workaround for Cursors not loading correctly Leaving the EmbeddedCursor class incase there's further issues Issue has been fixed upstream https://bitbucket.org/chromiumembedded/cef/issues/3270/osr-pan-icon-missing-when-pressing-the Test url https://developer.mozilla.org/en-US/docs/Web/CSS/cursor#values Issue #4021
Upgrade to CEF 100.0.14+g4e5ba66+chromium-100.0.4896.75 / Chromium 100.0.4896.75
DevTools Client - Upgrade to Chromium 100.0.4896.60
Upgrade to CEF 99.2.14+g3f796b8+chromium-99.0.4844.84 / Chromium 99.0.4844.84
WinForms - Hide ChromiumHostControlBase.BrowserHwnd property from designer
Upgrade to CEF 98.1.21+g9782362+chromium-98.0.4758.102 / Chromium 98.0.4758.102
Net Core - Fix failing test - WaitForQUnitTestExeuctionToComplete was renamed to CreateBrowserAndWaitForQUnitTestExeuctionToComplete
Upgrade to CEF 97.1.6+g8961cdb+chromium-97.0.4692.99 / Chromium 97.0.4692.99
Core - CefResourceRequestHandlerAdapter.GetCookieAccessFilter object reference not set to an instance of an object. For resource requests that are handled by CefRequestContextHandlerAdapter::GetResourceRequestHandler then _browserControl field will be null, added additional checks before calling TryGetBrowserCoreById Follow up to https://github.com/cefsharp/CefSharp/commit/4ade0b8284d4f95f763c471a867139bff2bac2a9 Issue #3967
WPF - Update CleanupElement when PresentationSource changes - If the CleanupElement is a Window then move it to the new Window
Test - Skip LoadJavaScriptBindingQunitTestsSuccessfulCompletion Issue #3867
Upgrade to CEF 96.0.18+gfe551e4+chromium-96.0.4664.110 / Chromium 96.0.4664.110
BrowserSubProcess - Change SetProcessShutdownParameters priority to 0x200 - Change to 0x200 which is low end of 'Application reserved "in between" shutdown range.' - Remove logging as it wasn't working, must be too early to use the LOG(INFO) CEF macro Test with a GetProcessShutdownParameters in debugger shows working e.g. if (SetProcessShutdownParameters(0x200, SHUTDOWN_NORETRY)) { DWORD level = 0; DWORD flags = 0; GetProcessShutdownParameters(&level, &flags); } Issue #3155
WinForms - Improve hosting of popups using ChromiumHostControl - Add IChromiumWebBrowserBase which is can be used for ChromiumWebBrowser instances and ChromiumHostControl - Reduce code duplication for extensions methods - Update WinForms Example
DevTools Client - Upgrade to 96.0.4664.55
WPF - OnWindowStateChanged only set browser to visible if IsVisible = true Previously all browser instances were set to visible when the window was restored from minimized state
DevTools Client - Upgrade to Chromium 95.0.4638.54