зеркало из https://github.com/mozilla/gecko-dev.git
Backout Bug 399838 to investigate Ts regression.
This commit is contained in:
Родитель
f0d137c0cc
Коммит
c8773367f3
|
@ -420,8 +420,10 @@ SessionStoreService.prototype = {
|
|||
delete this._initialState;
|
||||
}
|
||||
|
||||
// restart any interrupted downloads
|
||||
aWindow.setTimeout(this.retryDownloads, 0);
|
||||
if (this._lastSessionCrashed) {
|
||||
// restart any interrupted downloads
|
||||
aWindow.setTimeout(this.retryDownloads, 0);
|
||||
}
|
||||
}
|
||||
|
||||
var tabbrowser = aWindow.getBrowser();
|
||||
|
|
Загрузка…
Ссылка в новой задаче