mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Backed out changeset 0eacb6c66396 (contained typo that breaks all of desktop Firefox)
This commit is contained in:
parent
31420756e1
commit
f2634062dd
@ -566,10 +566,10 @@
|
||||
if (this.mTab.hasAttribute("busy")) {
|
||||
this.mTab.removeAttribute("busy");
|
||||
this.mTabBrowser._tabAttrModified(this.mTab);
|
||||
if (!this.mTab.selected) {
|
||||
this.mTab.setAttribute("unread", "true");
|
||||
}
|
||||
this.mTab.removeAttribute("progress");
|
||||
if (!this.mTab.selected)
|
||||
this.mTab.setAttribute("unread", "true");
|
||||
|
||||
var location = aRequest.QueryInterface(nsIChannel).URI;
|
||||
|
||||
@ -876,8 +876,7 @@
|
||||
(window.windowState != window.STATE_MINIMIZED);
|
||||
this.mCurrentBrowser = newBrowser;
|
||||
this.mCurrentTab = this.selectedTab;
|
||||
if (!this._previewMode)
|
||||
this.mCurrentTab.removeAttribute("unread");
|
||||
this.mCurrentTab.removeAttribute("unread");
|
||||
this.showTab(this.mCurrentTab);
|
||||
|
||||
if (updatePageReport)
|
||||
|
Loading…
x
Reference in New Issue
Block a user