Page 1 of 1

Update to CEF 77.1.18

Posted: Sat Oct 19, 2019 9:14 am
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