Closed
Bug 1997187
Opened 1 month ago
Closed 1 month ago
Add preference and shell option for `iterator chunking` proposal
Categories
(Core :: JavaScript: Standard Library, enhancement)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: dminor, Assigned: meg387, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
As a first step to implementing iterator chunking, we should add a preference and shell option.
First, make a new preference called javascript.options.experimental.iterator_chunking, you can use this preference as an example of how to do this.
Next, we need to add a command line option to the JavaScript shell:
- First, add an option called:
--enable-iterator-chunking, like this. - Then, set the new pref when the option is passed, like this.
Here's a recent example of doing this for another proposal that you can look at: https://phabricator.services.mozilla.com/D270298.
Then check that everything still compiles, and submit your patches. Thanks!
Updated•1 month ago
|
| Reporter | ||
Comment 1•1 month ago
|
||
Meg, this might be a good next bug for you to look at if you have some time :)
Flags: needinfo?(meg387)
Thank you! I'll try to take a look this weekend
Flags: needinfo?(meg387)
Updated•1 month ago
|
Assignee: nobody → meg387
Status: NEW → ASSIGNED
Pushed by dminor@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6c2810f8e125
https://hg.mozilla.org/integration/autoland/rev/d58627887b24
Add preference and shell option for `iterator chunking` proposal. r=dminor
Comment 5•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•23 days ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•