Add a way for getting information about total disk space (disk capacity)
Categories
(Core :: XPCOM, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
We need to change our temporary storage calculation to use total disk space instead of free disk space. However, there's currently no nsIFile attribute/method which could be used for this, so we need to add a new readonly attribute, for example diskSpaceTotal
.
Comment 1•3 years ago
|
||
don't forget Bug 315278 :)
Assignee | ||
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
I am not sure about the dependency cycle here. For sure we need bug 1740212 for bug 1735713, and the patches there depend on the patches here, IIUC. On the other hand, the entire functionality "Add a way for getting information about total disk space (disk capacity)" is only complete with bug 1740212 so this bug should depend on it. I assume the only way to get out of this loop would be to have another "Implement nsLocalFile::GetDiskCapacity on Linux/Mac" bug (splitting the patch here) and make this bug depend on both and the Windows bug on that one.
But we might just want to review all of that together and land it, rather than adjust dependencies.
Comment 5•3 years ago
|
||
bugherder |
Description
•