Closed
Bug 1910717
Opened 1 year ago
Closed 1 year ago
Remove pref for iterator helpers
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: dminor, Assigned: mgaudet)
References
Details
Attachments
(3 files)
Once we're comfortable with Iterator Helpers on release, we can remove the pref (javascript.options.experimental.iterator_helpers).
There's also some special handling of tests in https://searchfox.org/mozilla-central/rev/20d128ef2bcaff950172fe46eada6bc74673bd25/js/src/tests/jstests.list#897 that we should be able to clean up.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/177ed2cefc64
Remove pref for iterator helpers r=jandem
https://hg.mozilla.org/integration/autoland/rev/05f46a7a0311
Remove ProtoKind::IteratorProto r=jandem
https://hg.mozilla.org/integration/autoland/rev/bc5cd09888c6
Rename prototype functions collection r=jandem
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/177ed2cefc64
https://hg.mozilla.org/mozilla-central/rev/05f46a7a0311
https://hg.mozilla.org/mozilla-central/rev/bc5cd09888c6
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•