Closed
Bug 1795183
Opened 2 years ago
Closed 2 years ago
Replace OS.path.join with PathUtils.join in ChildCrashHandler.jsm
Categories
(GeckoView :: General, task)
Tracking
(firefox106 wontfix, firefox107 wontfix, firefox108 fixed)
RESOLVED
FIXED
108 Branch
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
osfile
is deprecated and ./mach lint -l eslint
shows warning message for it.
Assignee | ||
Updated•2 years ago
|
Type: enhancement → task
Assignee | ||
Comment 1•2 years ago
|
||
osfile
is deprecated and ./mach lint -l eslint
shows warning message for
it. So I would like to replace it with PathUtils
.
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/b48afa58884d
Replace OS.path.join with PathUtils.join in ChildCrashHandler.jsm. r=geckoview-reviewers,owlish
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Updated•2 years ago
|
status-firefox106:
--- → wontfix
status-firefox107:
--- → wontfix
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•