summaryrefslogtreecommitdiffstats
path: root/net/proxy/sync_host_resolver_bridge_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-11/+10
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-1/+1
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-5/+6
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-7/+38
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-34/+7
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-7/+34
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-31/+31
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-171-0/+199