Page 1 of 1

Update to CEF 3.3029.1604.g364cd86 / Chromium 58.0.3029.81

Posted: Wed Apr 26, 2017 1:50 pm
by salvadordf
CEF4Delphi now supports CEF 3.3029.1604.g364cd86 which means that it now includes Chromium 58.0.3029.81
  • Update to CEF 3.3029.1604.g364cd86 / Chromium 58.0.3029.81
  • Bug fix for Delphi 10.2 : replaced a TStream.WriteBuffer for TStream.WriteData in a demo.
  • Now the binaries are fully movable. Thanks to yoo! :D
Now you can set the new directory for CEF binaries setting these properties :
  • GlobalCEFApp.FrameworkDirPath
  • GlobalCEFApp.ResourcesDirPath
  • GlobalCEFApp.LocalesDirPath
Check the example in MiniBrowser.

I removed the TCEFApplication.LibCef property because you can use FrameworkDirPath to set its location.

Re: Update to CEF 3.3029.1604.g364cd86 / Chromium 58.0.3029.81

Posted: Wed Apr 26, 2017 2:05 pm
by hvassbotn
Perfect! Thanks!

/Hallvard