summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8.cc
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-0/+14
* Fix a bug where if a PAC script ended with a comment and no newline, it would...eroman@chromium.org2009-09-241-16/+36
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-221-7/+7
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-3/+27
* Better match IE's proxy settings.ericroman@google.com2009-08-041-13/+34
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-132/+4
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-9/+17
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-1/+1
* Reverting 19425.ericroman@google.com2009-06-261-1/+1
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-1/+1
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-7/+6
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-13/+82
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-1/+1
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-031-3/+9
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-0/+3
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-16/+184
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-231-0/+131