summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_test_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-5/+5
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-2/+2
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-3/+3
* Fix a load timing bug in which proxy resolution times couldmmenke@chromium.org2013-04-081-0/+11
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+7
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-7/+1
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+7
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-7/+9
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-3/+4
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-0/+9
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-3/+2
* Convert NewRunnableMethod() calls to base::Bind().ajwong@chromium.org2011-12-201-8/+9
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* net: Remove 3 exit time destructors and 3 static initializers.thakis@chromium.org2011-11-091-14/+21
* Stop refcounting URLRequestTestJobwillchan@chromium.org2011-04-301-20/+39
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-111-2/+2
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-20/+24
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-6/+6
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-4/+5
* Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@chromium.org2010-06-071-0/+6
* Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@google.com2010-06-071-6/+0
* AppCache: Use a MockHttpServer instead of starting a seperate http server for...michaeln@chromium.org2010-06-071-0/+6
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-37/+113
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-1/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-061-6/+2
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-2/+3
* revert r8603rvargas@google.com2009-01-241-3/+2
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-2/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* add url_request_test_job to the buildtc@google.com2008-08-221-2/+2
* Add net to the repository.initial.commit2008-07-261-0/+204