Closed
Bug 1291212
Opened 8 years ago
Closed 8 years ago
Ship the Exponentiation Operator
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.80 KB,
patch
|
till
:
review+
|
Details | Diff | Splinter Review |
It's going to be released with the next ECMAScript version and obviously already on github, which is what we should aim to implement.
Almost every Firefox release cycle somebody forgets to remove their ** usage from Firefox code.
Updated•8 years ago
|
Keywords: dev-doc-needed
Let's do this now. Thanks to André we have the correct precedence. This is already shipping in Chrome and Edge.
Attachment #8804879 -
Flags: review?(till)
Comment 3•8 years ago
|
||
Comment on attachment 8804879 [details] [diff] [review]
Ship the Exponentiation Operator
Review of attachment 8804879 [details] [diff] [review]:
-----------------------------------------------------------------
Yeah, let's do this.
Attachment #8804879 -
Flags: review?(till) → review+
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1b8a23c25b1f
Ship the exponentiation operator. r=till
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 6•8 years ago
|
||
I've updated the compatibility:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators#Browser_compatibility
And added/updated the related release notes:
https://developer.mozilla.org/en-US/Firefox/Releases/52
https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/ECMAScript_Next_support_in_Mozilla
Florian, I'm not sure how to update the compatibility at https://developer.mozilla.org/en-US/Firefox/Experimental_features. Can you please do that?
Sebastian
Flags: needinfo?(fscholz)
Comment 7•8 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #6)
Thanks for the doc updates!
> Florian, I'm not sure how to update the compatibility at
> https://developer.mozilla.org/en-US/Firefox/Experimental_features. Can you
> please do that?
Done. We can remove the entry there entirely once 52 is in release.
Flags: needinfo?(fscholz)
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•