Page 1 of 1

Update to CEF 75.0.8

Posted: Wed Jun 19, 2019 3:01 pm
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 :

Re: Update to CEF 75.0.8

Posted: Wed Jun 19, 2019 5:19 pm
by thefunkyjoint
This version fixed the bug i mentioned on the prior version. Thanks ! :lol: