DOM/Workers-Storage/projects/session-storage: Difference between revisions
< DOM | Workers-Storage | projects
Jump to navigation
Jump to search
(→==: update heading) |
(Delete page.) |
||
| Line 7: | Line 7: | ||
sessionStorage also needs to be communicated between processes. The easiest way to implement this is likely to move it to use the same persistent backend as localStorage, and add the session’s ID to the keys. | sessionStorage also needs to be communicated between processes. The easiest way to implement this is likely to move it to use the same persistent backend as localStorage, and add the session’s ID to the keys. | ||
==== '''Open Critical Bug''' ==== | ==== '''Open Critical Bug''' ==== | ||
<bugzilla> | <bugzilla> | ||
Latest revision as of 20:04, 17 September 2018
Session Storage: Fission
Meta bug:https://bugzilla.mozilla.org/show_bug.cgi?id=1445464
Summary:
One of the important components of improving process switching is likely to move Session History and Session Storage transfer out of SessionRestore and into platform.
sessionStorage also needs to be communicated between processes. The easiest way to implement this is likely to move it to use the same persistent backend as localStorage, and add the session’s ID to the keys.
Open Critical Bug
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
RESOLVED Critical Bug
| ID | Summary | Status | Resolution | Priority |
|---|---|---|---|---|
| 1575025 | Fix usage of nsIDocShellTreeItem in nsDocShell::TopSessionStorageManager | RESOLVED | FIXED | P2 |
1 Total; 0 Open (0%); 1 Resolved (100%); 0 Verified (0%);