Closed
Bug 1903874
Opened 4 months ago
Closed 4 months ago
Change DirectoryLock::Drop to be asynchronous
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 months ago
|
||
For now, asynchronous Drop is only needed for replacing counting of pending
clear/shutdown storage operations with evaluation of existing directory locks.
In future, asynchronous Drop will also allow to do IO, for example if we decide
to wait for saving of origin access time to be finished.
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b8d5584db195
Change DirectoryLock::Drop to be asynchronous; r=dom-storage-reviewers,jari
Assignee | ||
Updated•4 months ago
|
Status: NEW → ASSIGNED
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•