electron/atom
Cheng Zhao 237f74a01f
feat: migrate protocol module to NetworkService (Part 5) (#18170)
* fix: always have head.headers available

* fix: use StringDataPipeProducer to write string

It can handle large strings correctly.

* fix: override RegisterNonNetworkSubresourceURLLoaderFactories

* fix: add dummy uninterceptProtocol implementation

* fix: jquery error handler can pass empty string

For some errors jquery would pass empty string in the error handler,
which makes tests pass when they should fail.

* chore: fix cpplint warnings

* fix: guard RegisterNonNetworkSubresourceURLLoaderFactories call

It may be called even when NetworkService is not enabled.

* test: disable protocol.interceptHttpProtocol test
2019-05-07 11:33:05 +09:00
..
app chore: add clang-format and limited linting for Objective-C sources (#18104) 2019-05-02 21:05:37 +09:00
browser feat: migrate protocol module to NetworkService (Part 5) (#18170) 2019-05-07 11:33:05 +09:00
common refactor: make shell.OpenExternal async (#17135) 2019-05-03 13:53:45 -07:00
renderer chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30