electron/atom/browser/net
Electron Bot d008d217f9 chore: bump chromium to 2a7aff41ce73adc0eeee67d364989 (master) (#18505)
* chore: bump chromium in DEPS to 07463d3cd628b037c11f36022cb4c788db4628e3

* chore: update patches

* fix: Don't leak system network context when nw service is disabled

https://chromium-review.googlesource.com/c/chromium/src/+/1632494
NetworkService is now deleted by using SequnceLocalStorageSlot
on the IO thread when the service is disabled, which expects
all associated NetworkContexts on that sequence to be destroyed.

* chore: bump chromium in DEPS to 7c16850e7e40990e141f47101b737ec1092175a1

* fix: Destroy all network contexts before primary network context

* Simplify out-of-process service registration

https://chromium-review.googlesource.com/c/chromium/src/+/1615882

* [ThreadPool] Rename base::ThreadPool to base::ThreadPoolInstance

https://chromium-review.googlesource.com/c/chromium/src/+/1634851

* chore: update patches

* fix: -Winconsistent-missing-override warnings

* chore: bump chromium in DEPS to 93ebfaccc12715df1d5426797998eed0932f7ae1

* Change CreateBrowserMainParts to return unique_ptrs

https://chromium-review.googlesource.com/c/chromium/src/+/1632532

* chore: update patches

* chore: bump chromium in DEPS to e656555ffb87bdd05e248d0a3ef9dd9d3433e17b

* chore: bump chromium in DEPS to 111e7a8d2e3ae9d70e535009d6afb066ac906063

* chore: bump chromium in DEPS to 9b6b84670d32a7aff41ce73adc0eeee67d364989

* chore: update patches

* chore: remove ShouldInterceptResourceAsStream as it is removed upstream

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1639597

* chore: remove ResourceDispatcherHostCreated as it is removed upstream

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1610892

* chore: CreateWithStrongBinding --> CreateWithSelfOwnedReceiver

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1636722

* chore: rename all blink media enums

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1639237

* chore: add accidentally removed patch content back
2019-06-03 20:44:12 -07: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
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 10) (#18464) 2019-05-28 15:08:50 +09:00
atom_url_loader_factory.h feat: migrate protocol module to NetworkService (Part 10) (#18464) 2019-05-28 15:08:50 +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
atom_url_request_job_factory.h
cookie_details.h
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
require_ct_delegate.h
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_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
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
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
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