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.

CEF4Delphi update

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

CEF4Delphi update

Post 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.
thefunkyjoint
Posts: 460
Joined: Thu Aug 10, 2017 12:40 pm

Re: CEF4Delphi update

Post by thefunkyjoint »

:D
Post Reply