Ship String.prototype.matchAll method
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Remaining work:
- Send an intent-to-ship.
- Remove the NIGHTLY_ONLY ifdef.
- Tweak and re-run test262-update.py for test coverage.
Assignee | ||
Comment 1•6 years ago
|
||
anba, do you want to write the intent-to-ship email, or would you rather I do this? It's no trouble either way...
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Intent-to-ship sent.
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
No pref; the feature is not risky or complicated enough to warrant it. It's
easy enough to back this out if need be.
Assignee | ||
Comment 5•6 years ago
|
||
The previous patch makes both String.prototype.matchAll and Symbol.matchAll
unconditional features.
This patch was made by first making the changes to test262-update.py, then
re-running it against the test262 revision already indicated by
js/src/tests/test262/GIT-INFO: python test262-update.py --revision 59b89a1c834faadc359aecc882587b513877b59b
.
Depends on D22370
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e36d2c8de6c6
https://hg.mozilla.org/mozilla-central/rev/14391e1ce086
Comment 8•6 years ago
|
||
See https://bugzilla.mozilla.org/show_bug.cgi?id=1435829#c35 for doc work that has been completed.
Marked as shipping in Firefox 67 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/67#JavaScript
Description
•