Page 1 of 1

Update to CEF 85.3.5

Posted: Thu Sep 10, 2020 9:35 am
by salvadordf
Hi,

CEF4Delphi is now updated to CEF 85.3.5.

This is what's new in the CEF code : The CEF binaries are these : WARNING :
The issue #301 is still present :
https://github.com/salvadordf/CEF4Delphi/issues/301
You still need to add this code as a workaround for this issue :

Code: Select all

GlobalCEFApp.DisableFeatures := 'OutOfBlinkCors';
The MiniBrowser demo now has that workaround as you can see here :
https://github.com/salvadordf/CEF4Delph ... r.pas#L287