зеркало из https://github.com/mozilla/gecko-dev.git
Bug 848347 - external links do not always open correctly; r=ttaubert
This commit is contained in:
Родитель
739b43f8c1
Коммит
f68b453f7a
|
@ -740,7 +740,7 @@ let SessionStoreInternal = {
|
|||
this._deferredInitialState._firstTabs = true;
|
||||
this._restoreCount = this._deferredInitialState.windows ?
|
||||
this._deferredInitialState.windows.length : 0;
|
||||
this.restoreWindow(aWindow, this._deferredInitialState, true);
|
||||
this.restoreWindow(aWindow, this._deferredInitialState, false);
|
||||
this._deferredInitialState = null;
|
||||
}
|
||||
else if (this._restoreLastWindow && aWindow.toolbar.visible &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче