Closed
Bug 1838874
Opened 2 years ago
Closed 2 years ago
Remove remaining uses of FileUtils.getFile
Categories
(Toolkit Graveyard :: IOUtils and PathUtils, task, P1)
Toolkit Graveyard
IOUtils and PathUtils
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
Details
Attachments
(1 file)
A few uses were missed in the previous bugs:
marco@marco-Dell-XPS2 ~/FD/mozilla-unified $ rg "FileUtils.getFile"
uriloader/exthandler/tests/mochitest/browser_save_filenames.js
161: let saveFilenamesPage = FileUtils.getFile(
browser/components/downloads/test/browser/head.js
101: let interruptibleFile = FileUtils.getFile("TmpD", [
tools/profiler/tests/xpcshell/test_feature_mainthreadio.js
88: const file = FileUtils.getFile("TmpD", [filename]);
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d0a1398c495a
Remove remaining uses of FileUtils.getFile r=Gijs
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
Updated•9 months ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•