Remove unused isWinVistaOrHigher from DownloadsCommon
Categories
(Toolkit :: Downloads API, task, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: mak, Assigned: gzyfqh, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [good-first-bug][lang=js])
Attachments
(1 file)
the isWinVistaOrHigher helper in DownloadsCommon is not used anywhere and should be removed https://searchfox.org/mozilla-central/rev/968bd894205cf4f579d94ac4e175cc3187458605/browser/components/downloads/DownloadsCommon.jsm#775
Hello @mak, I want to take over and deal with this bug, what should I pay attention to, is it enough to just remove the "isWinVistaOrHigher" parameter?
Reporter | ||
Comment 2•2 years ago
|
||
this is pure code removal, sorry for missing the question.
(In reply to Marco Bonardo [:mak] from comment #2)
this is pure code removal, sorry for missing the question.
Can't seem to find the DownloadsCommon.jsm
file now, it has been removed in the new version?
Reporter | ||
Comment 4•2 years ago
|
||
it was likely renamed to .sys.mjs
You can search on searchfor.org for isWinVistaOrHigher
isWinVistaOrHigher
in DownloadsCommon
is no longer used, and the
relevant code will be deleted through this commit.
Updated•2 years ago
|
Comment 7•2 years ago
|
||
bugherder |
Description
•