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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Update to CEF 3.3202.1677.gd04a869

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

Update to CEF 3.3202.1677.gd04a869

Post by salvadordf »

Hi,

I've uploaded the CEF4Delphi update to CEF 3.3202.1677.gd04a869 with the following changes :
  • Added a simple timer in the SimpleBrowser and MiniBrowser demos to create the browser when GlobalCEFApp.GlobalContextInitialized is true. There are more "elegant" ways to do this with a critical section but this is easier to understand and implement.
  • Added the GlobalCEFApp.DisableGPUCache property to disable the creation of the "GPUCache" directory.
  • Added the GlobalCEFApp.ProcessType property in case you need to know if the current process is the main browser process or some other type.
  • Added "swiftshader\libEGL.dll" and "swiftshader\libGLESv2.dll" to the CEF files checked at initialization.
  • Removed the parameter in the creation of GlobalCEFApp.
  • Fixed the TCefApplication.InitializeLibrary function. Now it uses the correct variable type in cef_initialize
  • Deleted the *.res files because they are created automatically.
The CEF3 binaries used are :
Post Reply