cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.87k stars 2.92k forks source link

Release Notification - 108.4.x #4325

Closed amaitland closed 1 year ago

amaitland commented 1 year ago

Release 108.4.x

amaitland commented 1 year ago

There are breaking changes to PdfPrintSettings see https://github.com/cefsharp/CefSharp/issues/4311 for details. Importantly custom margins are now in inches, previously they were in points.

amaitland commented 1 year ago

Google has released 108.0.5359.94 which includes a high priority security update. Google is aware that an exploit for CVE-2022-4262 exists in the wild.

Waiting on CEF to update, hopefully a build will be available by end of week.

amaitland commented 1 year ago

No sign of a CEF update yet unfortunately.

amaitland commented 1 year ago

CEF has updated in commit https://bitbucket.org/chromiumembedded/cef/commits/a98cd4cdc0fdc49b6c38ba10cec800922745441e

amaitland commented 1 year ago

xUnit tests were originally failing because of upstream issue https://bitbucket.org/chromiumembedded/cef/issues/3434/cef-108-creates-web-data-and-web-data

Running from a read-only folder (e.g. Program Files) without specifying a CachePath is resulting in a crash. Error message in logs will look like:

[0103/131643.152:WARNING:alloy_constrained_window_views_client.cc(63)] No likely focused browser

Workarounds:

Issue needs to be fixed in CEF.