Open
Bug 1687478
Opened 4 years ago
Updated 4 years ago
Simplify QuotaManager::DirectoryLockTable
Categories
(Core :: Storage: Quota Manager, task, P3)
Core
Storage: Quota Manager
Tracking
()
NEW
People
(Reporter: sg, Unassigned)
References
Details
QuotaManager::DirectoryLockTable currently is a nsClassHashtable<nsCStringHashKey, nsTArray<NotNull<DirectoryLockImpl*>>>, however the actual members of the array values are never used, only the length of the array is. This could be simplified to a nsDataHashtable<nsCStringHashKey, uint32_t>.
Updated•4 years ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•