зеркало из https://github.com/mozilla/gecko-dev.git
Bug 399838 - Automatically init (not open) the download manager when starting the app. r=dietrich, a1.9=mconnor, aM9=mconnor
This commit is contained in:
Родитель
6ee988f811
Коммит
e1bf37b800
|
@ -420,10 +420,8 @@ SessionStoreService.prototype = {
|
|||
delete this._initialState;
|
||||
}
|
||||
|
||||
if (this._lastSessionCrashed) {
|
||||
// restart any interrupted downloads
|
||||
aWindow.setTimeout(this.retryDownloads, 0);
|
||||
}
|
||||
// restart any interrupted downloads
|
||||
aWindow.setTimeout(this.retryDownloads, 0);
|
||||
}
|
||||
|
||||
var tabbrowser = aWindow.getBrowser();
|
||||
|
|
Загрузка…
Ссылка в новой задаче