Closed
Bug 1873996
Opened 2 years ago
Closed 2 years ago
Block optional features by default for wildcard/unspecified gfx blocklist entries
Categories
(Core :: Graphics, task, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The default features set blocked by a gfx blocklist rule is all features:
https://searchfox.org/mozilla-central/rev/b1a029fadaaabb333d8139f9ec3924a20c0c941f/widget/GfxDriverInfo.cpp#31
And leaving out the feature property is how we keep it that way:
https://searchfox.org/mozilla-central/rev/b1a029fadaaabb333d8139f9ec3924a20c0c941f/widget/GfxInfoBase.cpp#687
Let's make the default GfxDriverInfo::optionalFeatures instead and if this is a problem, we can update our rules accordingly.
| Assignee | ||
Updated•2 years ago
|
Summary: Only allow optional features to be blocked under wildcard blocklist rules → Block optional features by default for wildcard/unspecified gfx blocklist entries
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/121d42feb145
Block optional features by default for wildcard/unspecified gfx blocklist entries. r=jrmuizel
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•