Update to CEF 77.1.18
Posted: Sat Oct 19, 2019 9:14 am
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 :
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
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".
- Remove incorrect DCHECK. https://bitbucket.org/chromiumembedded/ ... b962a881cf
- Don't set "always on top" style for child CefWindows. https://bitbucket.org/chromiumembedded/ ... b3d162935a
- Remove NOTREACHED that triggers on ozone platforms. https://bitbucket.org/chromiumembedded/ ... 374dacabe8
- cefclient: Fix crash when removing extension resource path prefix. https://bitbucket.org/chromiumembedded/ ... 251b5ebcde
- 32 bits -> http://opensource.spotify.com/cefbuilds ... 32.tar.bz2
- 64 bits -> http://opensource.spotify.com/cefbuilds ... 64.tar.bz2
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