cef/libcef
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
..
browser Move cookie load/save callbacks to CefCookieAccessFilter (see issue #2622). 2019-04-26 13:02:58 -04:00
common Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
features Update to Chromium revision 5fdc0fab (#520840) 2017-12-14 15:31:07 -05:00
renderer Update to Chromium version 75.0.3749.0 (#645082) 2019-04-16 14:38:48 +00:00
resources Update to Chromium version 73.0.3679.0 (#624510) 2019-02-01 16:42:40 +00:00
utility Update to Chromium version 73.0.3665.0 (#620590) 2019-01-18 11:25:51 +01:00