зеркало из https://github.com/mozilla/pjs.git
Bug 347336 [SessionStore] Preserve the list of recently closed tabs during one session - fix regression (r=mconnor)
This commit is contained in:
Родитель
ac4aad32df
Коммит
635b6c81b8
|
@ -390,6 +390,10 @@ SessionStoreService.prototype = {
|
|||
* Window reference
|
||||
*/
|
||||
onLoad: function sss_onLoad(aWindow) {
|
||||
// return if window has already been initialized
|
||||
if (aWindow && aWindow.__SSi && this._windows[aWindow.__SSi])
|
||||
return;
|
||||
|
||||
var _this = this;
|
||||
|
||||
// ignore non-browser windows and windows opened while shutting down
|
||||
|
|
Загрузка…
Ссылка в новой задаче