Closed
Bug 939759
Opened 11 years ago
Closed 9 years ago
Investigate using AsyncShutdown to get rid of sync flush on quit-application-requested
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
DUPLICATE
of bug 1177310
People
(Reporter: ttaubert, Unassigned)
References
Details
With bug 930967 we need a sync flush when quit-application-requested is fired so that we can collect all data that might be lost when windows are closed after quit-application-granted has been sent.
We should look into removing this sync flush by making shutdown (and window closing) wait until all async messages have arrived.
This might be dependent on bug 939742.
Comment 1•9 years ago
|
||
This is what we're basically doing in bug 1177310.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•