Open Bug 1687478 Opened 4 years ago Updated 4 years ago

Simplify QuotaManager::DirectoryLockTable

Categories

(Core :: Storage: Quota Manager, task, P3)

task

Tracking

()

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>.

Severity: -- → S4
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.