I updated CEF4Delphi to CEF 3.3202.1693.g6adf855
This is what's new :
- Added a new OnBeforeClose event to TChromiumWindow
- Added a new demo called "SimpleExternalPumpBrowser" using a TChromiumWindow in "External Pump Browser" mode.
- Added a couple of procedures to handle the WM_ENTERMENULOOP and WM_EXITMENULOOP messages to some demos. The official CEF3 demos use them to call cef_set_osmodal_loop to fix a context menu bug. In CEF4Delphi we use GlobalCEFApp.OsmodalLoop for that. More info here :
https://bitbucket.org/chromiumembedded/ ... en-webpage - Added the TCefServer and TCefServerHandler types and interfaces which will be used in the next Chromium update.