Closed
Bug 867617
Opened 12 years ago
Closed 7 years ago
Transition JS code of the Mozilla-codebase to version-free JS
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1390106
People
(Reporter: bruant.d, Unassigned)
References
Details
Might require static analysis to find all cases where JS-version specific is used in the Mozilla codebase.
If too numerous, might require automated rewriting.
Reporter | ||
Comment 1•12 years ago
|
||
Probably need to wait for some ES6 sugar to land before being able to do that.
Depends on: 611388, harmony:generators
Comment 2•12 years ago
|
||
for each() should be doable now, I guess.
As is harmony-style generators (i.e. function*)
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•10 years ago
|
Depends on: non-standard-js
To completely remove the version= parsing code from ScriptLoader we will have to finish this. I actually get very few matches for this on searchfox: https://searchfox.org/mozilla-central/search?q=%3B%5Cs*version%3D&case=false®exp=true&path=
Comment 5•7 years ago
|
||
Hasn't this been fixed in Firefox 57? To be precise, in bug 1390106.
Flags: needinfo?(VYV03354)
Comment 6•7 years ago
|
||
Yes (and bug 1428745).
Comment 7•7 years ago
|
||
I confused this bug with bug 867609.
You need to log in
before you can comment on or make changes to this bug.
Description
•