Open
Bug 1814577
Opened 2 years ago
Updated 2 years ago
Prevent potential race from removeDirectory background task (remove only the child directories)
Categories
(Core :: Storage: Quota Manager, task)
Core
Storage: Quota Manager
Tracking
()
NEW
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Consider this situation:
- The background task is triggered to recursively remove
to-be-deleted
directory at shutdown - A new Firefox instance starts with the same profile
- It shuts down and moves purged directories to the
to-be-deleted
that is already being removed
It should keep to-be-deleted
directory to prevent this situation. Existing otherFoldersSuffix
option of the background task should be useful here.
Assignee | ||
Comment 1•2 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•