summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-65/+106
* Better match IE's proxy settings.ericroman@google.com2009-08-041-45/+50
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-67/+3
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-20/+20
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-6/+8
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-4/+2
* Reverting 19425.ericroman@google.com2009-06-261-2/+4
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-4/+2
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-4/+7
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-031-1/+14
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-2/+3
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-45/+237
* Reverting 10251.ericroman@google.com2009-02-251-1/+2
* Reverting 10250.ericroman@google.com2009-02-241-2/+1
* Add v8 as dependency of net.ericroman@google.com2009-02-241-1/+2
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-231-0/+232