The Webrender feature's status in about:support is not "available by user: Qualified enabled pref" when gfx.webrender.force-disabled is set to "false"
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox84 | --- | affected |
People
(Reporter: mlobontiuroman, Unassigned)
References
Details
Attachments
(1 file)
1.53 MB,
image/png
|
Details |
STR:
- Open Firefox Nightly with a fresh profile.
- Go to about:config, search for gfx.webrender.force-disabled, and turn it to "true".
- Restart the browser and check about:support.
- Go back to about:config, and set the gfx.webrender.force-disabled to "false".
- Restart the browser and check about:support.
Expected results:
After step 3, the WebRender feature has the following status:
"disabled by user: User force-disabled WR".
After step 4, the WebRender feature has the following status:
"available by user: Qualified enabled pref".
Actual results:
After step 3, the WebRender feature has the following status:
"disabled by user: User force-disabled WR".
After step 5, the WebRender feature has the following status:
"available by default".
Environment:
Device: Samsung Galaxy Note 8 (Android 9)
Version: Firefox Nightly 11/10 build #2015774763 with GV 84.0a1
Comment 1•4 years ago
|
||
Webrender is supposed to be enabled by default on this device. (If it's the version with the Mali GPU then on nightly only, if its the version with the Adreno GPU then on all channels.)
So is this not the correct behaviour?
Comment 2•4 years ago
|
||
Andrew, do you know what the status string should say in this case?
Reporter | ||
Comment 3•4 years ago
|
||
We've tested with Samsung Galaxy Note 8 (Android 9) - SM-G950F Mali G71, and Samsung Galaxy S9 (Android 9) - SM-G960F Mali G72, both Mali-G devices, both Mali-G devices.
I'm not sure which of the status the feature should have: "available by default" or the "available by user: Qualified enabled pref".
Comment 4•4 years ago
|
||
I expect to see "available by default" as reported. We inverted the logic in bug 1668360. It should work the same as before.
Description
•