Firefox/session restore: Difference between revisions

Line 133: Line 133:


* <code>windows</code> the currently opened windows (array)
* <code>windows</code> the currently opened windows (array)
** TBD
** <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>selectedWindow</code> the index of the currently selected window in <code>windows</code>
* <code>_closedWindows</code> the currently closed windows (array)
* <code>_closedWindows</code> the currently closed windows (array)
184

edits