mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-15 02:54:20 +01:00
2ace33f8b7
This change allows the NetworkService to handle cookie load/save in cases where cookies will not be filtered (CefResourceRequestHandler::GetCookieAccessFilter returns null) and the request will be handled by the default network loader. This represents a minor performance improvement by reducing the volume of cross- process messaging in the default (no filtering or custom handing) case. Cookie load/save still needs to be routed through the browser process if a filter is returned, or if a CefResourceHandler is used for the request. To test: Test expectations are unchanged. |
||
---|---|---|
.. | ||
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 |