summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_context_builder_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-9/+9
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-1/+1
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-13/+16
* Added data reduction proxy support to Android WebViewbengr@chromium.org2014-05-031-0/+45
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-4/+9
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-2/+2
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-071-1/+1
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-10/+10
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-3/+3
* Improve URLRequestContextBuilder for use in android_webviewboliu@chromium.org2012-10-271-4/+4
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-4/+4
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-4/+4
* Support simple proxy configuration for all platforms other than Linuxwillchan@chromium.org2012-04-211-1/+12
* Create a URLRequestContextBuilder.willchan@chromium.org2012-04-171-0/+72