Changes

Jump to: navigation, search

Firefox/session restore

138 bytes removed, 15:24, 26 June 2014
m
The structure of sessionstore.js: Fixed "userTypedValue".
** <code>tabs</code> the currently opened tabs (array)
*** <code>attributes</code> a set of attributes persisted for the tab (object)
**** <code>userTypedValue</code> is an optional attribute. When it is present, it stores the text entered by the user in the address bar.
**** ... (TBD) (unused?)
*** <code>entries</code> the history of the tab (array)
*** <code>lastAccessed</code> date of the last interaction with this tab (number of ms since epoch)
*** <code>pinned</code> is the tab pinned? (boolean)
*** <code>userTypedValue</code> test text entered by the user on in the address bar (string, optional)
*** <code>closedAt</code> if 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)

Navigation menu