Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Update to CEF 85.3.5

Post Reply
User avatar
salvadordf
Posts: 4049
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 85.3.5

Post 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
Post Reply