cef/libcef/browser/chrome
Marshall Greenblatt e513077eac 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 14:13:29 -05:00
..
extensions chrome: Add cleanup when context menu isn't running (fixes #3711) 2024-06-13 13:38:41 -04:00
views views: Fix Chrome style browser RequestFocus behavior (fixes #3819) 2024-11-06 13:20:02 -05:00
browser_delegate.h Route Download bubble file open to OnOpenURLFromTab (fixes #3750) 2024-08-09 12:07:00 -04:00
browser_platform_delegate_chrome.cc Update to Chromium version 127.0.6533.0 (#1313161) 2024-06-20 12:09:46 -04:00
browser_platform_delegate_chrome.h Update to Chromium version 127.0.6533.0 (#1313161) 2024-06-20 12:09:46 -04:00
chrome_browser_context.cc Fix dangling raw_ptr errors and related issues (see #3239) 2024-05-21 12:56:47 -04:00
chrome_browser_context.h Apply raw_ptr rewrite to libcef (see #3239) 2024-05-11 12:47:10 -04:00
chrome_browser_delegate.cc Route Download bubble file open to OnOpenURLFromTab (fixes #3750) 2024-08-09 12:07:00 -04:00
chrome_browser_delegate.h Route Download bubble file open to OnOpenURLFromTab (fixes #3750) 2024-08-09 12:07:00 -04:00
chrome_browser_host_impl.cc Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
chrome_browser_host_impl.h chrome: Support unload handlers with TryCloseBrowser 2024-10-17 11:06:08 -04:00
chrome_browser_main_extra_parts_cef.cc linux: Fix callbacks to CefPrintHandler (fixes #3729) 2024-10-18 11:51:08 -04:00
chrome_browser_main_extra_parts_cef.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
chrome_content_browser_client_cef.cc Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
chrome_content_browser_client_cef.h Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
chrome_content_browser_client_cef_mac.mm Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
chrome_context_menu_handler.cc chrome: Add cleanup when context menu isn't running (fixes #3711) 2024-06-13 13:38:41 -04:00
chrome_context_menu_handler.h chrome: Add cleanup when context menu isn't running (fixes #3711) 2024-06-13 13:38:41 -04:00
chrome_startup_browser_creator.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
chrome_startup_browser_creator.h chrome: Add callback for already running app relaunch (fixes #3609) 2023-12-04 15:43:45 -05:00
chrome_web_contents_view_delegate_cef.cc chrome: Add cleanup when context menu isn't running (fixes #3711) 2024-06-13 13:38:41 -04:00
chrome_web_contents_view_delegate_cef.h Apply raw_ptr rewrite to libcef (see #3239) 2024-05-11 12:47:10 -04:00
chrome_web_contents_view_delegate_cef_mac.mm Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00