cef/tests/shared/browser
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
..
client_app_browser.cc Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
client_app_browser.h Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
extension_util.cc Update to Chromium version 87.0.4280.0 (#812852) 2020-10-15 14:21:06 -04:00
extension_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
file_util.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
file_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
geometry_util.cc Linux: cefclient: Port to GTK3 (see issue #2969) 2021-03-01 15:25:09 -05:00
geometry_util.h Linux: cefclient: Port to GTK3 (see issue #2969) 2021-03-01 15:25:09 -05:00
main_message_loop.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop.h cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop_external_pump.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop_external_pump.h Rename unittests to ceftests (issue #1632) 2016-11-18 12:44:46 -05:00
main_message_loop_external_pump_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_external_pump_mac.mm macOS: Add support for building clients with ARC enabled (fixes issue #2623). 2019-04-23 17:17:56 +00:00
main_message_loop_external_pump_win.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_std.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_std.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
resource_util_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
resource_util_mac.mm macOS: Allow configuration of framework path (issue #1532) 2017-01-26 19:14:56 -05:00
resource_util_posix.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
resource_util_win.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
util_win.cc cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-27 10:32:05 +02:00
util_win.h cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-27 10:32:05 +02:00