electron/atom/browser/net
Cheng Zhao 3a1d6d2ce1
feat: migrate protocol module to NetworkService (Part 11) (#18706)
* Pipe data into HTTP protocol handlers

* Remove unused parameters

* Remove "sending request of http protocol urls" test

Sending request to "http://" in "file://" violates CORS rules and always
fail, before NetworkService somehow Chromium still sent a request even
though the request failed with CORS error, so the test passes while the
test is not valid. With NetworkService no request is sent at all and the
test jsut fails.

So this is an ancient invalid test, as sending http requests have been
fully covered in other tests, I am removing this test.
2019-06-11 14:07:58 +09:00
..
asar feat: migrate protocol module to NetworkService (Part 7) (#18290) 2019-05-15 08:29:58 +09:00
about_protocol_handler.cc
about_protocol_handler.h
atom_cert_verifier.cc chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
atom_cert_verifier.h Introduce explicit configuration to CertVerifier 2018-12-03 20:07:41 +05:30
atom_network_delegate.cc feat: enable reporting api (#18255) 2019-05-29 16:33:19 -07:00
atom_network_delegate.h chore: remove last instances of base::Bind (#18178) 2019-05-29 13:02:15 -07:00
atom_url_loader_factory.cc feat: migrate protocol module to NetworkService (Part 11) (#18706) 2019-06-11 14:07:58 +09:00
atom_url_loader_factory.h feat: migrate protocol module to NetworkService (Part 11) (#18706) 2019-06-11 14:07:58 +09:00
atom_url_request.cc chore: bump chromium to 1e9f9a24aa12 (master) (#17880) 2019-04-20 10:20:37 -07:00
atom_url_request.h chore: bump chromium to 1e9f9a24aa12 (master) (#17880) 2019-04-20 10:20:37 -07:00
atom_url_request_job_factory.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_url_request_job_factory.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
cookie_details.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
http_protocol_handler.cc
http_protocol_handler.h
js_asker.cc chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
js_asker.h chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
network_context_service.cc chore: enable_data_url_support does not exist anymore 2019-04-02 14:43:06 -07:00
network_context_service.h refactor: Enable network service (Part 1) (#17431) 2019-03-26 10:10:48 +09:00
network_context_service_factory.cc fix: allow creating service for temporary partitions (nws13n) (#17930) 2019-04-24 09:30:53 +09:00
network_context_service_factory.h fix: allow creating service for temporary partitions (nws13n) (#17930) 2019-04-24 09:30:53 +09:00
node_stream_loader.cc feat: migrate protocol module to NetworkService (Part 6) (#18223) 2019-05-11 15:15:01 +09:00
node_stream_loader.h feat: migrate protocol module to NetworkService (Part 6) (#18223) 2019-05-11 15:15:01 +09:00
proxying_url_loader_factory.cc feat: migrate protocol module to NetworkService (Part 10) (#18464) 2019-05-28 15:08:50 +09:00
proxying_url_loader_factory.h feat: migrate protocol module to NetworkService (Part 9) (#18374) 2019-05-24 11:28:00 +09:00
require_ct_delegate.cc refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
require_ct_delegate.h refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
resolve_proxy_helper.cc chore: convert session base::Bind instances (#18038) 2019-05-01 13:45:08 -07:00
resolve_proxy_helper.h chore: convert session base::Bind instances (#18038) 2019-05-01 13:45:08 -07:00
system_network_context_manager.cc chore: bump chromium to 2a7aff41ce73adc0eeee67d364989 (master) (#18505) 2019-06-03 20:44:12 -07:00
system_network_context_manager.h refactor: nws13n: session.allowNTLMCredentialsForDomains (#18129) 2019-05-29 16:43:06 -07:00
url_pipe_loader.cc feat: migrate protocol module to NetworkService (Part 11) (#18706) 2019-06-11 14:07:58 +09:00
url_pipe_loader.h feat: migrate protocol module to NetworkService (Part 11) (#18706) 2019-06-11 14:07:58 +09:00
url_request_about_job.cc
url_request_about_job.h
url_request_async_asar_job.cc chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
url_request_async_asar_job.h feat: Support response headers in File protocol handler (#16098) 2018-12-18 23:17:02 -07:00
url_request_buffer_job.cc chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
url_request_buffer_job.h Use CompletionOnceCallback in URLRequestSimpleJob. 2018-12-03 20:07:39 +05:30
url_request_context_getter.cc chore: bump chromium to 2a7aff41ce73adc0eeee67d364989 (master) (#18505) 2019-06-03 20:44:12 -07:00
url_request_context_getter.h chore: bump chromium to 2a7aff41ce73adc0eeee67d364989 (master) (#18505) 2019-06-03 20:44:12 -07:00
url_request_fetch_job.cc chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
url_request_fetch_job.h Use CompletionOnceCallback in URLFetcherResponseWriter. 2018-12-03 20:07:41 +05:30
url_request_stream_job.cc chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
url_request_stream_job.h fix: make StreamSubscriber ref counted (#17221) 2019-03-07 20:50:03 +05:30
url_request_string_job.cc chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
url_request_string_job.h Use CompletionOnceCallback in URLRequestSimpleJob. 2018-12-03 20:07:39 +05:30