Backed out changeset 440b703da884 (bug 1380150) for failing many mochitests with exceptions. r=backout

This commit is contained in:
Sebastian Hengst 2017-09-10 17:44:58 +02:00
Родитель bbb9104762
Коммит 7292e53019
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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();
}