summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_perftest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request...eroman2016-02-291-1/+8
* Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request>* rather ...olli.raula2016-02-261-8/+1
* Convert Pass()→std::move() in //netdcheng2015-12-261-3/+5
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
* Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ...tommycli2015-11-061-10/+7
* Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60...tommycli2015-11-051-7/+10
* Migrating tests to use EmbeddedTestServer (/net)svaldez2015-11-031-10/+7
* net/dns: Remove unneeded net_util.h includes from header files.tfarina2015-09-081-0/+1
* Remove ProxyResolver::(Cancel)SetPacScript and LegacyProxyResolverFactory.sammc2015-05-271-11/+1
* Change ProxyResolverV8 to not implement the ProxyResolver interface.sammc2015-05-271-7/+57
* Use ProxyResolverFactory in MultiThreadedProxyResolver.sammc2015-05-011-23/+44
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-30/+33
* Lazily initialize the v8::Isolate used by ProxyResolverV8 (in the browser pro...eroman2015-02-261-2/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-9/+6
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-3/+3
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Make net use v8 through ginjochen@chromium.org2014-04-081-2/+1
* base: Split logging functions and PerfTimeLogger out of perftimer.htfarina@chromium.org2013-09-171-2/+2
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Move perftimer.* into base/test/ directory.tfarina@chromium.org2013-08-241-1/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-071-1/+1
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-4/+4
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-2/+3
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* Optimization for ProxyResolverV8Tracing: early termination.eroman@chromium.org2013-02-211-1/+2
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-2/+3
* Make the v8 Isolate used in the proxy resolver explicit.jochen@chromium.org2013-02-011-1/+3
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-18/+23
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-241-1/+3
* Add a source to V8 proxy resolver-initiated DNS requests,mmenke@chromium.org2012-01-271-2/+3
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-7/+9
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-2/+3
* Remove the HostResolverImpl::Shutdown() method.eroman@chromium.org2011-06-151-1/+12
* 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