electron/atom/browser/net
Robo c8f506a8aa fix: add method and referrer properties to app login event (#14231)
* refactor: remove brightray/network_delegate.{cc|h}

* refactor: respond to http requests through network delegate
2018-08-23 18:55:13 +09:00
..
asar refactor: fix chromium-style in url_request_asar_job (#13284) 2018-06-19 10:31:55 -05:00
about_protocol_handler.cc
about_protocol_handler.h
atom_cert_verifier.cc refactoring: use std::make_unique<T> (#13245) 2018-06-18 16:32:55 +09:00
atom_cert_verifier.h [chromium-style] out-of-line default constructors and destructors 2018-04-19 11:12:58 -07:00
atom_network_delegate.cc fix: add method and referrer properties to app login event (#14231) 2018-08-23 18:55:13 +09:00
atom_network_delegate.h fix: add method and referrer properties to app login event (#14231) 2018-08-23 18:55:13 +09:00
atom_url_request.cc fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
atom_url_request.h feat: add getUploadProgress API to the net API (#13783) 2018-07-27 07:15:48 -07:00
atom_url_request_job_factory.cc Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
atom_url_request_job_factory.h Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
cookie_details.h Cookie Store: Extract change notifications to separate classes. 2018-06-19 11:49:40 +10:00
http_protocol_handler.cc Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
http_protocol_handler.h Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
js_asker.cc refactor: remove deprecated GetAs methods (#13425) 2018-06-27 14:52:48 -07:00
js_asker.h Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
url_request_about_job.cc Part I: Move from base::Bind to base::BindOnce and remove unneeded base::Passed (#12661) 2018-04-20 19:55:05 +09:00
url_request_about_job.h
url_request_async_asar_job.cc chore: fix more chromium-style errors in windows code (#13487) 2018-06-28 14:20:11 -07:00
url_request_async_asar_job.h
url_request_buffer_job.cc Remove base::Value::IsType 2018-06-19 11:49:40 +10:00
url_request_buffer_job.h [chromium-style] out-of-line default constructors and destructors 2018-04-19 11:12:58 -07:00
url_request_fetch_job.cc fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
url_request_fetch_job.h fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
url_request_stream_job.cc Refactoring: use C++11 class member variable initialization 2018-05-22 00:18:38 +02:00
url_request_stream_job.h Refactoring: use C++11 class member variable initialization 2018-05-22 00:18:38 +02:00
url_request_string_job.cc refactor: remove deprecated GetAs methods (#13425) 2018-06-27 14:52:48 -07:00
url_request_string_job.h [chromium-style] out-of-line default constructors and destructors 2018-04-19 11:12:58 -07:00