зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1209591 - stop using result of displayLoadError on android, r=margaret
--HG-- extra : commitid : BhkHACGE86u extra : rebase_source : 41477a3c51fcae3ab4043bb73b9a38c43268f173
This commit is contained in:
Родитель
ecbe67ac71
Коммит
6c63996c6c
|
@ -4502,10 +4502,7 @@ Tab.prototype = {
|
|||
if (!ParentalControls.isAllowed(ParentalControls.VISIT_FILE_URLS, fixedURI)) {
|
||||
aRequest.cancel(Cr.NS_BINDING_ABORTED);
|
||||
|
||||
aRequest = this.browser.docShell.displayLoadError(Cr.NS_ERROR_UNKNOWN_PROTOCOL, fixedURI, null);
|
||||
if (aRequest) {
|
||||
fixedURI = aRequest.URI;
|
||||
}
|
||||
this.browser.docShell.displayLoadError(Cr.NS_ERROR_UNKNOWN_PROTOCOL, fixedURI, null);
|
||||
}
|
||||
|
||||
let contentType = contentWin.document.contentType;
|
||||
|
|
Загрузка…
Ссылка в новой задаче