|
|
|
|
|
by holygoat
3562 days ago
|
|
Session store contains open tabs, windows, history for each tab, form fields, referrers (so we can re-request the page correctly), titles (so we can restore tabs without re-fetching every page), favicons, charsets, some timestamps, extension data, some kinds of site storage, scroll positions, and a few other things. The goal of session restore is to restore your session -- your open tabs should come back, the same pages should load, scrolled to the same place, and with the right content. |
|
Someday the pain may motivate me to try to learn enough about Firefox's internals to do it. :)