summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_context_builder.h
Commit message (Expand)AuthorAgeFilesLines
* Disable channel idsgurun2014-11-151-0/+5
* Add QUIC connection options to UrlRequestContextConfig.mef2014-11-121-0/+8
* Add SetSupportsQuic method to explicitly specify server that supports QUIC.mef2014-09-161-0/+1
* Export URLRequestContextBuilder::SchemeFactoryhans@chromium.org2014-08-121-1/+1
* Switch to using URLRequestContextBuilder to create some contexts.mmenke@chromium.org2014-07-081-10/+32
* Added Cronet HttpUrlRequestFactoryConfig.mef@chromium.org2014-06-171-2/+6
* Enable SPDY 3.1 and 3.0 in UrlRequestContextBuilder by defaultmmenke@chromium.org2014-05-301-0/+3
* Remove HTTP pipelining support.mmenke@chromium.org2014-05-271-1/+0
* Clean up coding styledevgrapher@gmail.com2014-05-211-1/+0
* Make it so net/ can be built without file:// support.mmenke@chromium.org2014-05-071-0/+4
* Added data reduction proxy support to Android WebViewbengr@chromium.org2014-05-031-0/+23
* fetch_client: Support file URL schemecbentzel@chromium.org2014-01-191-0/+2
* [Android WebView] Add MappedHostResolver support for telemetry.primiano@chromium.org2013-11-271-0/+7
* Expose method for setting the proxy config in URLRequestContextBuilder for al...kkania@chromium.org2013-11-191-4/+0
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-1/+22
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-22/+1
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-1/+22
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-6/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-071-2/+11
* Improve URLRequestContextBuilder for use in android_webviewboliu@chromium.org2012-10-271-6/+20
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-221-19/+0
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-0/+21
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Fixed file leaks when running net_unittests.danhn@chromium.org2012-07-091-1/+1
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-1/+1
* Support simple proxy configuration for all platforms other than Linuxwillchan@chromium.org2012-04-211-0/+10
* Create a URLRequestContextBuilder.willchan@chromium.org2012-04-171-0/+101