Closed
Bug 801137
Opened 12 years ago
Closed 12 years ago
Migrate all of SessionStore.jsm to OS.File
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
People
(Reporter: Yoric, Unassigned)
Details
(Keywords: main-thread-io)
No description provided.
Comment 1•12 years ago
|
||
The writing is already async, AFAIK, and bug 532150 covers reading the session file. Is there anything else for this to track?
Reporter | ||
Comment 2•12 years ago
|
||
Writing is async but not fully off main thread for the usual reasons (although this is covered by bug 794091), we still have at least a copy and a few file removals on the main thread. However, you are right, the scope of this bug is too vague.
Summary: Make all I/O in SessionStore.jsm off main thread → Migrate all of SessionStore.jsm to OS.File
Updated•12 years ago
|
Keywords: main-thread-io
Reporter | ||
Comment 4•12 years ago
|
||
iirc, that's actually finished
Comment 5•12 years ago
|
||
Indeed, everything's async now.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(ttaubert)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•