mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-14 18:44:56 +01:00
8b400331c7
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. |
||
---|---|---|
.. | ||
cookie_helper.cc | ||
cookie_helper.h | ||
cookie_manager_impl.cc | ||
cookie_manager_impl.h | ||
proxy_url_loader_factory.cc | ||
proxy_url_loader_factory.h | ||
resource_handler_wrapper.cc | ||
resource_handler_wrapper.h | ||
resource_request_handler_wrapper.cc | ||
resource_request_handler_wrapper.h | ||
stream_reader_url_loader.cc | ||
stream_reader_url_loader.h |