Closed
Bug 1689293
Opened 5 years ago
Closed 5 years ago
Introduce DirectoryLock::Acquire
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently, a directory lock is created and acquired in one step in QuotaManager::OpenDirectory
I'd like to split this process into QuotaManager::CreateDirectoryLock
and DirectoryLock::Acquire
.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9199733 -
Attachment description: Bug 1689293 - Introduce DirectoryLock::Acquire → Bug 1689293 - Introduce DirectoryLock::Acquire; r=#dom-workers-and-storage
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/68165baff788
Introduce DirectoryLock::Acquire; r=sg
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•