summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service_v8.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-2/+4
* make ProxyService::CreateSystemProxyConfigService return scoped_ptrscsharrison2015-09-221-2/+2
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-3/+4
* Returning scoped_ptr<> instead of raw pointer in DhcpProxyScriptFetcherFactor...paritosh.in2015-08-251-2/+2
* Split ProxyResolverV8Tracing into an implementation and a wrapper.sammc2015-06-291-3/+3
* Add ProxyResolverFactoryV8Tracing.sammc2015-05-151-37/+7
* Deprecation of MessageLoopProxy usage with ThreadTaskRunnerHandle in net/prox...pranay.kumar2015-05-151-1/+2
* Start moving responsibility for setting PAC script into ProxyResolverFactory.sammc2015-04-211-3/+3
* Refactor ProxyService to take a ProxyResolverFactory instead of a ProxyResolver.sammc2015-04-021-7/+38
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-3/+2
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-67/+5
* net: Add a new target 'net_with_v8'.tfarina@chromium.org2012-08-311-0/+107