Bug 1737032 - Removed traces of "remote XUL". r=Gijs,fluent-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D129255
This commit is contained in:
Riya
2021-10-25 11:00:47 +00:00
parent 073cb427ab
commit a3958f3dbf
18 changed files with 1 additions and 43 deletions

View File

@@ -3662,9 +3662,6 @@ nsDocShell::DisplayLoadError(nsresult aError, nsIURI* aURI,
// Bad Content Encoding.
error = "contentEncodingError";
break;
case NS_ERROR_REMOTE_XUL:
error = "remoteXUL";
break;
case NS_ERROR_UNSAFE_CONTENT_TYPE:
// Channel refused to load from an unrecognized content type.
error = "unsafeContentType";
@@ -6205,7 +6202,6 @@ nsresult nsDocShell::FilterStatusForErrorPage(
aStatus == NS_ERROR_MALWARE_URI || aStatus == NS_ERROR_PHISHING_URI ||
aStatus == NS_ERROR_UNWANTED_URI || aStatus == NS_ERROR_HARMFUL_URI ||
aStatus == NS_ERROR_UNSAFE_CONTENT_TYPE ||
aStatus == NS_ERROR_REMOTE_XUL ||
aStatus == NS_ERROR_INTERCEPTION_FAILED ||
aStatus == NS_ERROR_NET_INADEQUATE_SECURITY ||
aStatus == NS_ERROR_NET_HTTP2_SENT_GOAWAY ||