summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_test_util.h
Commit message (Expand)AuthorAgeFilesLines
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Remove some calls to URLRequestContext::network_delegate().tedv@chromium.org2013-03-081-0/+4
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* LoadTiming int net 6: Cache LoadTimingInfommenke@chromium.org2013-02-021-9/+3
* Add support for making FTP requests through a proxy.phajdan.jr@chromium.org2013-01-231-0/+10
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-0/+22
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-201-10/+3
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-63/+66
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-66/+63
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-63/+66
* Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...battre@chromium.org2012-10-201-1/+1
* Move TestJobInterceptor to url_request_test_util.droger@chromium.org2012-09-181-0/+24
* 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/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-111-1/+0
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-4/+2
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-161-6/+6
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-131-0/+3
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-0/+2
* [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...szym@chromium.org2012-05-231-11/+7
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-4/+5
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-5/+7
* Remove an unnecessary gtest.h include.thakis@chromium.org2012-03-211-1/+0
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-2/+2
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-19/+20
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-0/+26
* Expose a static configuration value for the host to use for URLRequestTestHTT...erikwright@chromium.org2012-02-221-0/+26
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-3/+8
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-8/+3
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-3/+8
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-131-2/+2
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-011-3/+3
* net: make interstitials fatal for pinned sitesagl@chromium.org2011-11-291-0/+2
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-5/+1
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-5/+4
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-2/+8
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-12/+17
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-291-19/+14
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-14/+19
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-2/+2
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-4/+4
* Add onAuthRequired signal to the webRequest APIjochen@chromium.org2011-08-031-0/+2
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-14/+7
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-2/+1