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 has been updated

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

CEF4Delphi has been updated

Post by salvadordf »

Hi,

CEF4Delphi has been updated in the recent days with these changes :
  • Added JSWindowBindingWithArrayBuffer demo
  • Improved debug information in JSExtension and JSRTTIExtension
  • Added DevTools to JSExtension and JSRTTIExtension
  • Added the TChromium.FlushCookieStore procedure and TChromium.OnCookiesFlushed event to flush the cookies easily.
  • Added a menu option in MiniBrowser to flush the cokies.
  • Removed all code comments about the GlobalCEFApp.cookies property.
  • Fixed a crash when you tried to use a relative path with ".." in the GlobalCEFApp properties
  • Fixed ICEFPostData and TCefPostData declarations.
  • Added a POST example to the URLRequest demo.
  • Updated the PostInspectorBrowser demo for the new ICEFPostData declarations.
Breaking changes :
  • The ICEFPostData.GetCount has been renamed to ICEFPostData.GetElementCount
  • ICEFPostData.GetElements has changed. See the PostInspectorBrowser demo to know how to get all the POST elements.
  • ICefPostDataRef.AddElement and ICefPostDataRef.RemoveElement return a boolean.
Post Reply