cef/libcef_dll/wrapper
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
..
cef_browser_info_map.h Update source files for bracket style 2023-01-04 17:47:17 -05:00
cef_byte_read_handler.cc wrapper: Format with clang-tidy (see #3632) 2024-01-20 12:34:13 -05:00
cef_closure_task.cc Update generated files for int/char typedef removal (see #3507) 2023-06-01 19:32:36 +03:00
cef_library_loader_mac.mm macOS: Load the CEF framework using dlopen instead of direct linking (issue #2459) 2018-07-27 17:36:49 -04:00
cef_message_router.cc wrapper: Add missing algorithm include (fixes #3804) 2024-10-15 14:05:14 -04:00
cef_message_router_utils.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
cef_message_router_utils.h Enable V8 sandbox by default (fixes #3332) 2024-08-05 16:00:58 +00:00
cef_resource_manager.cc wrapper: Format with clang-tidy (see #3632) 2024-01-20 12:34:13 -05:00
cef_scoped_temp_dir.cc wrapper: Format with clang-tidy (see #3632) 2024-01-20 12:34:13 -05:00
cef_stream_resource_handler.cc Update generated files for int/char typedef removal (see #3507) 2023-06-01 19:32:36 +03:00
cef_xml_object.cc wrapper: Format with clang-tidy (see #3632) 2024-01-20 12:34:13 -05:00
cef_zip_archive.cc wrapper: Format with clang-tidy (see #3632) 2024-01-20 12:34:13 -05:00
libcef_dll_dylib.cc Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
libcef_dll_wrapper.cc Call SetIsShutdown after CefInitialize (fixes #3738) 2024-07-15 16:44:38 -04:00
libcef_dll_wrapper2.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00