Page 1 of 1

CEF4Delphi update

Posted: Thu May 24, 2018 5:24 pm
by salvadordf
Hi,

I uploaded several small fixes and changes to CEF4Delphi.
  • CEF Views type and interface definitions. I'll add the classes in future updates.
  • Added some Linux and MacOS initialization settings. This doesn't work yet but it's necessary if someone wants to help supporting those operating systems.
  • GlobalCEFApp.MustFreeLibrary is now FALSE by default as suggested by rgdawson. Thanks!!! :D
  • GlobalCEFApp set to nil after its destruction in all demos.
  • The ResponseFilterBrowser demo now uses the critical section in Chromium1ResourceLoadComplete.
  • Added overloaded versions of TChromium.LoadURL to load a URL in a frame.
  • Added the url and cookiename parameters to TChromium.DeleteCookies to delete the cookies from that url and/or name.

Re: CEF4Delphi update

Posted: Tue May 29, 2018 12:49 pm
by thefunkyjoint
:D