cef/tests/cefclient
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
..
browser Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
common
mac Update to Chromium version 129.0.6668.0 2024-08-26 12:44:25 +00:00
renderer Add missing <array> header to performance_test_tests.cc 2024-09-02 14:06:21 +00:00
resources Enable V8 sandbox by default (fixes #3332) 2024-08-05 16:00:58 +00:00
win
cefclient_gtk.cc
cefclient_mac.mm
cefclient_win.cc
CMakeLists.txt.in