cef/libcef/browser/net
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
..
chrome_scheme_handler.cc Update to Chromium version 73.0.3665.0 (#620590) 2019-01-18 11:25:51 +01:00
chrome_scheme_handler.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
crlset_file_util_impl.cc Update to Chromium version 70.0.3538.0 (#587811) 2018-09-05 15:42:42 +02:00
devtools_scheme_handler.cc Add component build support (issue #1617) 2017-07-06 18:22:13 -04:00
devtools_scheme_handler.h Move network-related code to net/ folder 2015-11-25 21:53:12 -05:00
internal_scheme_handler.cc Add component build support (issue #1617) 2017-07-06 18:22:13 -04:00
internal_scheme_handler.h Add component build support (issue #1617) 2017-07-06 18:22:13 -04:00
net_util.cc Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
net_util.h Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
network_delegate.cc Fix crash if CefAuthCallback outlives the matching URLRequest (issue #2612) 2019-02-26 16:42:22 +00:00
network_delegate.h Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
resource_request_job.cc Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
resource_request_job.h Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
scheme_handler.cc Update to Chromium version 70.0.3516.0 (#581409) 2018-08-10 11:31:08 -04:00
scheme_handler.h Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00
source_stream.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
source_stream.h Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00
url_request_context.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
url_request_context.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
url_request_context_getter.cc Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
url_request_context_getter.h Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
url_request_interceptor.cc Fix bugs and test failures with browser-side navigation (issue #2290) 2017-11-30 18:20:24 -05:00
url_request_interceptor.h Move network-related code to net/ folder 2015-11-25 21:53:12 -05:00
url_request_manager.cc Update to Chromium version 73.0.3679.0 (#624510) 2019-02-01 16:42:40 +00:00
url_request_manager.h Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
url_request_user_data.cc Move network-related code to net/ folder 2015-11-25 21:53:12 -05:00
url_request_user_data.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00