HomeSort by relevance Sort by last modified time
    Searched refs:https (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-port.js 6 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'");
11 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
13 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'");
16 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
18 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'");
22 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
24 shouldBe("a.href", "'https://www.mydomain.com:4/path/testurl.html?key=value'");
28 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
30 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'")
    [all...]
set-href-attribute-host.js 6 a.href = "https://www.mydomain.com:8080/path/";
8 shouldBe("a.href", "'https://www.otherdomain.com:0/path/'");
13 a.href = "https://www.mydomain.com:8080/path/?key=value";
15 shouldBe("a.href", "'https://www.other/?domain.com:8080/path/?key=value'");
21 a.href = "https://www.mydomain.com:8080/path/";
23 shouldBe("a.href", "'https://www.otherdomain.com:80/path/'");
26 a.href = "https://www.mydomain.com:8080/path/";
28 shouldBe("a.href", "'https://www.otherdomain.com/path/'");
32 a.href = "https://www.mydomain.com:8080/path/";
34 shouldBe("a.href", "'https://www.otherdomain.com:44/path/'")
    [all...]
set-href-attribute-search.js 6 a.href = "https://www.mydomain.com/path/?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path/?value=key'");
12 a.href = "https://www.mydomain.com/path/?key=value";
14 shouldBe("a.href", "'https://www.mydomain.com/path/?val%20ue=%20key?'");
24 a.href = "https://www.mydomain.com/path/?key=value#hash";
26 shouldBe("a.href", "'https://www.mydomain.com/path/?value%23key#hash'");
38 a.href = "https://www.mydomain.com/path/?key=value";
40 shouldBe("a.href", "'https://www.mydomain.com/path/'");
45 a.href = "https://www.mydomain.com/path/?key=value";
47 shouldBe("a.href", "'https://www.mydomain.com/path/?'")
    [all...]
set-href-attribute-protocol.js 6 a.href = "https://www.mydomain.com/path/";
13 a.href = "https://www.mydomain.com/path/";
23 a.href = "https://www.mydomain.com/path/";
25 shouldBe("a.href", "'https://www.mydomain.com/path/'");
40 a.href = "https://www.mydomain.com/path/";
42 shouldBe("a.href", "'https://www.mydomain.com/path/'");
49 a.href = "https://www.mydomain.com/path/";
51 shouldBe("a.href", "'https://www.mydomain.com/path/'");
56 a.href = "https://www.mydomain.com/path/";
58 shouldBe("a.href", "'https://www.mydomain.com/path/'")
    [all...]
set-href-attribute-pathname.js 6 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path%20name?key=value'");
13 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
15 shouldBe("a.href", "'https://www.mydomain.com/pa%3Fth?key=value'");
23 a.href = "https://www.mydomain.com/path?key=value";
25 shouldBe("a.href", "'https://www.mydomain.com//path%23name?key=value'");
31 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
33 shouldBe("a.href", "'https://www.mydomain.com/path?key=value'");
37 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
39 shouldBe("a.href", "'https://www.mydomain.com/?key=value'")
    [all...]
set-href-attribute-hostname.js 6 a.href = "https://www.mydomain.com:8080/path/";
8 shouldBe("a.href", "'https://www.otherdomain.com:8080/path/'");
13 a.href = "https://www.mydomain.com:8080/path/";
15 shouldBe("a.href", "'https://www.otherdomain.com:8080/path/'");
30 a.href = "https://www.mydomain.com:8080/path/";
32 shouldBe("a.href", "'https://www.mydomain.com:8080/path/'");
38 a.href = "https://www.mydomain.com:8080/path/";
40 shouldBe("a.href", "'https://www.mydomain.com:8080/path/'");
68 a.href = "https://www.mydomain.com:8080/path/";
70 shouldBe("a.href", "'https://undefined:8080/path/'")
    [all...]
set-href-attribute-whitespace.js 6 a.href = " https://www.mydomain.com/path/testurl.html?key=value";
26 a.href = "https://www.mydomain.com/path/testurl.html?key=value ";
30 a.href = "https://www.mydomain.com/path/testurl.html?key=value\n";
34 a.href = "https://www.mydomain.com/path/testurl.html?key=value\t";
38 a.href = "https://www.mydomain.com/path/testurl.html?key=value\r";
42 a.href = "https://www.mydomain.com/path/testurl.html?key=value\n \t\r \n";
set-href-attribute-hash.js 6 a.href = "https://www.mydomain.com:8080/path/testurl.html#middle";
8 shouldBe("a.href", "'https://www.mydomain.com:8080/path/testurl.html#hash-value'");
23 a.href = "https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle";
25 shouldBe("a.href", "'https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle'");
31 a.href = "https://www.mydomain.com/path/testurl.html#middle";
33 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'");
38 a.href = "https://www.mydomain.com/path/testurl.html#middle";
40 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'");
  /external/doclava/
moe.sh 23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
  /build/tools/droiddoc/templates-pdk/
trailer.cs 5 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  /development/libraries/stereocamera/
source.properties 9 Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository.xml
  /external/compiler-rt/
README.android 20 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
21 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
  /external/webkit/LayoutTests/fast/url/script-tests/
standard-url.js 26 ["https://foo:443/", "https://foo/"],
27 ["https://foo:80/", "https://foo:80/"],
42 ["https:/example.com/", "https://example.com/"],
54 ["https:example.com/", "https://example.com/"],
segments.js 73 ["https:/example.com/", ["https:","example.com","","/","",""]],
85 ["https:example.com/", ["https:","example.com","","/","",""]],
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 11 if (url.substring(0, 6) != "https:" &&
  /build/tools/droiddoc/templates-sdk/
trailer.cs 46 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
window-close-crash.js 3 "See https://bugs.webkit.org/show_bug.cgi?id=52216");
no-page-cache.js 1 description("Tests that pages that use Geolocation are not put in the page cache.<br><br>Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.");
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
  /external/llvm/utils/release/
merge.sh 70 svn merge -c $rev https://llvm.org/svn/llvm-project/$proj/trunk . || exit 1
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 73 'url' : "https://bugs.webkit.org/attachment.cgi?id=33721",
164 <!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/bugzilla.dtd">
166 urlbase="https://bugs.webkit.org/"
184 'url' : "https://bugs.webkit.org/attachment.cgi?id=45548",
200 focus fail on WebKit2. See https://bugs.webkit.org/show_bug.cgi?id=56988.
212 focus fail on WebKit2. See https://bugs.webkit.org/show_bug.cgi?id=56988.
213 https://bugs.webkit.org/show_bug.cgi?id=12345
254 <bugzilla version="3.2.3" urlbase="https://bugs.webkit.org/" maintainer="admin@webkit.org" exporter="eric@webkit.org">
284 <link rel="Top" href="https://bugs.webkit.org/">
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 302 scheme: 'https',
314 this.assertEqual('https', single.scheme);
329 scheme: 'https',
330 host: 'https.example.com',
358 this.assertEqual('https', server.scheme);
359 this.assertEqual('https.example.com', server.host);
486 scheme: 'https',
487 host: 'https.example.com',
507 this.assertEqual('https', result.rules.proxyForHttps.scheme);
508 this.assertEqual('https.example.com', result.rules.proxyForHttps.host)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 22 * jsunit: Download here: https://sourceforge.net/project/showfiles.php?group_id=28041&package_id=19823&release_id=404277
  /external/v8/tools/
merge-to-branch.sh 248 https://v8.googlecode.com/svn/$TO_URL \
249 https://v8.googlecode.com/svn/tags/$NEWMAJOR.$NEWMINOR.$NEWBUILD.$NEWPATCH \

Completed in 471 milliseconds

1 2 3