cef/libcef/browser/net_service
Marshall Greenblatt 48fc0bd220 Make CefBrowserContext an abstract base class (see issue #2969)
Existing CefBrowserContext functionality is now split between
CefBrowserContext and AlloyBrowserContext. Runtime implementations of
CefBrowserContext will provide access to the content::BrowserContext and
Profile types via different inheritance paths. For example, the Alloy
runtime uses ChromeProfileAlloy and the Chrome runtime uses ProfileImpl.

This change also renames CefResourceContext to CefIOThreadState to more
accurately represent its purpose as it no longer needs to extend
content::ResourceContext.
2020-07-01 15:35:07 -04:00
..
browser_urlrequest_impl.cc Make CefBrowserContext an abstract base class (see issue #2969) 2020-07-01 15:35:07 -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 Update to Chromium version 84.0.4147.0 (#768962) 2020-06-10 15:26:29 -04: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 Make CefBrowserContext an abstract base class (see issue #2969) 2020-07-01 15:35:07 -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 84.0.4147.0 (#768962) 2020-06-10 15:26:29 -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 Make CefBrowserContext an abstract base class (see issue #2969) 2020-07-01 15:35:07 -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 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 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