TAGS
20 tagsUpgrade to 110.0.25+g75b1c96+chromium-110.0.5481.78 / Chromium 110.0.5481.78
appveyor.yml - Update build version - Release branch
appveyor.yml - Update as release branch
Upgrade to 107.1.12+g65b79a6+chromium-107.0.5304.122 / Chromium 107.0.5304.122
WPF - Experimental LifeSpanHandler optional LifespanHandler constructor arg Resolves #4285
Core - IFrame.IsMain remove ThrowIfFrameInvalid guard - Calling IsMain on an invalid frame is allowable
Test - CefTimeUtilsFacts.FromBaseTimeToDateTimeShouldWork update precision - Tests pass locally, fail on appveyor, hopefully this should fix
Tests - Skip failing BrowserRefCountDecrementedOnDispose for now
Tests - Skip failing BrowserRefCountDecrementedOnDispose for now
Test - Fix DateTime test Cannot currently return 01/01/1970 as it's mapped to minval Will be fixed in #4234
Upgrade to 104.4.24+gdf482f6+chromium-104.0.5112.102 / Chromium 104.0.5112.102
Core - ResourceHandler.ForErrorMessage auto dispose of Stream Dispose of stream when done, cannot reuse ResourceHandler. Follow up to https://github.com/cefsharp/CefSharp/pull/4119
Upgrade to 103.0.12+g8eb56c7+chromium-103.0.5060.134 / Chromium 103.0.5060.134
Upgrade to 103.0.9+gd0bbcbb+chromium-103.0.5060.114 / Chromium 103.0.5060.114
Upgrade to CEF 102.0.10+gf249b2e+chromium-102.0.5005.115 / Chromium 102.0.5005.115
Core - Cef.WaitForBrowsersToClose increase Wait Timeout - After upgrading to M102 shutdown appears to be taking longer, so we'll increase the Wait timeout from 500ms to 750ms to allow CEF a little more time to finish processing.
Upgrade to CEF 101.0.18+g367b4a0+chromium-101.0.4951.67 / Chromium 101.0.4951.67
OffScreen - CaptureScreenshotAsync change to Scale default - Previously when no Scale was specified, then the previous ChromiumWebBrowser scale was used. - Now Viewport defaults to a scale of 1, so the behaviour has been changed so the scale passed as the param is always used. - Test updated This is a minor breaking change. Resolves #4091