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.

Update to CEF 75.0.8

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

Update to CEF 75.0.8

Post by salvadordf »

Hi,

I updated CEF4Delphi to CEF 75.0.8.
  • Restored the GlobalCEFApp.DeleteCookies property
  • GlobalCEFApp.DeleteCache only deletes the cache files, not the cookies.
  • Fixed the issue with the arrow keys in all OSR demos.
  • Fixed the default return values for TCustomCookieAccessFilter.CanSendCookie and TCustomCookieAccessFilter.CandSaveCookie
  • TCustomResourceRequestHandler and TCustomCookieAccessFilter will only be created if needed by the TChromium events.
  • GlobalCEFApp.SitePerProcess is now FALSE by default because it's not fully supported by CEF (yet) and it causes a browser crash when you move the mouse wheel violently in some rare cases.
  • This version of the CEF binaries fixes crashes when a request is aborted during initialization : https://bitbucket.org/chromiumembedded/ ... 76c5630d72
The CEF binaries are these :
thefunkyjoint
Posts: 458
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 75.0.8

Post by thefunkyjoint »

This version fixed the bug i mentioned on the prior version. Thanks ! :lol:
Post Reply