Open
Bug 856340
Opened 13 years ago
Updated 9 months ago
Quota management is using signed ints for file sizes and limits
Categories
(Core :: Storage: Quota Manager, task, P5)
Core
Storage: Quota Manager
Tracking
()
NEW
People
(Reporter: bent.mozilla, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: dom-lws-bugdash-triage)
We should be using unsigned ints everywhere.
Updated•8 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Type: defect → task
Component: Storage: IndexedDB → Storage: Quota Manager
Whiteboard: dom-lws-bugdash-triage
Comment 1•9 months ago
|
||
I think partly to be blamed is the nsIFile returning int64 instead of uint64.
You need to log in
before you can comment on or make changes to this bug.
Description
•