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.3440.1802.g9512b3f

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

Update to CEF 3.3440.1802.g9512b3f

Post by salvadordf »

Hi,

I updated CEF4Delphi to CEF 3.3440.1802.g9512b3f and this is what's new :
  • It includes Chromium 68.0.3440.75
  • GlobalCEFApp.SitePerProcess default value is now TRUE. It was set to false to avoid problems with experimental features but now Chromium has this feature enabled by default.
  • Added the TChromium.SpellChecking and TChromium.SpellCheckerDicts properties. You can use these properties to have multiple dictionaries in the spell checker. TChromium.SpellCheckerDicts accepts a comma delimited list of language codes, for example : TChromium.SpellCheckerDicts := 'en-US,es-ES,fr-FR,de-DE';
The CEF3 binaries are these :
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 3.3440.1802.g9512b3f

Post by thefunkyjoint »

Nice work ! :D
Hitman
Posts: 73
Joined: Sat May 20, 2017 11:08 am

Re: Update to CEF 3.3440.1802.g9512b3f

Post by Hitman »

Thank you!!!!!!!! :D :D :D :D
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3440.1802.g9512b3f

Post by salvadordf »

Thanks! :D

I uploaded a fix for an initialization crash.

In some occasions the cookie manager in CEF wasn't ready when GlobalCEFApp tried to set the cookies storage path and this caused an access violation in a CEF thread that caused the app to crash at startup.

Now GlobalCEFApp initializes the cookies storage path in a custom thread and it uses a TCefWaitableEventRef with a TCefEventCompletionCallback to ensure the cookie manager is fully initialized before calling TCefCookieManagerRef.SetStoragePath.

Please, download CEF4Delphi again.
Hitman
Posts: 73
Joined: Sat May 20, 2017 11:08 am

Re: Update to CEF 3.3440.1802.g9512b3f

Post by Hitman »

Thank you!! :D :D
Post Reply