summaryrefslogtreecommitdiffstats
path: root/net/proxy/single_threaded_proxy_resolver_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Minor unittest cleanup.eroman@chromium.org2010-02-051-24/+21
* Re-enable a unittest which failed on valgrind thread sanitizer.eroman@chromium.org2010-02-051-1/+5
* Disable a test which is causing an error under valgrind TSAN.eroman@chromium.org2010-02-051-1/+1
* Add a timing measurement to LoadLog that shows how long a proxy resolve reque...eroman@chromium.org2010-02-051-0/+66
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-1/+1
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-1/+1
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-0/+21
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-2/+2
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-16/+27
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* Better match IE's proxy settings.ericroman@google.com2009-08-041-9/+66
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-0/+313