cef/libcef/browser/extensions
Marshall Greenblatt a23e845244 Remove methods that modify cookie storage at runtime (see issue #2622).
This change removes cookie and request handler functionality that will not
supported by the NetworkService. Specifically, it is no longer possible to
change cookie storage locations at runime by returning a different
CefCookieManager for an already initialized CefRequestContext. After this change
you will need to use a separate CefRequestContext when creating a CefBrowser if
you require separate cookie storage.

The following methods have been removed:
- CefCookieManager::CreateManager
- CefCookieManager::GetBlockingManager
- CefCookieManager::SetStoragePath
- CefRequestContextHandler::GetCookieManager

The following methods have been renamed:
- CefRequestContext::GetDefaultCookieManager to GetCookieManager.

This change substantially simplifies the network implementation in CEF because
it is no longer necessary to proxy objects that are normally owned by Chromium.
Chromium patches that are no longer necessary will be removed as a follow-up
commit.

To test: Verify that `ceftests --gtest_filter=-PluginTest.*` pass with
NetworkService disabled. Plugin tests will be fixed in a follow-up commit.
2019-03-24 16:45:06 -04:00
..
api Update to Chromium version 73.0.3665.0 (#620590) 2019-01-18 11:25:51 +01:00
value_store Update to Chromium revision 5fdc0fab (#520840) 2017-12-14 15:31:07 -05:00
browser_extensions_util.cc Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
browser_extensions_util.h Add chrome.tabs.create API support (issue #1947) 2017-09-28 15:41:10 +02:00
browser_platform_delegate_background.cc Add multi-touch support for OSR (issue #1059) 2019-02-26 11:51:33 -05:00
browser_platform_delegate_background.h Add multi-touch support for OSR (issue #1059) 2019-02-26 11:51:33 -05:00
chrome_api_registration.cc Update to Chromium version 71.0.3578.0 (#599034) 2018-10-25 12:57:05 -04:00
chrome_api_registration.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
component_extension_resource_manager.cc Update to Chromium version 74.0.3706.0 (#632463) 2019-02-25 12:09:54 -05:00
component_extension_resource_manager.h Update to Chromium version 74.0.3706.0 (#632463) 2019-02-25 12:09:54 -05:00
extension_background_host.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
extension_background_host.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
extension_function_details.cc Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
extension_function_details.h Add chrome.tabs.create API support (issue #1947) 2017-09-28 15:41:10 +02:00
extension_host_delegate.cc Update to Chromium version 73.0.3679.0 (#624510) 2019-02-01 16:42:40 +00:00
extension_host_delegate.h Update to Chromium version 73.0.3679.0 (#624510) 2019-02-01 16:42:40 +00:00
extension_system.cc Update to Chromium version 71.0.3567.0 (#595360) 2018-10-04 12:17:26 +03:00
extension_system.h Update to Chromium version 69.0.3476.0 (#571360) 2018-07-03 13:48:07 -04:00
extension_system_factory.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
extension_system_factory.h Update to Chromium revision cb947c01 (#352221) 2015-10-09 17:31:27 -04:00
extension_view_host.cc Update to Chromium revision 9ef2aa86 (#550428) 2018-05-04 10:50:26 +02:00
extension_view_host.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
extension_web_contents_observer.cc Update to Chromium version 73.0.3665.0 (#620590) 2019-01-18 11:25:51 +01:00
extension_web_contents_observer.h Update to Chromium version 73.0.3665.0 (#620590) 2019-01-18 11:25:51 +01:00
extensions_api_client.cc Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
extensions_api_client.h Add support for Chrome Storage Extension API (issue #1947) 2017-09-11 18:42:30 +00:00
extensions_browser_api_provider.cc Update to Chromium version 70.0.3538.0 (#587811) 2018-09-05 15:42:42 +02:00
extensions_browser_api_provider.h Update to Chromium version 70.0.3538.0 (#587811) 2018-09-05 15:42:42 +02:00
extensions_browser_client.cc Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
extensions_browser_client.h Update to Chromium version 74.0.3706.0 (#632463) 2019-02-25 12:09:54 -05:00
mime_handler_view_guest_delegate.cc Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-26 13:10:49 +02:00
mime_handler_view_guest_delegate.h Update to Chromium revision d483fb77 (#474934) 2017-06-02 05:55:23 -07:00
pdf_extension_util.cc Update to Chromium revision adb61db1 (#508578) 2017-10-26 15:58:05 -04:00
pdf_extension_util.h Add PDF extension support (issue #1565) 2015-07-23 14:02:03 -04:00
pdf_web_contents_helper_client.cc Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
pdf_web_contents_helper_client.h Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00