cef/libcef/browser/net_service
Marshall Greenblatt 4791109a28 Don't save or load cookies for non-cookieable scheme requests.
This fixes an IsCanonical() DCHECK failure triggered by calling
CanonicalCookie::Create for a non-cookieable URL.

This change also adds unit test coverage for cross-origin cookie
behavior with sub-resource requests (iframe, XHR, Fetch).
2020-09-09 18:29:15 -04:00
..
browser_urlrequest_impl.cc Update to Chromium version 85.0.4183.0 (#782793) 2020-07-16 19:11:12 -04:00
browser_urlrequest_impl.h Add support for GetAuthCredentials (fixes issue #2718, see issue #2622). 2019-07-16 16:33:08 -04:00
cookie_helper.cc Don't save or load cookies for non-cookieable scheme requests. 2020-09-09 18:29:15 -04:00
cookie_helper.h Don't save or load cookies for non-cookieable scheme requests. 2020-09-09 18:29:15 -04:00
cookie_manager_impl.cc Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
cookie_manager_impl.h Convert CefCookieManagerImpl to use CefBrowserContext::Getter. 2020-03-27 16:22:34 -04:00
login_delegate.cc libcef: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:49:22 +01:00
login_delegate.h Add support for GetAuthCredentials (fixes issue #2718, see issue #2622). 2019-07-16 16:33:08 -04:00
proxy_url_loader_factory.cc Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
proxy_url_loader_factory.h Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05:00
resource_handler_wrapper.cc Fix issues with request callbacks during browser shutdown (see issue #2622). 2019-06-01 15:51:33 +03: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 Don't save or load cookies for non-cookieable scheme requests. 2020-09-09 18:29:15 -04:00
resource_request_handler_wrapper.h Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
response_filter_wrapper.cc Update to Chromium version 85.0.4183.0 (#782793) 2020-07-16 19:11:12 -04:00
response_filter_wrapper.h Update to Chromium version 85.0.4183.0 (#782793) 2020-07-16 19:11:12 -04:00
stream_reader_url_loader.cc Update to Chromium version 84.0.4147.0 (#768962) 2020-06-10 15:26:29 -04:00
stream_reader_url_loader.h Update to Chromium version 84.0.4147.0 (#768962) 2020-06-10 15:26:29 -04:00
url_loader_factory_getter.cc Add CefAppManager and remove global ContentClient accessors (see issue #2969) 2020-06-29 16:17:58 -04:00
url_loader_factory_getter.h Update to Chromium version 80.0.3987.0 (#722274) 2020-02-17 13:19:09 -05:00