summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_context_builder.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-27/+44
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-2/+2
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-0/+4
* Fixed file leaks when running net_unittests.danhn@chromium.org2012-07-091-3/+2
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-131-0/+6
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-0/+4
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-1/+2
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-1/+1
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-5/+10
* Refactor TransportSecurityState.palmer@chromium.org2012-05-011-1/+1
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-1/+2
* Support simple proxy configuration for all platforms other than Linuxwillchan@chromium.org2012-04-211-8/+17
* Create a URLRequestContextBuilder.willchan@chromium.org2012-04-171-0/+265