summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_perftest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-2/+2
* Better match IE's proxy settings.ericroman@google.com2009-08-041-2/+4
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-2/+3
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-9/+8
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-1/+3
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-3/+1
* Reverting 19425.ericroman@google.com2009-06-261-1/+3
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-3/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+6
* Add the proxy resolver perftest to GYP.ericroman@google.com2009-03-061-2/+2
* Add performance tests for the proxy resolver implementations.ericroman@google.com2009-03-061-0/+191