SIGN IN SIGN UP
cefsharp / CefSharp UNCLAIMED

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

0 0 0 C#

TAGS

20 tags
v110.0.250

Upgrade to 110.0.25+g75b1c96+chromium-110.0.5481.78 / Chromium 110.0.5481.78

v109.1.110

appveyor.yml - Update build version - Release branch

v108.4.130

appveyor.yml - Update as release branch

v107.1.120

Upgrade to 107.1.12+g65b79a6+chromium-107.0.5304.122 / Chromium 107.0.5304.122

v107.1.90

WPF - Experimental LifeSpanHandler optional LifespanHandler constructor arg Resolves #4285

v107.1.50

Core - Add Cef.ShutdownStarted event

v107.1.40

Core - IFrame.IsMain remove ThrowIfFrameInvalid guard - Calling IsMain on an invalid frame is allowable

v106.0.290

Test - CefTimeUtilsFacts.FromBaseTimeToDateTimeShouldWork update precision - Tests pass locally, fail on appveyor, hopefully this should fix

v106.0.260

Tests - Skip failing BrowserRefCountDecrementedOnDispose for now

v105.3.390

Tests - Skip failing BrowserRefCountDecrementedOnDispose for now

v105.3.330

Test - Fix DateTime test Cannot currently return 01/01/1970 as it's mapped to minval Will be fixed in #4234

v104.4.240

Upgrade to 104.4.24+gdf482f6+chromium-104.0.5112.102 / Chromium 104.0.5112.102

v104.4.180

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

v103.0.120

Upgrade to 103.0.12+g8eb56c7+chromium-103.0.5060.134 / Chromium 103.0.5060.134

v103.0.90

Upgrade to 103.0.9+gd0bbcbb+chromium-103.0.5060.114 / Chromium 103.0.5060.114

v103.0.80

DevTools Client - Upgrade to 103.0.5060.66

v102.0.100

Upgrade to CEF 102.0.10+gf249b2e+chromium-102.0.5005.115 / Chromium 102.0.5005.115

v102.0.90

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.

v101.0.180

Upgrade to CEF 101.0.18+g367b4a0+chromium-101.0.4951.67 / Chromium 101.0.4951.67

v101.0.150

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