Ship new set methods proposal
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
People
(Reporter: mgaudet, Assigned: dminor)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete)
Attachments
(3 files)
Now that we have preliminary test262 tests for this, we could conceivably ship this.
Comment 1•1 year ago
|
||
What's the difference between this bug and bug 1805038?
Sebastian
Reporter | ||
Comment 2•1 year ago
|
||
Ah - Mostly a structural change. I'm going to re-summary that bug as a meta bug, and this bug would be the bug under which the enablement would actually land.
Good point though -- I hadn't realized the name of that bug!
Comment 3•1 year ago
|
||
Thanks for the clarification! So I move the dev-doc-needed
flag here.
Sebastian
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 4•9 months ago
|
||
I'll plan to ship this for Firefox 126 unless we see webcompat problems from the Chromium implementation.
Assignee | ||
Comment 6•8 months ago
|
||
Sorry, I missed 126, but I'll get this in 127.
Assignee | ||
Comment 7•7 months ago
|
||
As well shipping new set methods, this collapsed a few #ifdef NIGHTLY blocks together.
Assignee | ||
Comment 8•7 months ago
|
||
Depends on D209144
Comment 10•7 months ago
|
||
Backed out for causing failures at test_xrayToJS.xhtml.
Backout link: https://hg.mozilla.org/integration/autoland/rev/126b686f7dbf9433157c1fae8da4b7ace3013cd6
Failure log: https://treeherder.mozilla.org/logviewer?job_id=456609539&repo=autoland&lineNumber=10968
Assignee | ||
Comment 11•7 months ago
|
||
Depends on D209147
Assignee | ||
Updated•7 months ago
|
Comment 12•7 months ago
|
||
Comment 13•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/035dbe9bc609
https://hg.mozilla.org/mozilla-central/rev/1260b3bb9312
https://hg.mozilla.org/mozilla-central/rev/535b96955a28
Comment 14•7 months ago
|
||
FF127 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/33563.
The reference docs already looked good, so this is just an MDN release note and browser compatibility update.
Comment 15•7 months ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New methods for Set
objects.
[Affects Firefox for Android]:
[Suggested wording]: Added support for the new Set
methods for creating unions and intersections of two sets.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set#set_composition and related subpages mentioned in https://github.com/mdn/content/issues/33563#issuecomment-2109424877.
Comment 16•7 months ago
|
||
Added to our 127 beta notes https://www.mozilla.org/en-US/firefox/127.0beta/releasenotes/
Updated•6 months ago
|
Description
•