summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_js_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+3
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-1/+1
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-4/+4
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-3/+3
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-141-27/+161
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-1/+5
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-5/+1
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-1/+5
* Remove some unused code.eroman@chromium.org2010-06-231-4/+0
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...eroman@chromium.org2010-06-231-19/+35
* Add an additional per-request DNS cache when executing FindProxyForURL() from...eroman@chromium.org2010-06-221-8/+46
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-171-88/+12
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-5/+7
* 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/+4
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-261-7/+43
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-231-2/+5
* Disable IPv6 results for the PAC bindings:eroman@chromium.org2009-10-221-2/+8
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-2/+2
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+3
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-0/+143