Changes

Jump to: navigation, search

Firefox/session restore

513 bytes added, 09:58, 23 June 2014
The structure of sessionstore.js
* <code>windows</code> the currently opened windows (array)
** <code>tabs</code> the currently opened tabs (array)*** TBD** <code>selected</code> the index of the currently selected tab in <code>tabs</code>(number)** <code>_closedTabs</code> the currently closed tabs (array)*** TBD** <code>busy</code> is the window currently busy restoring/duplicating a tab? (boolean)** <code>cookies</code> (array)*** TBD** <code>extData</code>*** TBD** <code>height</code> (number)** <code>screenX</code> (number)** <code>screenY</code> (number)** <code>sizemode</code> (string)
* <code>selectedWindow</code> the index of the currently selected window in <code>windows</code>
* <code>_closedWindows</code> the currently closed windows (array)
184
edits

Navigation menu