Session Restore: Difference between revisions

→‎Privacy: JSON vs Javascript
(→‎Privacy: JSON vs Javascript)
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 in JSON format. 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 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.


= To-do =
= To-do =
38

edits