/frameworks/base/core/tests/coretests/src/android/net/http/ |
HttpsThroughHttpProxyTest.java | 49 .setBody("this response comes via HTTPS")); 57 .register(new Scheme("https", sslSocketFactory, server.getPort())); 60 new HttpGet("https://localhost:" + server.getPort() + "/foo")); 61 assertEquals("this response comes via HTTPS", contentToString(response)); 112 .register(new Scheme("https", sslSocketFactory, 443)); 114 HttpResponse response = httpProxyClient.execute(new HttpGet("https://android.com/foo"));
|
/external/chromium/net/proxy/ |
proxy_config_unittest.cc | 134 // Specify an HTTP proxy for "ftp://" and a SOCKS proxy for "https://" urls. 136 "ftp=ftp-proxy ; https=socks4://foopy", 200 "http=httpproxy ; https=httpsproxy ; ftp=ftpproxy ; socks=foopy ", 213 "http=httpproxy ; https=httpsproxy ; socks=socks5://foopy ", 225 "crazy=foopy ; foo=bar ; https=myhttpsproxy", 349 // Proxy-per scheme (HTTP and HTTPS) 354 "http=proxy-for-http:1801; https=proxy-for-https:1802"); 362 " HTTPS: proxy-for-https:1802\n [all...] |
/external/webkit/WebKit/mac/ |
ChangeLog | 33 https://bugs.webkit.org/show_bug.cgi?id=34698 41 https://bugs.webkit.org/show_bug.cgi?id=34490 51 https://bugs.webkit.org/show_bug.cgi?id=32717 68 https://bugs.webkit.org/show_bug.cgi?id=34771 80 https://bugs.webkit.org/show_bug.cgi?id=34699 90 https://bugs.webkit.org/show_bug.cgi?id=34727 139 https://bugs.webkit.org/show_bug.cgi?id=34661 161 https://bugs.webkit.org/show_bug.cgi?id=34611 177 https://bugs.webkit.org/show_bug.cgi?id=34371 192 https://bugs.webkit.org/show_bug.cgi?id=3384 [all...] |
/external/webkit/WebKit/win/ |
ChangeLog | 6 https://bugs.webkit.org/show_bug.cgi?id=32717 38 https://bugs.webkit.org/show_bug.cgi?id=27481 55 https://bugs.webkit.org/show_bug.cgi?id=34709 66 https://bugs.webkit.org/show_bug.cgi?id=34612 " MSAA: accSelect returns error 83 https://bugs.webkit.org/show_bug.cgi?id=34613 96 https://bugs.webkit.org/show_bug.cgi?id=34545 116 <https://bugs.webkit.org/show_bug.cgi?id=14227> 121 (similar to what Firefox did in: <https://bugzilla.mozilla.org/show_bug.cgi?id=507222>. 124 like <https://bugzilla.mozilla.org/show_bug.cgi?id=514927>. 146 https://bugs.webkit.org/show_bug.cgi?id=3450 [all...] |
/external/junit/ |
README.html | 107 href="https://sourceforge.net/tracker/index.php?func=detail&aid=598200&group_id=15278&atid=115278">JUnit 113 href="https://sourceforge.net/tracker/index.php?func=detail&aid=601326&group_id=15278&atid=115278">NPE 116 href="https://sourceforge.net/tracker/index.php?func=detail&aid=602948&group_id=15278&atid=115278">Swing 188 href="https://sourceforge.net/tracker/index.php?func=detail&aid=583346&group_id=15278&atid=115278">Class 191 href="https://sourceforge.net/tracker/index.php?func=detail&aid=551239&group_id=15278&atid=115278">Cookbook 194 href="https://sourceforge.net/tracker/index.php?func=detail&aid=539015&group_id=15278&atid=115278">License 197 href="https://sourceforge.net/tracker/index.php?func=detail&aid=560081&group_id=15278&atid=115278">assert 200 href="https://sourceforge.net/tracker/index.php?func=detail&aid=572444&group_id=15278&atid=115278">javadoc 203 href="https://sourceforge.net/tracker/index.php?func=detail&aid=581251&group_id=15278&atid=115278">swingui 206 href="https://sourceforge.net/tracker/index.php?func=detail&aid=574641&group_id=15278&atid=115278" (…) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https; 133 URL url = new URL("https://localhost:" + ss.getLocalPort()); 148 * Tests the behaviour of HTTPS connection in case of unavailability 164 URL url = new URL("https://localhost:" + ss.getLocalPort()); 203 URL url = new URL("https://localhost:" + ss.getLocalPort()); 241 URL url = new URL("https://localhost:" + ss.getLocalPort()); 276 URL url = new URL("https://localhost:55555"); 319 URL url = new URL("https://localhost:" + ss.getLocalPort()); 355 URL url = new URL("https://localhost:" + ss.getLocalPort()); 369 * Tests HTTPS connection process made through the proxy server [all...] |
/frameworks/base/core/java/android/net/ |
WebAddress.java | 37 * If given an https scheme but no port, fills in port 57 /* scheme */ "(?:(http|https|file)\\:\\/\\/)?" + 115 mScheme = "https"; 117 if (mScheme.equals("https")) 127 if ((mPort != 443 && mScheme.equals("https")) ||
|
/external/webkit/WebKit/wx/ |
ChangeLog | 13 https://bugs.webkit.org/show_bug.cgi?id=34371 25 https://bugs.webkit.org/show_bug.cgi?id=34542 38 https://bugs.webkit.org/show_bug.cgi?id=34341 53 https://bugs.webkit.org/show_bug.cgi?id=34022 92 https://bugs.webkit.org/show_bug.cgi?id=32063 106 https://bugs.webkit.org/show_bug.cgi?id=32956 160 https://bugs.webkit.org/show_bug.cgi?id=32236 186 https://bugs.webkit.org/show_bug.cgi?id=32076 198 https://bugs.webkit.org/show_bug.cgi?id=31914 211 https://bugs.webkit.org/show_bug.cgi?id=3179 [all...] |
/external/chromium/net/base/ |
transport_security_state.h | 34 // * We generate internal redirects from HTTP -> HTTPS. 38 // * We'll request HTTP URLs over HTTPS 43 // * We'll request HTTP URLs over HTTPS iff we have SPDY support.
|
/external/webkit/JavaScriptCore/ |
ChangeLog | 6 https://bugs.webkit.org/show_bug.cgi?id=28054 31 https://bugs.webkit.org/show_bug.cgi?id=34560 44 https://bugs.webkit.org/show_bug.cgi?id=34864 | <rdar://problem/7594198> 67 https://bugs.webkit.org/show_bug.cgi?id=34864 | <rdar://problem/7594198> 107 https://bugs.webkit.org/show_bug.cgi?id=34538 145 https://bugs.webkit.org/show_bug.cgi?id=34840 156 https://bugs.webkit.org/show_bug.cgi?id=34698 166 https://bugs.webkit.org/show_bug.cgi?id=34759 182 https://bugs.webkit.org/show_bug.cgi?id=34490 214 https://bugs.webkit.org/show_bug.cgi?id=3479 [all...] |
/external/apache-http/src/org/apache/http/conn/scheme/ |
Scheme.java | 38 * Encapsulates specifics of a protocol scheme such as "http" or "https". 44 * For example, to configure support for "https://" URLs, 48 * Scheme https = new Scheme("https", new MySecureSocketFactory(), 443); 49 * SchemeRegistry.DEFAULT.register(https); 59 /** The name of this scheme, in lowercase. (e.g. http, https) */
|
/external/webkit/WebKit/ |
ChangeLog | 12 https://bugs.webkit.org/show_bug.cgi?id=34611 46 https://bugs.webkit.org/show_bug.cgi?id=33773 58 https://bugs.webkit.org/show_bug.cgi?id=33610 104 https://bugs.webkit.org/show_bug.cgi?id=31444 128 https://bugs.webkit.org/show_bug.cgi?id=31706 147 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>. 188 https://bugs.webkit.org/show_bug.cgi?id=31392 208 https://bugs.webkit.org/show_bug.cgi?id=30842 236 https://bugs.webkit.org/show_bug.cgi?id=29949 245 https://bugs.webkit.org/show_bug.cgi?id=3028 [all...] |
/external/webkit/WebKit/qt/ |
ChangeLog | 16 http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe.html 17 http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html 20 https://bugs.webkit.org/show_bug.cgi?id=34702 92 https://bugs.webkit.org/show_bug.cgi?id=34777 102 https://bugs.webkit.org/show_bug.cgi?id=34755 115 https://bugs.webkit.org/show_bug.cgi?id=34747 139 https://bugs.webkit.org/show_bug.cgi?id=25585 158 https://bugs.webkit.org/show_bug.cgi?id=32717 190 https://bugs.webkit.org/show_bug.cgi?id=33592 214 https://bugs.webkit.org/show_bug.cgi?id=3406 [all...] |
/external/webkit/WebCore/bindings/js/ |
ScriptCallFrame.h | 49 // See <https://bugs.webkit.org/show_bug.cgi?id=22556> and 50 // <https://bugs.webkit.org/show_bug.cgi?id=21180>
|
/external/webkit/WebCore/bindings/v8/ |
ScriptCallFrame.h | 48 // See <https://bugs.webkit.org/show_bug.cgi?id=22556> and 49 // <https://bugs.webkit.org/show_bug.cgi?id=21180>
|
/external/webkit/WebCore/manual-tests/ |
canvas-mask-redraw.html | 54 <a href="https://bugs.webkit.org/show_bug.cgi?id=19954">https://bugs.webkit.org/show_bug.cgi?id=19954</a>
|
interrupted-compound-transform.html | 68 (see: <a href="https://bugs.webkit.org/show_bug.cgi?id=26162">https://bugs.webkit.org/show_bug.cgi?id=26162)</a>
|
/external/webkit/WebCore/manual-tests/inspector/ |
bp-in-named-eval-after-reload.html | 2 <p><b>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=31375">Bug 31375</a> - Web Inspector: breakpoints in named evals are not restored after a reload</b> 33 <p>Note that without the fix in <a href="https://bugs.webkit.org/show_bug.cgi?id=31375">Bug 31375</a>,
|
/external/webkit/WebKitTools/QueueStatusServer/filters/ |
webkit_extras.py | 43 value = patch_regexp.sub(r'<a href="https://bugs.webkit.org/attachment.cgi?id=\g<patch_id>&action=prettypatch">patch \g<patch_id></a>', value) 54 return '<a href="https://bugs.webkit.org/attachment.cgi?id=%s&action=prettypatch">%s</a>' % (value, value)
|
/external/webkit/WebKit/gtk/ |
ChangeLog | 6 https://bugs.webkit.org/show_bug.cgi?id=34773 19 https://bugs.webkit.org/show_bug.cgi?id=34754 37 https://bugs.webkit.org/show_bug.cgi?id=34754 55 https://bugs.webkit.org/show_bug.cgi?id=34682 75 https://bugs.webkit.org/show_bug.cgi?id=34572 86 https://bugs.webkit.org/show_bug.cgi?id=33484 109 https://bugs.webkit.org/show_bug.cgi?id=34043 126 https://bugs.webkit.org/show_bug.cgi?id=33327 141 https://bugs.webkit.org/show_bug.cgi?id=30883 174 https://bugs.webkit.org/show_bug.cgi?id=3374 [all...] |
/external/webkit/WebCore/ |
ChangeLog-2010-01-29 | 18 https://bugs.webkit.org/show_bug.cgi?id=34352 29 https://bugs.webkit.org/show_bug.cgi?id=34339 61 https://bugs.webkit.org/show_bug.cgi?id=34342 140 https://bugs.webkit.org/show_bug.cgi?id=34305 155 https://bugs.webkit.org/show_bug.cgi?id=31692 217 https://bugs.webkit.org/show_bug.cgi?id=34343 231 https://bugs.webkit.org/show_bug.cgi?id=34309 256 https://bugs.webkit.org/show_bug.cgi?id=33808 273 https://bugs.webkit.org/show_bug.cgi?id=34308 288 https://bugs.webkit.org/show_bug.cgi?id=3429 [all...] |
/external/chromium/base/crypto/ |
signature_creator_nss.cc | 51 // See NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518255
|
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
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/webkit/LayoutTests/fast/js/resources/ |
garbage-collect-after-string-appends.js-disabled | 7 // <https://bugs.webkit.org/show_bug.cgi?id=20871>
|
/external/webkit/LayoutTests/http/tests/appcache/ |
destroyed-frame.html | 2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=33813">bug 33813</a>: Crash when using DOMApplicationCache from a destroyed frame.</p>
|