summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_simulation_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-4/+3
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-281-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-4/+6
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+4
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Remove some calls to URLRequestContext::network_delegate().tedv@chromium.org2013-03-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-2/+2
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-1/+3
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-11/+12
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-2/+4
* Add load flag indicating a request is probably the result of a user gesture.joi@chromium.org2011-08-091-1/+1
* Adds unit tests that attempt to verify the following through simulation:joi@chromium.org2011-06-021-0/+752