Update to CEF 3.3325.1756.g6d8faa4
Posted: Sat Mar 31, 2018 4:11 pm
Hi,
I've updated CEF4Delphi to CEF 3.3325.1756.g6d8faa4.
This is what's new :
I've updated CEF4Delphi to CEF 3.3325.1756.g6d8faa4.
This is what's new :
- Now all the demos destroy the browsers following the destruction sequence. This is what the official CEF demo does and it's a necessary step to have a clean shutdown.
- New GlobalCEFApp.WidevinePath property and GlobalCEFApp.OnCDMRegistrationComplete event to register Widevine automatically.
- New TChromium.OnBrowserCompMsg, TChromium.OnWidgetCompMsg and TChromium.OnRenderCompMsg events to intercept all missing messages. The MiniBrowser demo uses one of them to show the mouse coordinates in real time. This feature uses the code given by Winexcel. Thanks!
- New GlobalCEFApp.ChildProcessesCount property in case you want to delay the GlobalCEFApp destruction if there are still some running child processes.