зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 440b703da884 (bug 1380150) for failing many mochitests with exceptions. r=backout
This commit is contained in:
Родитель
bbb9104762
Коммит
7292e53019
|
@ -669,7 +669,7 @@
|
|||
if (!this._shouldShowProgress(aRequest))
|
||||
return;
|
||||
|
||||
if (this.mTotalProgress && aWebProgress.isTopLevel)
|
||||
if (this.mTotalProgress)
|
||||
this.mTab.setAttribute("progress", "true");
|
||||
|
||||
this._callProgressListeners("onProgressChange",
|
||||
|
@ -756,8 +756,7 @@
|
|||
}
|
||||
|
||||
if (this._shouldShowProgress(aRequest)) {
|
||||
if (!(aStateFlags & nsIWebProgressListener.STATE_RESTORING) &&
|
||||
aWebProgress.isTopLevel) {
|
||||
if (!(aStateFlags & nsIWebProgressListener.STATE_RESTORING)) {
|
||||
this.mTab.setAttribute("busy", "true");
|
||||
this._syncThrobberAnimations();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче