electron/shell/browser/net
Cheng Zhao eb6660f534 feat: migrate webRequest module to NetworkService (Part 2) (#19338)
* handlers => intercepted_handlers

* Add stub for InProgressRequest

* Add stub for webRequest.onBeforeRequest/onBeforeSendHeaders/onSendHeaders

* Add stub for webRequest.onCompleted/onHeadersReceived

* Add stub for webRequest.onResponseStarted

* Add comment for the class
2019-07-22 15:01:45 -07:00
..
asar refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
about_protocol_handler.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
about_protocol_handler.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_cert_verifier.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_cert_verifier.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_network_delegate.cc chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
atom_network_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_url_loader_factory.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_url_loader_factory.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_url_request.cc chore: bump chromium to f156cb7658ec5382f5623a05841c6 (master) (#19096) 2019-07-03 14:48:55 -07:00
atom_url_request.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_url_request_job_factory.cc chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
atom_url_request_job_factory.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
cookie_details.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
http_protocol_handler.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
http_protocol_handler.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
js_asker.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
js_asker.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
network_context_service.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
network_context_service.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
network_context_service_factory.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
network_context_service_factory.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
node_stream_loader.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
node_stream_loader.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
proxying_url_loader_factory.cc feat: migrate webRequest module to NetworkService (Part 2) (#19338) 2019-07-22 15:01:45 -07:00
proxying_url_loader_factory.h feat: migrate webRequest module to NetworkService (Part 2) (#19338) 2019-07-22 15:01:45 -07:00
require_ct_delegate.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
require_ct_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
resolve_proxy_helper.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
resolve_proxy_helper.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
system_network_context_manager.cc chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
system_network_context_manager.h chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
url_pipe_loader.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_pipe_loader.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_about_job.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_about_job.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_async_asar_job.cc fix: sanitize invalid custom protocol headers (#18854) 2019-06-21 09:23:57 -07:00
url_request_async_asar_job.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_buffer_job.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_buffer_job.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_context_getter.cc chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
url_request_context_getter.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_fetch_job.cc chore: bump chromium to f156cb7658ec5382f5623a05841c6 (master) (#19096) 2019-07-03 14:48:55 -07:00
url_request_fetch_job.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_stream_job.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_stream_job.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_string_job.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
url_request_string_job.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00