summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8_tracing_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-2/+3
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-091-1/+1
* Always access ProxyResolverV8Tracing::Bindings from the origin thread.sammc2015-08-311-34/+32
* Split ProxyResolverV8Tracing into an implementation and a wrapper.sammc2015-06-291-410/+283
* Add ProxyResolverFactoryV8Tracing.sammc2015-05-151-154/+206
* Rename NetLog test classes to match the renamed TestNetLog class.mmenke2015-05-041-13/+13
* Get rid of TestNetLog::CapturedEntry[List] typedefs.mmenke2015-04-241-11/+13
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-35/+35
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-12/+11
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-5/+5
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Update V8 to version 3.24.30.1 (based on bleeding_edge revision r19017).machenbach@chromium.org2014-02-031-2/+2
* 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