Changes

Jump to: navigation, search

Firefox/session restore

546 bytes added, 10:05, 23 June 2014
The structure of sessionstore.js
* <code>windows</code> the currently opened windows (array)
** <code>tabs</code> the currently opened tabs (array)
*** <code>attributes</code>**** TBD*** <code>entries</code>**** TBD*** <code>extData</code>**** TBD*** <code>hidden</code>**** TBD*** <code>image</code>**** TBD*** <code>index</code>**** TBD*** <code>lastAccessed</code>**** TBD*** <code>pinned</code>**** TBD*** <code>closedAt</code>**** 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(same structure as <code>tabs</code>)
** <code>busy</code> is the window currently busy restoring/duplicating a tab? (boolean)
** <code>cookies</code> the Session Cookies set for this window (array)
*** <code>path</code> (string)
*** <code>value</code> (string)
** <code>extData</code> a key, /value store used by clients of Session Restore to store permanent information (object, optional)** <code>height</code> height of the window in pixels (number)** <code>width</code> width of the window in pixels (number)** <code>screenX</code> horizontal position of the window in pixels (number)** <code>screenY</code> vertical position of the window in pixels(number)** <code>sizemode</code> (stringone of "minimized", "maximized", "normal")
* <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