Open
Bug 1476616
Opened 6 years ago
Updated 2 years ago
SessionStore.setTabState should serialize principals
Categories
(Firefox :: Session Restore, enhancement, P3)
Tracking
()
NEW
People
(Reporter: mixedpuppy, Unassigned)
References
(Blocks 2 open bugs)
Details
Currently any consumer of SessionStore.setTabState must also use Utils.jsm to serialize the triggering principal, if it wants to supply one. Bug 1378647 made it possible to pass a session object (rather than json), but you still need to serialize the principals first. setTabState should just do that.
Updated•6 years ago
|
Depends on: ss-reliability
Priority: -- → P3
Updated•6 years ago
|
Updated•6 years ago
|
Blocks: ss-feature
No longer depends on: ss-feature
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•