Closed
Bug 1197932
Opened 9 years ago
Closed 9 years ago
Remove Nightly-Only restriction from ES6 Classes
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: efaust, Assigned: efaust)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [DocArea=JS])
Attachments
(1 file)
101.29 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
As they were developed, classes were nightly only. As the project finishes, this will no longer make sense.
Updated•9 years ago
|
Keywords: dev-doc-needed
Whiteboard: [DocArea=JS]
Updated•9 years ago
|
Depends on: harmony-classes
Comment 3•9 years ago
|
||
Can we get a confirmation that classes will ride the next Aurora train?
Assignee | ||
Comment 4•9 years ago
|
||
Funny you should ask....
Comment 5•9 years ago
|
||
Comment on attachment 8696157 [details] [diff] [review]
Flip the switch.
Review of attachment 8696157 [details] [diff] [review]:
-----------------------------------------------------------------
✔
::: js/src/tests/ecma_6/Class/staticConstructor.js
@@ +2,5 @@
> constructor() { }
> static constructor() { }
> }
>
> +class testWithExtends extends null {
lol
Attachment #8696157 -
Flags: review?(jorendorff) → review+
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 8•9 years ago
|
||
Added to the release notes using "ES6 Classes" as wording
and a link to https://developer.mozilla.org/docs/Web/JavaScript/Reference/Classes
relnote-firefox:
--- → 45+
Comment 9•9 years ago
|
||
Developer release notes:
https://developer.mozilla.org/en-US/Firefox/Releases/45#JavaScript
Updated version info on:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extends
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/static
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/class
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/super
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/class
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•