Changes

Jump to: navigation, search

Firefox/session restore

278 bytes added, 10:09, 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>the attributes of the tab
**** TBD
*** <code>entries</code>**** TBD*** <code>extData</code>the history of the tab (array)
**** TBD
*** <code>extData</code> a key/value store used by clients of Session Restore to store permanent information (object, optional)
*** <code>hidden</code>
**** TBD*** <code>image</code>**** TBDURL of the favicon used for this tab (string)
*** <code>index</code>
**** TBD
*** <code>lastAccessed</code>
**** TBD
*** <code>pinned</code>**** TBDis the tab pinned? (boolean)*** <code>closedAt</code>**** TBDif the tab is closed, the date at which it was closed (optional, ms since epoch)
** <code>selected</code> the index of the currently selected tab in <code>tabs</code>(number)
** <code>_closedTabs</code> the currently closed tabs (array)
*** (structure is the 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)
184
edits

Navigation menu