Skip to content

Tags: MailbirdInc/CefSharp

Tags

v79.1.360

Toggle v79.1.360's commit message
WinForms - Update xml doc `Dock = DockStyle.Fill` is the default

Make it clear we are setting the default to DockStyle.Fill, this may not be expected
by some. It has been that way for 5+ years, so changing the default would be difficult
and unexpected, instead we make it clearer this is the case.

Resolves cefsharp#3019

v79.1.350

Toggle v79.1.350's commit message
xml doc improvements

v79.1.310-pre

Toggle v79.1.310-pre's commit message
Add cefsharp/79 branch details and update build numbers

- Update appveyor.yml/build.ps1 version numbers to 79.1.310
- Created release branch in README.md

Branch to follow shortly

v75.1.143

Toggle v75.1.143's commit message
Fixed crash accessing js objects dictionary concurrently

v75.1.142

Toggle v75.1.142's commit message
Add a ".NETCoreApp3.0" dependency to the .nuspec files. (cefsharp#2894)

This ensures the transitive dependencies (CefSharp.Common) are correctly resolved in .NET Core 3.0 projects.

Contributes to cefsharp#2796

v75.1.141

Toggle v75.1.141's commit message
ICookieManager - Update xml doc

Updated to reflect upstream changes see https://magpcss.org/ceforum/apidocs3/projects/(default)/CefCookieManager.html

Resolves cefsharp#2855

v75.1.140-pre01

Toggle v75.1.140-pre01's commit message
WcfEnabledSubProcess - OnBrowserDestroyed add null checks and log msg…

… if WCF was null

It's likely the WCF host didn't start and some break points should be added in ManagedCefBrowserAdapter::InitializeBrowserProcessServiceHost
to catch the actual exception. We're not logging as it causes too many false positives as it's expected there will be errors
when browser is created then rapidly Disposed.

Resolves cefsharp#2839

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