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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Update to CEF 3.3163.1671.g700dc25

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

Update to CEF 3.3163.1671.g700dc25

Post by salvadordf »

Hi,

I just updated CEF4Delphi to CEF 3.3163.1671.g700dc25 and added a few more functions and events.
  • TChromium.ShareRequestContext : Creates a shared request context based on the request context in this browser.
  • TChromium.RequestContextCache : Returns the cache path used by the request context in this browser.
  • TChromium.RequestContextIsGlobal : Returns true if the request context in this browser is the global request context.
  • TChromium.ResolveHost : Resolves the host in a URL. The resulting IPs will be received in the TChromium.OnResolvedHostAvailable event. The MiniBrowser demo has an example of this function in the menu button.
The CEF binaries used are these :
32bit -> http://opensource.spotify.com/cefbuilds ... 32.tar.bz2
64bit -> http://opensource.spotify.com/cefbuilds ... 64.tar.bz2
Post Reply