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 77.1.18

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

Update to CEF 77.1.18

Post by salvadordf »

Hi,

There's a new CEF4Delphi version available at GitHub that uses the latest CEF 77.1.18 binaries.

This is what's new in the CEF4Delphi code since the last update :
  • Added the GlobalCEFApp.TouchEvents property.
  • Added TChromium.ExecuteTaskOnCefThread function. Calling the TChromium.ExecuteTaskOnCefThread function will trigger the TChromium.OnExecuteTaskOnCefThread event on the indicated CEF thread. Read the code comments for more details.
  • Added TChromium.OnExecuteTaskOnCefThread event.
  • Added a context menu option in the MiniBrowser demo to show the TChromium.ZoomPct value in the StatusBar using TChromium.ExecuteTaskOnCefThread and TChromium.OnExecuteTaskOnCefThread.
  • Modified CefPostTask and CefPostDelayedTask to return a boolean value.
  • Added CefCurrentlyOn helper function.
  • Replaced all "CEF3" mentions by "CEF".
This is what's new in the CEF binaries : The CEF binaries are these : WARNING : The shutdown issue is still present! https://github.com/salvadordf/CEF4Delphi/issues/230

Remember that the master branch is now considered a "development branch" and it has known issues.

Please, use the latest CEF4Delphi release if you need a stable component :
https://github.com/salvadordf/CEF4Delph ... ses/latest
Post Reply