electron/atom/browser/net
Thiago de Arruda bc76f35691 Fix protocol filtering of net.request
net::URLRequest inherits from base::SupportsUserData, which allows
associating arbitrary data with the request. Use this mechanism as a
condition for filtering requests from custom protocols.

Close #11657
2018-02-16 13:03:53 -05:00
..
asar REVIEW: obtain mime type from file path only on IO allowed sequence 2018-01-02 16:37:09 +09:00
about_protocol_handler.cc add about: protocol handler 2016-11-09 13:22:58 +05:30
about_protocol_handler.h add about: protocol handler 2016-11-09 13:22:58 +05:30
atom_cert_verifier.cc derefence weak ptr only on the same sequence runner it was created in 2018-01-02 16:37:06 +09:00
atom_cert_verifier.h Fix random crash on app quit. 2017-11-17 12:03:23 -03:00
atom_cookie_delegate.cc FOR_EACH_OBSERVER is removed 2017-02-06 10:34:28 -08:00
atom_cookie_delegate.h Namespace of ChangeCause has changed 2017-02-06 10:34:28 -08:00
atom_network_delegate.cc REVIEW: create AtomNetworkDelegate on the IO thread 2018-01-02 16:37:08 +09:00
atom_network_delegate.h REVIEW: create AtomNetworkDelegate on the IO thread 2018-01-02 16:37:08 +09:00
atom_url_request.cc Fix protocol filtering of net.request 2018-02-16 13:03:53 -05:00
atom_url_request.h net: allow controlling redirects 2017-03-28 18:46:21 +05:30
atom_url_request_job_factory.cc Fix protocol filtering of net.request 2018-02-16 13:03:53 -05:00
atom_url_request_job_factory.h Fix protocol filtering of net.request 2018-02-16 13:03:53 -05:00
http_protocol_handler.cc
http_protocol_handler.h
js_asker.cc Revert "Fix race condition when calling JsAsker::BeforeStartInUI" 2018-01-02 16:37:08 +09:00
js_asker.h Revert "Fix race condition when calling JsAsker::BeforeStartInUI" 2018-01-02 16:37:08 +09:00
url_request_about_job.cc add about: protocol handler 2016-11-09 13:22:58 +05:30
url_request_about_job.h add about: protocol handler 2016-11-09 13:22:58 +05:30
url_request_async_asar_job.cc Fix more API changes due to name changes 2017-04-27 16:34:52 +09:00
url_request_async_asar_job.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
url_request_buffer_job.cc Remove base::Value::GetAsBinary 2017-11-24 10:58:15 +09:00
url_request_buffer_job.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
url_request_fetch_job.cc Remove the dependence on BrowserThread::FILE for 2017-11-24 10:58:16 +09:00
url_request_fetch_job.h Revert "protocol: use streaming interface between fetcher and requestjob" 2017-05-26 09:47:22 -07:00
url_request_stream_job.cc Implement {register,intecept}StreamProtocol 2017-11-13 16:16:14 -03:00
url_request_stream_job.h Implement {register,intecept}StreamProtocol 2017-11-13 16:16:14 -03:00
url_request_string_job.cc Fix API changes of base::Value 2017-04-27 16:34:52 +09:00
url_request_string_job.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00