cef/libcef/browser/chrome
Marshall Greenblatt 76642ccafa Move cookieable scheme configuration to settings (see issue #2969)
The Chrome runtime requires that cookieable scheme information be available
at Profile initialization time because it also triggers NetworkContext creation
at the same time. To make this possible, and to avoid various race conditions
when setting state, the cookieable scheme configuration has been added as
|cookieable_schemes_list| and |cookieable_schemes_exclude_defaults| in
CefSettings and CefBrowserContextSettings. The CefCookieManager::
SetSupportedSchemes and CefBrowserProcessHandler::GetCookieableSchemes methods
are no longer required and have been removed.

This change also modifies chrome to delay OffTheRecordProfileImpl initialization
so that |ChromeBrowserContext::profile_| can be set before
ChromeContentBrowserClientCef::ConfigureNetworkContextParams calls
CefBrowserContext::FromBrowserContext to retrieve the ChromeBrowserContext
and associated cookieable scheme information. Otherwise, the
ChromeBrowserContext will not be matched and the NetworkContext will not be
configured correctly.

The CookieTest suite now passes with the Chrome runtime enabled.
2021-04-09 15:04:24 -04:00
..
views chrome: Add support for reparenting of popups with Views (see issue #2969) 2021-04-02 16:53:34 -04:00
browser_delegate.h Add chrome runtime support for more callbacks and ceftests (see issue #2969) 2020-09-29 18:31:43 -04:00
browser_platform_delegate_chrome.cc chrome: Add Views API integration (see issue #2969) 2021-02-21 15:25:10 -05:00
browser_platform_delegate_chrome.h chrome: Add Views API integration (see issue #2969) 2021-02-21 15:25:10 -05:00
chrome_browser_context.cc Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
chrome_browser_context.h chrome: Support client-created request contexts (see issue #2969) 2021-04-07 18:19:17 -04:00
chrome_browser_delegate.cc chrome: Add support for reparenting of popups with Views (see issue #2969) 2021-04-02 16:53:34 -04:00
chrome_browser_delegate.h chrome: Add support for reparenting of popups with Views (see issue #2969) 2021-04-02 16:53:34 -04:00
chrome_browser_host_impl.cc chrome: Add support for reparenting of popups with Views (see issue #2969) 2021-04-02 16:53:34 -04:00
chrome_browser_host_impl.h chrome: Add support for reparenting of popups with Views (see issue #2969) 2021-04-02 16:53:34 -04:00
chrome_browser_main_extra_parts_cef.cc chrome: Support customization of context menus (see issue #2969) 2021-04-08 19:38:29 -04:00
chrome_browser_main_extra_parts_cef.h Add chrome runtime support for more callbacks and ceftests (see issue #2969) 2020-09-29 18:31:43 -04:00
chrome_content_browser_client_cef.cc Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
chrome_content_browser_client_cef.h Update to Chromium version 90.0.4430.0 (#857950) 2021-03-18 11:23:00 -04:00
chrome_context_menu_handler.cc chrome: Support customization of context menus (see issue #2969) 2021-04-08 19:38:29 -04:00
chrome_context_menu_handler.h chrome: Support customization of context menus (see issue #2969) 2021-04-08 19:38:29 -04:00