cef/libcef/browser/net
Marshall Greenblatt 3f1ebebde5 Add support for GetAuthCredentials (fixes issue #2718, see issue #2622).
When NetworkService is enabled requests created using CefFrame::CreateURLRequest
will call CefRequestHandler::GetAuthCredentials for the associated browser after
calling CefURLRequestClient::GetAuthCredentials if that call returns false.
2019-07-16 16:33:08 -04:00
..
browser_urlrequest_old_impl.cc Add NetworkService support for CefURLRequest (see issue #2622). 2019-05-17 21:42:25 +03:00
browser_urlrequest_old_impl.h Add NetworkService support for CefURLRequest (see issue #2622). 2019-05-17 21:42:25 +03:00
chrome_scheme_handler.cc Add NetworkService support for chrome and chrome-devtools schemes (see issue #2622). 2019-04-30 17:16:42 -04:00
chrome_scheme_handler.h Add NetworkService support for chrome and chrome-devtools schemes (see issue #2622). 2019-04-30 17:16:42 -04:00
cookie_manager_old_impl.cc Update to Chromium version 75.0.3770.0 (#652427) 2019-06-06 18:37:45 +02:00
cookie_manager_old_impl.h Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622). 2019-05-02 18:33:10 -04:00
crlset_file_util_impl.cc Add NetworkService support for CefLoadCRLSetsFile (fixes issue #2497, see issue #2622). 2019-05-18 21:30:06 +03:00
devtools_scheme_handler.cc Add NetworkService support for chrome and chrome-devtools schemes (see issue #2622). 2019-04-30 17:16:42 -04:00
devtools_scheme_handler.h Add NetworkService support for chrome and chrome-devtools schemes (see issue #2622). 2019-04-30 17:16:42 -04:00
internal_scheme_handler.cc Add component build support (issue #1617) 2017-07-06 18:22:13 -04:00
internal_scheme_handler.h Add component build support (issue #1617) 2017-07-06 18:22:13 -04:00
net_util.cc Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
net_util.h Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
network_delegate.cc Add support for GetAuthCredentials (fixes issue #2718, see issue #2622). 2019-07-16 16:33:08 -04:00
network_delegate.h Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
resource_request_job.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
resource_request_job.h Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
scheme_handler.cc Add NetworkService support for chrome and chrome-devtools schemes (see issue #2622). 2019-04-30 17:16:42 -04:00
scheme_handler.h Add NetworkService support for chrome and chrome-devtools schemes (see issue #2622). 2019-04-30 17:16:42 -04:00
source_stream.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
source_stream.h
url_request_context_getter.cc Update to Chromium version 76.0.3809.0 (#665002) 2019-07-16 15:34:16 -04:00
url_request_context_getter.h Update to Chromium version 75.0.3770.0 (#652427) 2019-06-06 18:37:45 +02:00
url_request_context.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
url_request_context.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
url_request_interceptor.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
url_request_interceptor.h
url_request_manager.cc Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
url_request_manager.h Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
url_request_user_data.cc
url_request_user_data.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00