Session Restore: Difference between revisions

→‎Privacy: clarify my intended meaning
(→‎Privacy: JSON vs Javascript)
(→‎Privacy: clarify my intended meaning)
Line 68: Line 68:
The saved session data is also cleared upon receiving the "browser:purge-session-history" notification.
The saved session data is also cleared upon receiving the "browser:purge-session-history" notification.


The data is stored on disk as a serialized javascript data structure (though it may be converted to JSON once that becomes natively supported by Gecko/Spidermonkey). An open question is to whether this should be encrypted in some manner. See the Discussion page for more ideas about this.
The data is stored on disk as a serialized javascript data structure (though it's possible that it will be converted to JSON once that becomes natively supported by Gecko/Spidermonkey). An open question is to whether this should be encrypted in some manner. See the Discussion page for more ideas about this.


= To-do =
= To-do =
38

edits