electron/atom
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
..
app chore: bump chromium to 2a7aff41ce73adc0eeee67d364989 (master) (#18505) 2019-06-03 20:44:12 -07:00
browser feat: migrate protocol module to NetworkService (Part 11) (#18706) 2019-06-11 14:07:58 +09:00
common Bump v7.0.0-nightly.20190610 2019-06-10 08:32:07 -07:00
renderer chore: fix duplicate error string (#18713) 2019-06-10 17:14:58 -07:00
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30