cef/libcef_dll
Marshall Greenblatt 1a99a3abc5 Add notification for aborted popups (fixes #3776)
Pass a new |popup_id| parameter to OnBeforePopup and call a new
OnBeforePopupAborted callback if the popup is aborted before
OnAfterCreated is called for the popup browser. Add new
CefBrowserHost::GetBrowserByIdentifier and GetOpenerIdentifier
methods to assist with retrieval of associated browsers.

In cefclient, clean up state when a popup is aborted and close
any associated popup browsers when the opener browser is closed.
This also works when running with `--use-default-popup`.
2024-11-13 16:24:44 -05:00
..
base Expose DumpWithoutCrashing (fixes #3588) 2024-07-02 18:08:16 +00:00
cpptoc Add notification for aborted popups (fixes #3776) 2024-11-13 16:24:44 -05:00
ctocpp Add notification for aborted popups (fixes #3776) 2024-11-13 16:24:44 -05:00
sandbox Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
wrapper Add notification for aborted popups (fixes #3776) 2024-11-13 16:24:44 -05:00
CMakeLists.txt.in
libcef.dll.manifest
libcef.lst
libcef_dll.cc Call SetIsShutdown after CefInitialize (fixes #3738) 2024-07-15 16:44:38 -04:00
libcef_dll.rc
libcef_dll2.cc win: Remove CefEnableHighDPISupport function (fixes issue #3452) 2023-03-03 16:07:29 -05:00
resource.h
shutdown_checker.cc
shutdown_checker.h
template_util.h
transfer_util.cc
transfer_util.h
wrapper_types.h Add CefTaskManager API 2024-07-18 11:34:41 -04:00