Closed
Bug 1834144
Opened 2 years ago
Closed 2 years ago
Make stylo thread pool size configurable.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
(Whiteboard: [sp3], [wptsync upstream])
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Remove a variety of code which we don't use to change the pool size. We
can just use the pref as needed in the future.
Comment 2•2 years ago
•
|
||
Edited.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/030c199ff2ab
Make stylo thread pool size configurable via pref rather than just env. r=smaug,perftest-reviewers,jgraham,afinder
Failed to create upstream wpt PR due to merge conflicts. This requires fixup from a wpt sync admin.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/bab1e75f3e13
cppunittest doesn't support setpref, so skip it.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/8b22b4ff9e35
Trivial fixes for android wpt runner and gtest.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/f89f8c7f9387
Fix an assert in FontFaceSetDocumentImpl.
![]() |
||
Comment 8•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/030c199ff2ab
https://hg.mozilla.org/mozilla-central/rev/bab1e75f3e13
https://hg.mozilla.org/mozilla-central/rev/8b22b4ff9e35
https://hg.mozilla.org/mozilla-central/rev/f89f8c7f9387
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-394
Whiteboard: [sp3] → [sp3], [wptsync upstream error]
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/40450 for changes under testing/web-platform/tests
Whiteboard: [sp3], [wptsync upstream error] → [sp3], [wptsync upstream]
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•