cef/libcef/browser/net_service
Marshall Greenblatt 8b400331c7 Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622).
With this change the CefCookieManager::SetSupportedSchemes method can be used
to disable all loading and saving of cookies for the associated request context.
This matches functionality that was previously available via GetBlockingManager.

This change also fixes a bug where Set-Cookie headers returned for a request
handled via CefSchemeHandlerFactory would be ignored if there was not also a
CefResourceRequestHandler returned for the request.

To test: All CookieTest.* tests pass.
2019-05-02 18:33:10 -04:00
..
cookie_helper.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
cookie_helper.h Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
cookie_manager_impl.cc Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622). 2019-05-02 18:33:10 -04:00
cookie_manager_impl.h Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622). 2019-05-02 18:33:10 -04:00
proxy_url_loader_factory.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
proxy_url_loader_factory.h Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
resource_handler_wrapper.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
resource_handler_wrapper.h Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
resource_request_handler_wrapper.cc Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622). 2019-05-02 18:33:10 -04:00
resource_request_handler_wrapper.h Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
stream_reader_url_loader.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
stream_reader_url_loader.h Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00