cef/libcef/browser/net
Marshall Greenblatt 2ace33f8b7 Move cookie load/save callbacks to CefCookieAccessFilter (see issue #2622).
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.
2019-04-26 13:02:58 -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
cookie_manager_old_impl.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
cookie_manager_old_impl.h Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04: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 Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
net_util.h Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
network_delegate.cc Move cookie load/save callbacks to CefCookieAccessFilter (see issue #2622). 2019-04-26 13:02:58 -04: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 Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04: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 Update to Chromium version 75.0.3749.0 (#645082) 2019-04-16 14:38:48 +00: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 Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
url_request_interceptor.h Move network-related code to net/ folder 2015-11-25 21:53:12 -05:00
url_request_manager.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04: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