Closed
Bug 1540396
Opened 6 years ago
Closed 6 years ago
Remove Array.slice and Array.map from PageStyleChild.jsm
Categories
(Firefox :: Menus, enhancement, P1)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
Firefox 68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
Details
Attachments
(1 file)
This produces a ton of warnings since I landed Bug 1536860.
Array.slice is deprecated; use Array.prototype.slice instead PageStyleChild.jsm:30:28
Array.map is deprecated; use Array.prototype.map instead PageStyleChild.jsm:31:27
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Pushed by evilpies@gmail.com: https://hg.mozilla.org/integration/autoland/rev/80fcea2e4efc Remove Array.slice and Array.map from PageStyleChild.jsm. r=mconley
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
You need to log in
before you can comment on or make changes to this bug.
Description
•