electron/browser/net
Cheng Zhao 3576c6d2ff Fix race condition when initializing request context getter.
Note that we are calling GetURLRequestContext() in the UI thread when
using the protocol module, this should in fact not be allowed, but for
now we just use the workaround of making sure the request context getter
has been initialized before we use the protocol module.
2014-02-21 00:56:18 +08:00
..
adapter_request_job.cc Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
adapter_request_job.h Make ReadRawData a public member, so there is no need to detect types. 2013-08-30 20:49:27 +08:00
atom_url_request_context_getter.cc Fix race condition when initializing request context getter. 2014-02-21 00:56:18 +08:00
atom_url_request_context_getter.h Fix race condition when initializing request context getter. 2014-02-21 00:56:18 +08:00
atom_url_request_job_factory.cc Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
atom_url_request_job_factory.h Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
url_request_string_job.cc Separate URLRequestStringJob from atom_api_protocol. 2013-08-30 16:16:41 +08:00
url_request_string_job.h Separate logics between low level URLRequestJob and js calls. 2013-08-30 20:02:17 +08:00