cef/tests
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
..
cefclient Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
cefsimple views: Fix Chrome style browser RequestFocus behavior (fixes #3819) 2024-11-06 13:20:02 -05:00
ceftests Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
gtest Update source files for bracket style 2023-01-04 17:47:17 -05:00
shared cefclient: views: Add overlay BrowserView demo (see #3790) 2024-10-15 14:30:26 -04:00