electron/atom/browser/net/asar
Cheng Zhao 2ad62cedc3
feat: migrate protocol module to NetworkService (Part 7) (#18290)
* fix: make IsProtocolHandled return true for builtin schemes

* fix: return ERR_NOT_IMPLEMENTED for wrong arg

* Initial work of AsarURLLoader

* Put normal file logics in AsarURLLoader

* Implement asar file reading

* Don't change URL for unpacked file

* Fix cpplint warning
2019-05-15 08:29:58 +09:00
..
asar_protocol_handler.cc refactor: enable weak ptr unwrap sequence dcheck (#14816) 2018-10-05 15:29:57 -05:00
asar_protocol_handler.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
asar_url_loader.cc feat: migrate protocol module to NetworkService (Part 7) (#18290) 2019-05-15 08:29:58 +09:00
asar_url_loader.h feat: migrate protocol module to NetworkService (Part 7) (#18290) 2019-05-15 08:29:58 +09:00
url_request_asar_job.cc refactor: convert C++ enums to C++11 enum classes (#18087) 2019-05-03 14:11:41 -04:00
url_request_asar_job.h refactor: convert C++ enums to C++11 enum classes (#18087) 2019-05-03 14:11:41 -04:00