cef/libcef/browser/net_service
Marshall Greenblatt 869ae21c9f Convert CefCookieManagerImpl to use CefBrowserContext::Getter.
With this change CefCookieManagerImpl no longer keeps a reference to the
originating CefRequestContextImpl. This means that the CefRequestContextImpl
can be destroyed if all other references are released while the
CefCookieManagerImpl exists. If CefRequestContextImpl destruction results in
the underlying CefBrowserContext being destroyed then the CefCookieManagerImpl's
reference to that CefBrowserContext will be invalidated.

This is the same ownership model introduced with CefMediaRouterImpl in the
previous commit.
2020-03-27 16:22:34 -04:00
..
browser_urlrequest_impl.cc Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05: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 Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05:00
cookie_helper.h Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05:00
cookie_manager_impl.cc Convert CefCookieManagerImpl to use CefBrowserContext::Getter. 2020-03-27 16:22:34 -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 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05: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 Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05: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 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
response_filter_wrapper.h Add NetworkService support for response filtering (see issue #2622). 2019-05-20 14:39:37 +03:00
stream_reader_url_loader.cc Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05:00
stream_reader_url_loader.h Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05:00
url_loader_factory_getter.cc Update to Chromium version 81.0.4044.0 (#737173) 2020-03-04 19:31:54 -05:00
url_loader_factory_getter.h Update to Chromium version 80.0.3987.0 (#722274) 2020-02-17 13:19:09 -05:00