зеркало из https://github.com/mozilla/gecko-dev.git
Bug 519099 - Location bar stops working and does not allow any input. Restarts does not help. r=zeniko
This commit is contained in:
Родитель
ac50aeeba7
Коммит
32f3c51234
|
@ -269,6 +269,8 @@ SessionStoreService.prototype = {
|
|||
|
||||
// make sure that at least the first window doesn't have anything hidden
|
||||
delete this._initialState.windows[0].hidden;
|
||||
// Since nothing is hidden in the first window, it cannot be a popup
|
||||
delete this._initialState.windows[0].isPopup;
|
||||
}
|
||||
catch (ex) { debug("The session file is invalid: " + ex); }
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче