summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8.h
Commit message (Expand)AuthorAgeFilesLines
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-0/+1
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-1/+0
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-0/+1
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-3/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+1
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-0/+1
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-221-1/+1
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-1/+2
* Better match IE's proxy settings.ericroman@google.com2009-08-041-3/+4
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-39/+4
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-6/+11
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-1/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-13/+19
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-1/+1
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-0/+42
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-231-0/+56