Open
Bug 1103158
Opened 10 years ago
Updated 2 years ago
[Meta] Remove all non-standard JavaScript features
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: evilpies, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, meta, site-compat)
We have a bunch of bugs similar to this, but they are all just kind of related like remove JS versions etc. This bug is about really sticking it to them.
Have a look at http://kangax.github.io/compat-table/non-standard/ for a good overview.
Comment 1•10 years ago
|
||
We can add parser telemetry for these languages features (like bug 1102131). At some point, we might want to use web crawler data like httparchive.org for offline searches for uses of language features.
![]() |
||
Comment 2•10 years ago
|
||
Some of these should get standardized, not removed. For example some of the Error bits.
Updated•10 years ago
|
Keywords: dev-doc-needed,
site-compat
Comment 3•10 years ago
|
||
(In reply to Please do not ask for reviews for a bit [:bz] from comment #2)
> Some of these should get standardized, not removed. For example some of the
> Error bits.
If you think we can get away with changing our format of Error#stack, then we should absolutely align with IE and Chrome here: http://wiki.ecmascript.org/doku.php?id=strawman:error_stack
Updated•10 years ago
|
See Also: → non-standard-js
![]() |
||
Updated•7 years ago
|
Summary: Remove all non-standard features → Remove all non-standard JavaScript features
Comment 4•7 years ago
|
||
Hiya,
I am currently looking for bugs to fix as part of my Open Source Development module at Coventry University and I am interested in developing this bug.
Please could you assign this task to me and give me more information.
This is my first bug fix and any help would be appreciated.
Thank you.
Comment 5•7 years ago
|
||
Hi Rayann!
This bug is actually a meta-bug for tracking the other bugs listed under the "Depends on" section. So you should rather have a look at those.
Sebastian
Keywords: meta
Summary: Remove all non-standard JavaScript features → [Meta] Remove all non-standard JavaScript features
Updated•5 years ago
|
Type: defect → task
See Also: → proprietary-dom
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•