Page 1 of 1

Update to CEF 76.1.5

Posted: Thu Aug 01, 2019 4:31 pm
by salvadordf
Hi,

CEF4Delphi has been updated to CEF 76.1.5 which includes Chromium 76.0.3809.87.

The CEF binaries are these : There is a known issue with all the OSR demos in this version. They will crash when when the user tries to resize the browser. If you need to use a browser in OSR mode use the previous CEF4Delphi version while this issue is fixed :
https://github.com/salvadordf/CEF4Delph ... 0.3770.100

I added this code line to almost all of the demos because CEF disables OutOfBlinkCors by default and the NetworkService still has some issues :

Code: Select all

GlobalCEFApp.DisableFeatures  := 'NetworkService,OutOfBlinkCors';