Page 1 of 1

CEF4Delphi has been updated

Posted: Wed Sep 25, 2019 3:48 pm
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.