cef/libcef
Marshall Greenblatt a0a7a35fe2 chrome: Change popup default behavior with native parent (see issue #3294)
When using a Views-hosted browser window the client receives Views-related
callbacks for popups and can thereby customize the Views-hosted popup behavior.
When using an external parent window no Views-related callbacks are delivered
and customization options are restricted to providing a new parent handle via
OnBeforePopup. Consequently, we should default to a normal browser window in
the external parent case instead of the very minimial Views-hosted default.

To test (A):
1. Run `cefclient --use-default-popup --enable-chrome-runtime --use-native`
2. Select Tests > Popup Window
3. Get a normal Chrome browser window

To test (B):
1. Run `cefclient --use-default-popup [--enable-chrome-runtime] [--use-views]`
2. Select Tests > Popup Window
3. Get a native or Views-hosted browser window with title bar only
2022-04-12 12:06:52 -04:00
..
browser chrome: Change popup default behavior with native parent (see issue #3294) 2022-04-12 12:06:52 -04:00
common Fix dismissal of select popups on NotifyMoveOrResizeStarted (see issue #3294) 2022-04-11 13:11:08 -04:00
features Fix includes path for Linux ARM cross-compile (see issue #2926) 2022-02-09 16:54:54 -05:00
renderer Fix dismissal of select popups on NotifyMoveOrResizeStarted (see issue #3294) 2022-04-11 13:11:08 -04:00
resources Update to Chromium version 101.0.4951.0 (#982481) 2022-03-30 19:54:09 -04:00