summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-3/+5
* Optimization for ProxyResolverV8Tracing: early termination.eroman@chromium.org2013-02-211-2/+54
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-29/+35
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-5/+3
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-1/+1
* Strip brackets from IPv6 host literals before passing down to PAC script.eroman@chromium.org2012-02-111-1/+24
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-48/+48
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-8/+10
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-1/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+3
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-2/+3
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-2/+4
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-141-36/+1
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-0/+2
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-2/+0
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-0/+2
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-2/+2
* Add support for international domain names in PAC scripts. This converts non-...eroman@chromium.org2010-06-231-0/+24
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...eroman@chromium.org2010-06-231-17/+21
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-3/+3
* FAILS tests should not turn the bot red.vandebo@chromium.org2010-06-181-3/+3
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-3/+3
* Update V8 to version 2.2.9sgjesse@google.com2010-05-111-1/+1
* Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...eroman@chromium.org2010-05-051-15/+7
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-18/+35
* Fix a crash when calling a PAC binding from the global scope.eroman@chromium.org2010-03-311-0/+28
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-20/+24
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-12/+12
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-2/+2
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-4/+4
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-261-1/+40
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-0/+7
* Add an additional unit-test for when PAC script is missing newline.eroman@chromium.org2009-09-251-4/+23
* Fix a bug where if a PAC script ended with a comment and no newline, it would...eroman@chromium.org2009-09-241-0/+18
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-65/+106
* Better match IE's proxy settings.ericroman@google.com2009-08-041-45/+50
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-67/+3
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-20/+20
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-6/+8
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-4/+2
* Reverting 19425.ericroman@google.com2009-06-261-2/+4
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-4/+2
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-4/+7
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-031-1/+14
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-2/+3
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-45/+237