summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-051-1/+6
* Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ...joi@chromium.org2011-05-051-6/+1
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-051-1/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-24/+112
* Support enabling/disabling the URL request throttler via the about:net-intern...joi@chromium.org2011-03-251-1/+1
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-241-13/+17
* Remove minidump analysis aides from URLRequestThrottlerManager. Leavejoi@chromium.org2011-03-171-20/+9
* Extracting core back-off logic into a separate class,joi@chromium.org2011-03-171-61/+48
* Change from CHECK to DCHECK and attempt to handle NULL values, in preparation...joi@chromium.org2011-03-051-2/+3
* Single-threaded stress test for URLRequestThrottlerManagerjoi@chromium.org2011-03-021-8/+76
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-0/+346