summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_js_bindings_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-1/+2
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-081-28/+3
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-3/+28
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-28/+3
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-0/+5
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-5/+0
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-0/+5
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-7/+8
* Remove the HostResolverImpl::Shutdown() method.eroman@chromium.org2011-06-151-37/+40
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-15/+3
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-6/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* 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