summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-6/+6
* Call LowMemoryNotification instead of IdleNotification when need to free memory.ulan@chromium.org2011-11-101-6/+1
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-1/+53
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-181-2/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-4/+5
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-2/+5
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+4
* Added missing MS PAC extensions for IPv6:ziadh@chromium.org2010-08-261-25/+178
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-43/+28
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-141-52/+0
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-0/+4
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-4/+0
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-0/+4
* Re-enable use of external string resources in ProxyResolverV8.eroman@chromium.org2010-07-021-2/+7
* Disable use of ExternalStringResource by ProxyResolverV8.eroman@chromium.org2010-07-021-1/+2
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-29/+124
* Add support for international domain names in PAC scripts. This converts non-...eroman@chromium.org2010-06-231-6/+25
* Remove an unused member field.eroman@chromium.org2010-06-231-2/+1
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...eroman@chromium.org2010-06-231-40/+83
* Add an additional per-request DNS cache when executing FindProxyForURL() from...eroman@chromium.org2010-06-221-21/+62
* Try to fix a deadlock that happened when running the network diagnostic tool ...eroman@chromium.org2010-05-131-24/+48
* Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...eroman@chromium.org2010-05-051-16/+8
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-1/+1
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-8/+8
* Fix a crash when calling a PAC binding from the global scope.eroman@chromium.org2010-03-311-14/+12
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-27/+29
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-261-2/+106
* 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