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:
@@ -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();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user