Closed
Bug 1737308
Opened 3 years ago
Closed 1 years ago
[meta] Remove osfile.jsm usage
Categories
(Toolkit Graveyard :: OS.File, task)
Toolkit Graveyard
OS.File
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
osfile.jsm has bee replaced by IOUtils (OS.File) and PathUtils (OS.Path) - the former is known to be slow to load and not as efficient. We should over time, be working to remove those from the code base.
ESLint already warns about uses of OS.File.
Comment 1•3 years ago
|
||
This should depend on bug 986145 as well.
Depends on: 1771608
Updated•2 years ago
|
Comment 2•2 years ago
|
||
The bugs blocking this bug (and bug 1772262) constitute all the remaining OS.File usages in tree
Updated•2 years ago
|
Comment 4•2 years ago
|
||
OS.File usage is gone from the tree. We can close this.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Comment 5•2 years ago
|
||
There are still two usages left in tree: https://searchfox.org/mozilla-central/rev/445a5ab684b73eb56d807d0f3b2fabcc85a7c3dd/toolkit/components/extensions/Extension.jsm#84-85
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•1 years ago
|
Status: REOPENED → RESOLVED
Closed: 2 years ago → 1 years ago
Resolution: --- → FIXED
Updated•1 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•