summaryrefslogtreecommitdiffstats
path: root/net/data/proxy_resolver_v8_unittest
Commit message (Expand)AuthorAgeFilesLines
* Added missing MS PAC extensions for IPv6:ziadh@chromium.org2010-08-261-0/+81
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-251-0/+0
* Add support for international domain names in PAC scripts. This converts non-...eroman@chromium.org2010-06-231-0/+16
* Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...eroman@chromium.org2010-05-051-8/+17
* Fix a crash when calling a PAC binding from the global scope.eroman@chromium.org2010-03-311-0/+8
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-262-1/+35
* Add an additional test for dnsDomainIs() to verify that it doesn't simply mat...eroman@chromium.org2009-09-251-2/+3
* Add an additional unit-test for when PAC script is missing newline.eroman@chromium.org2009-09-251-0/+3
* Set the mime-type on a test data file to binary.eroman@chromium.org2009-09-241-1/+1
* Fix a bug where if a PAC script ended with a comment and no newline, it would...eroman@chromium.org2009-09-241-0/+8
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-0/+21
* Fix error being thrown in isInNet() PAC js.ericroman@google.com2009-03-041-19/+173
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-0/+46
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-2314-0/+230