Update to CEF 84.3.10
Posted: Tue Aug 04, 2020 4:03 pm
Hi,
CEF4Delphi is now updated to CEF 84.3.10.
CEF only has some building script changes that are not important for us but I added two new demos that show how to load browser extensions!
The new demos are located inside the "demos/Delphi_VCL/Extensions" directory :
https://bitbucket.org/chromiumembedded/cef/issues/1947
The CEF binaries are these :
CEF4Delphi is now updated to CEF 84.3.10.
CEF only has some building script changes that are not important for us but I added two new demos that show how to load browser extensions!

The new demos are located inside the "demos/Delphi_VCL/Extensions" directory :
- HelloWorldExt : Loads a simple "Hello World" extension.
- PageColorExt : Loads the "Set Page Color" extension that allows you to change the page background color.
- alarms
- alarms.create
- alarms.get
- alarms.getAll
- alarms.clear
- alarms.clearAll
- contentSettings
- contentSettings.clear
- contentSettings.get
- contentSettings.set
- contentSettings.getResourceIdentifiers
- storage
- storage.get
- storage.set
- storage.remove
- storage.clear
- storage.getBytesInUse
- tabs
- tabs.get
- tabs.create
- tabs.executeScript
- tabs.insertCSS
- tabs.setZoom
- tabs.getZoom
- tabs.setZoomSettings
- tabs.getZoomSettings
https://bitbucket.org/chromiumembedded/cef/issues/1947
The CEF binaries are these :