summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_js_bindings_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-23/+40
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-11/+13
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-1/+1
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-141-6/+90
* Remove an unused member field.eroman@chromium.org2010-06-231-1/+1
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...eroman@chromium.org2010-06-231-25/+45
* Add an additional per-request DNS cache when executing FindProxyForURL() from...eroman@chromium.org2010-06-221-0/+75
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-1/+1
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-171-6/+4
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-1/+2
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-2/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-1/+2
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+6
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-1/+1
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-1/+0
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-8/+1
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-261-8/+112
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-231-7/+7
* Disable IPv6 results for the PAC bindings:eroman@chromium.org2009-10-221-7/+48
* Improve a worthless unittest.ericroman@google.com2009-08-141-42/+13
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-0/+78