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.3029.1604.g364cd86 / Chromium 58.0.3029.81

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

Update to CEF 3.3029.1604.g364cd86 / Chromium 58.0.3029.81

Post 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.
hvassbotn
Posts: 29
Joined: Tue Apr 25, 2017 3:02 pm
Location: Oslo, Norway
Contact:

Re: Update to CEF 3.3029.1604.g364cd86 / Chromium 58.0.3029.81

Post by hvassbotn »

Perfect! Thanks!

/Hallvard
Post Reply