* refactor: add ElectronBrowserContext::DestroyAllContexts()
Simpler semantics than previous implementation; also hides the
"default context must be destroyed last" implementation detail.
Co-authored-by: Charles Kerr <charles@charleskerr.com>
* refactor: add ElectronBrowserContext::GetDefaultBrowserContext()
clearer semantics than everyone calling From("", false)
Co-authored-by: Charles Kerr <charles@charleskerr.com>
* fixup! refactor: add ElectronBrowserContext::DestroyAllContexts()
fix: collision with
|
||
|---|---|---|
| .. | ||
| asar | ||
| cert_verifier_client.cc | ||
| cert_verifier_client.h | ||
| electron_url_loader_factory.cc | ||
| electron_url_loader_factory.h | ||
| network_context_service.cc | ||
| network_context_service.h | ||
| network_context_service_factory.cc | ||
| network_context_service_factory.h | ||
| node_stream_loader.cc | ||
| node_stream_loader.h | ||
| proxying_url_loader_factory.cc | ||
| proxying_url_loader_factory.h | ||
| proxying_websocket.cc | ||
| proxying_websocket.h | ||
| resolve_host_function.cc | ||
| resolve_host_function.h | ||
| resolve_proxy_helper.cc | ||
| resolve_proxy_helper.h | ||
| system_network_context_manager.cc | ||
| system_network_context_manager.h | ||
| url_loader_network_observer.cc | ||
| url_loader_network_observer.h | ||
| web_request_api_interface.h | ||