summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job_factory_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-1/+3
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-14/+7
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-22/+22
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-8/+12
* Convert NewRunnableMethod() calls to base::Bind().ajwong@chromium.org2011-12-201-4/+6
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-6/+6
* Fix memory leak.koz@chromium.org2011-05-251-1/+1
* Give URLRequestJobFactory::Interceptors the ability to specify protocols they...koz@chromium.org2011-05-251-0/+57
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-0/+152