Closed
Bug 1208631
Opened 9 years ago
Closed 6 years ago
Update add-ons manager code for newer JS standards
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 1455987
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: mossop, Unassigned)
Details
Maybe a meta bug, maybe just a way to get started but there are a bunch of things in the add-ons manager code that is based on older JS syntax which has since been replaced with much nicer versions. Things like naming function properties which is no longer necessary and using __defineGetter__ which we can use defineProperty or even nicer stuff for now.
Comment 1•6 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Updated•6 years ago
|
Resolution: INACTIVE → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•