DOM/Workers-Storage/projects/session-storage

From New wiki
Jump to navigation Jump to search

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

<bugzilla> {

"f1":"blocked",
"o1":"equals",
"v1":"1445464",
"priority": ["P1","P2"],
"include_fields":"id,summary,status,resolution,priority",
"status":["NEW","REOPENED"]

} </bugzilla>

RESOLVED Critical Bug

<bugzilla> {

"f1":"blocked",
"o1":"equals",
"v1":"1445464",
"priority": ["P1","P2"],
"include_fields":"id,summary,status,resolution,priority",
"status":["RESOLVED"]

} </bugzilla>