CEF4Delphi update
Posted: Thu May 24, 2018 5:24 pm
Hi,
I uploaded several small fixes and changes to CEF4Delphi.
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!!!
- 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.