Closed
Bug 1646805
Opened 5 years ago
Closed 5 years ago
Update uses of Math.NEGATIVE_INFINITY to use Number.NEGATIVE_INFINITY instead
Categories
(Toolkit :: Password Manager, defect, P5)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: sfoster, Assigned: soniasingla, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
It looks like we have a single remaining use of the legacy Math.NEGATIVE_INFINITY in LoginManagerParent.jsm which should be updated to use Number.NEGATIVE_INFINITY
Reporter | ||
Updated•5 years ago
|
Summary: Update uses of Math.NEGATIVE_INFINITY to use Number.Math.NEGATIVE_INFINITY instead → Update uses of Math.NEGATIVE_INFINITY to use Number.NEGATIVE_INFINITY instead
Reporter | ||
Comment 1•5 years ago
|
||
This is a good fit for someone wanting to work through the process to contribute their first change to the Firefox codebase. I can mentor you through getting the toolchain set up and creating a patch for review and landing.
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → soniasingla.1812
Status: NEW → ASSIGNED
Pushed by sfoster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d1e60a7621aa
Updated uses of Math.NEGATIVE_INFINITY to Number.NEGATIVE_INFINITY. r=sfoster
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•5 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•