summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_perftest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-2/+2
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-14/+7
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-3/+8
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-1/+1
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-2/+4
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-141-2/+4
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+2
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-2/+4
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-171-2/+1
* 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