Backed out 2 changesets (bug 1596897) for mochitest failures at browser_setIgnoreCertificateErrors.js. CLOSED TREE

Backed out changeset 00c45a405129 (bug 1596897)
Backed out changeset 61304ccbaada (bug 1596897)
This commit is contained in:
Brindusan Cristian
2021-01-28 21:53:46 +02:00
parent 8b0a40c2fc
commit b0f9bc02f2
49 changed files with 1358 additions and 1608 deletions

View File

@@ -1227,7 +1227,7 @@
}
updateUserContextUIIndicator();
gPermissionPanel.updateSharingIndicator();
gIdentityHandler.updateSharingIndicator();
// Enable touch events to start a native dragging
// session to allow the user to easily drag the selected tab.
@@ -1402,7 +1402,7 @@
tab.removeAttribute("sharing");
this._tabAttrModified(tab, ["sharing"]);
if (aBrowser == this.selectedBrowser) {
gPermissionPanel.updateSharingIndicator();
gIdentityHandler.updateSharingIndicator();
}
},
@@ -1431,7 +1431,7 @@
}
if (aBrowser == this.selectedBrowser) {
gPermissionPanel.updateSharingIndicator();
gIdentityHandler.updateSharingIndicator();
}
},
@@ -4187,7 +4187,6 @@
// Also reset DOS mitigations for the basic auth prompt on reload.
delete browser.authPromptAbuseCounter;
gIdentityHandler.hidePopup();
gPermissionPanel.hidePopup();
browser.reload();
},