summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8_tracing_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-0/+1
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-3/+3
* [net] Move host_cache files from net/base to net/dnsszym@chromium.org2013-04-101-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-4/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+4
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* Optimization for ProxyResolverV8Tracing: early termination.eroman@chromium.org2013-02-211-0/+146
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Add a unittest to ProxyResolverV8Tracing for sync DNS inside of blocking mode.eroman@chromium.org2013-02-061-2/+10
* Fix a memory error in ProxyResolverV8Tracing.eroman@chromium.org2013-02-011-3/+17
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-0/+928