summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_test_util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unit testing of event generation NetworkDelegate / Web Request APIbattre@chromium.org2011-07-141-2/+27
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-0/+2
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-2/+0
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-0/+2
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-1/+1
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-0/+1
* Implemented RequestHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-131-1/+2
* More progress towards removing content settings code from the content layer. ...jam@chromium.org2011-05-101-34/+18
* net/url_request/url_request_test_util.h doesn't need to includewtc@chromium.org2011-05-061-1/+0
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-0/+1
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-0/+1
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-231-1/+1
* Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...battre@chromium.org2011-04-201-0/+2
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-201-0/+6