Home
last modified time | relevance | path

Searched refs:errorPageUrl (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/android/javatests/src/org/chromium/weblayer/test/
H A DErrorPageCallbackTest.java157 String errorPageUrl = "http://localhost:7/non_existent"; in testOverrideErrorPage() local
158 mActivityTestRule.navigateAndWaitForFailure(errorPageUrl); in testOverrideErrorPage()
/dports/www/gallery2/gallery2/modules/comment/templates/
H A DChangeComment.js.tpl33 var errorPageUrl = '{g->url arg1="view=core.ErrorPage" htmlEntities=false}';
39 document.location.href = errorPageUrl;
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DNavigationDelegateTest.kt35 errorPageUrl: String?) { in <lambda>()
60 return GeckoResult.fromValue(errorPageUrl) in <lambda>()
72 if (errorPageUrl != null) { in <lambda>()
97 errorPageUrl: String?) { in <lambda>()
113 return GeckoResult.fromValue(errorPageUrl) in <lambda>()
124 if (errorPageUrl != null) { in <lambda>()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DNavigationDelegateTest.kt52 errorPageUrl: String?) { in testLoadErrorWithErrorPage()
79 return GeckoResult.fromValue(errorPageUrl) in testLoadErrorWithErrorPage()
91 if (errorPageUrl != null) { in testLoadErrorWithErrorPage()
121 errorPageUrl: String?) { in testLoadEarlyErrorWithErrorPage()
137 return GeckoResult.fromValue(errorPageUrl) in testLoadEarlyErrorWithErrorPage()
148 if (errorPageUrl != null) { in testLoadEarlyErrorWithErrorPage()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DNavigationDelegateTest.kt60 errorPageUrl: String?) { in testLoadErrorWithErrorPage()
87 return GeckoResult.fromValue(errorPageUrl) in testLoadErrorWithErrorPage()
99 if (errorPageUrl != null) { in testLoadErrorWithErrorPage()
129 errorPageUrl: String?) { in testLoadEarlyErrorWithErrorPage()
145 return GeckoResult.fromValue(errorPageUrl) in testLoadEarlyErrorWithErrorPage()
156 if (errorPageUrl != null) { in testLoadEarlyErrorWithErrorPage()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DNavigationDelegateTest.kt52 errorPageUrl: String?) { in testLoadErrorWithErrorPage()
79 return GeckoResult.fromValue(errorPageUrl) in testLoadErrorWithErrorPage()
91 if (errorPageUrl != null) { in testLoadErrorWithErrorPage()
121 errorPageUrl: String?) { in testLoadEarlyErrorWithErrorPage()
137 return GeckoResult.fromValue(errorPageUrl) in testLoadEarlyErrorWithErrorPage()
148 if (errorPageUrl != null) { in testLoadEarlyErrorWithErrorPage()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.cpp5360 nsCString errorPageUrl("about:"); in LoadErrorPage() local
5361 errorPageUrl.AppendASCII(aErrorPage); in LoadErrorPage()
5362 errorPageUrl.AppendLiteral("?e="); in LoadErrorPage()
5365 errorPageUrl.AppendLiteral("&u="); in LoadErrorPage()
5369 errorPageUrl.AppendLiteral("&o=1"); in LoadErrorPage()
5372 errorPageUrl.AppendLiteral("&s="); in LoadErrorPage()
5375 errorPageUrl.AppendLiteral("&c="); in LoadErrorPage()
5379 errorPageUrl.AppendLiteral("&f="); in LoadErrorPage()
5380 errorPageUrl.AppendASCII(frameType.get()); in LoadErrorPage()
5388 errorPageUrl.AppendLiteral("&m="); in LoadErrorPage()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.cpp4771 nsCString errorPageUrl("about:"); in LoadErrorPage() local
4772 errorPageUrl.AppendASCII(aErrorPage); in LoadErrorPage()
4773 errorPageUrl.AppendLiteral("?e="); in LoadErrorPage()
4776 errorPageUrl.AppendLiteral("&u="); in LoadErrorPage()
4777 errorPageUrl.AppendASCII(escapedUrl.get()); in LoadErrorPage()
4780 errorPageUrl.AppendLiteral("&o=1"); in LoadErrorPage()
4783 errorPageUrl.AppendLiteral("&s="); in LoadErrorPage()
4786 errorPageUrl.AppendLiteral("&c=UTF-8"); in LoadErrorPage()
4789 errorPageUrl.AppendLiteral("&f="); in LoadErrorPage()
4790 errorPageUrl.AppendASCII(frameType.get()); in LoadErrorPage()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DnsDocShell.cpp3847 nsCString errorPageUrl("about:"); in LoadErrorPage() local
3848 errorPageUrl.AppendASCII(aErrorPage); in LoadErrorPage()
3849 errorPageUrl.AppendLiteral("?e="); in LoadErrorPage()
3851 errorPageUrl.AppendASCII(escapedError.get()); in LoadErrorPage()
3852 errorPageUrl.AppendLiteral("&u="); in LoadErrorPage()
3853 errorPageUrl.AppendASCII(escapedUrl.get()); in LoadErrorPage()
3856 errorPageUrl.AppendLiteral("&o=1"); in LoadErrorPage()
3859 errorPageUrl.AppendLiteral("&s="); in LoadErrorPage()
3862 errorPageUrl.AppendLiteral("&c=UTF-8"); in LoadErrorPage()
3868 errorPageUrl.AppendLiteral("&captive=true"); in LoadErrorPage()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsDocShell.cpp3800 nsCString errorPageUrl("about:"); in LoadErrorPage() local
3801 errorPageUrl.AppendASCII(aErrorPage); in LoadErrorPage()
3802 errorPageUrl.AppendLiteral("?e="); in LoadErrorPage()
3804 errorPageUrl.AppendASCII(escapedError.get()); in LoadErrorPage()
3805 errorPageUrl.AppendLiteral("&u="); in LoadErrorPage()
3806 errorPageUrl.AppendASCII(escapedUrl.get()); in LoadErrorPage()
3809 errorPageUrl.AppendLiteral("&o=1"); in LoadErrorPage()
3812 errorPageUrl.AppendLiteral("&s="); in LoadErrorPage()
3815 errorPageUrl.AppendLiteral("&c=UTF-8"); in LoadErrorPage()
3821 errorPageUrl.AppendLiteral("&captive=true"); in LoadErrorPage()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DnsDocShell.cpp3847 nsCString errorPageUrl("about:"); in LoadErrorPage() local
3848 errorPageUrl.AppendASCII(aErrorPage); in LoadErrorPage()
3849 errorPageUrl.AppendLiteral("?e="); in LoadErrorPage()
3851 errorPageUrl.AppendASCII(escapedError.get()); in LoadErrorPage()
3852 errorPageUrl.AppendLiteral("&u="); in LoadErrorPage()
3853 errorPageUrl.AppendASCII(escapedUrl.get()); in LoadErrorPage()
3856 errorPageUrl.AppendLiteral("&o=1"); in LoadErrorPage()
3859 errorPageUrl.AppendLiteral("&s="); in LoadErrorPage()
3862 errorPageUrl.AppendLiteral("&c=UTF-8"); in LoadErrorPage()
3868 errorPageUrl.AppendLiteral("&captive=true"); in LoadErrorPage()
[all …]
/dports/www/firefox/firefox-99.0/docshell/base/
H A DnsDocShell.cpp3997 nsCString errorPageUrl("about:"); in LoadErrorPage() local
3998 errorPageUrl.AppendASCII(aErrorPage); in LoadErrorPage()
3999 errorPageUrl.AppendLiteral("?e="); in LoadErrorPage()
4001 errorPageUrl.AppendASCII(escapedError.get()); in LoadErrorPage()
4002 errorPageUrl.AppendLiteral("&u="); in LoadErrorPage()
4003 errorPageUrl.AppendASCII(escapedUrl.get()); in LoadErrorPage()
4006 errorPageUrl.AppendLiteral("&o=1"); in LoadErrorPage()
4009 errorPageUrl.AppendLiteral("&s="); in LoadErrorPage()
4012 errorPageUrl.AppendLiteral("&c=UTF-8"); in LoadErrorPage()
4018 errorPageUrl.AppendLiteral("&captive=true"); in LoadErrorPage()
[all …]
/dports/www/gallery2/gallery2/modules/core/templates/
H A DAdminPlugins.tpl55 var errorPageUrl = '{g->url arg1="view=core.ErrorPage" htmlEntities=0}';