Closed
Bug 1750868
Opened 3 years ago
Closed 3 years ago
Limit dom.maxHardwareConcurrency to 16 on beta and release
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
98 Branch
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
While debugging bug 1745425, it would be good to effectively back out the recent change to increase dom.maxHardwareConcurrency.
The current release has value 16 per
https://hg.mozilla.org/releases/mozilla-beta/rev/9f3f27a1bac7f1655a0f0d62a914efd4fd5b9d61
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Comment on attachment 9259610 [details]
Bug 1750868 - Limit dom.maxHardwareConcurrency to 16 on beta and release, r=emilio
Beta/Release Uplift Approval Request
- User impact if declined: bug 1745425 - chess.com has issues
This is basically backing out the recent change and the back out was done already for the previous beta,
see https://bugzilla.mozilla.org/show_bug.cgi?id=1745425#c9
(but a new patch is needed since the pref was moved to use StatisPrefs) - Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Bringing back the behavior there is in the current release.
- String changes made/needed: NA
Attachment #9259610 -
Flags: approval-mozilla-beta?
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c41adb249305
Limit dom.maxHardwareConcurrency to 16 on beta and release, r=emilio
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Comment 5•3 years ago
|
||
Comment on attachment 9259610 [details]
Bug 1750868 - Limit dom.maxHardwareConcurrency to 16 on beta and release, r=emilio
Approved for 97.0b6.
Attachment #9259610 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•3 years ago
|
||
bugherder uplift |
status-firefox97:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•