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 76.1.5

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

Update to CEF 76.1.5

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