Closed
Bug 1985121
Opened 10 months ago
Closed 4 months ago
Remove pref for Math.sumPrecise proposal
Categories
(Core :: JavaScript: Standard Library, task, P3)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: dminor, Assigned: witty.31.06)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
This shipped over six months ago and now is at Stage 4, we can safely remove the preference.
Updated•10 months ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•10 months ago
|
Keywords: good-first-bug
Comment 1•6 months ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit BugBot documentation.
Assignee: dminor → nobody
Comment 2•6 months ago
|
||
Hi, I’d like to work on this bug if it’s still available. I recently completed Bug 2003174 involving preference cleanup.
| Reporter | ||
Comment 3•6 months ago
|
||
Great, thank you! For this, you'll want a SpiderMonkey build available. There's instructions here: https://firefox-source-docs.mozilla.org/js/build.html.
Roughly what you need to do is the following:
- Remove the pref from StaticPrefList.yaml
- Remove the shell command line option and handling
- Remove the exposure check in JSObject.cpp
- Remove the feature check in test262-update.py
- Re-import the test262 tests following the instructions. This will allow the tests to run without the shell command line option we removed in step 2.
- Make sure the tests still run ok, e.g. run
mach jstestsandmach jit-test.
Please let me know if you run into any problems :)
| Assignee | ||
Comment 4•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → witty.31.06
Status: NEW → ASSIGNED
Pushed by dminor@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/98198d892d46
https://hg.mozilla.org/integration/autoland/rev/340d264c5694
Removed pref for Math.sumPrecise.r=dminor
Comment 6•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•