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 3.3202.1693.g6adf855

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

Update to CEF 3.3202.1693.g6adf855

Post by salvadordf »

Hi,

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.
These are the CEF3 binaries used now :
Post Reply