EGL/X11: Main menu and toolbar panels don't show up if gfx.webrender.unaccelerated-widget.force=true
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | disabled |
firefox89 | --- | unaffected |
firefox90 | --- | disabled |
firefox91 | --- | disabled |
firefox92 | --- | disabled |
firefox93 | --- | disabled |
firefox94 | --- | verified |
People
(Reporter: jan, Assigned: rmader)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: correctness, nightly-community, regression)
Attachments
(1 file)
Gnome Xwayland, Debian Testing, Intel
This bug does not seem to occur with MOZ_ENABLE_WAYLAND=1 or GLX.
MOZ_X11_EGL=1 mozregression --good 2021-05-01 --bad 2021-07-08 --pref gfx.webrender.all:true gfx.webrender.unaccelerated-widget.force:true -a about:config -a about:support
6:30.68 INFO: Last good revision: 3210b5354d3ee3ba3d3ff98e8e791409909d9db7
6:30.68 INFO: First bad revision: 5cf00c95d81b2eb4b28a1f7b6b0db7b01fba254a
6:30.68 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=3210b5354d3ee3ba3d3ff98e8e791409909d9db7&tochange=5cf00c95d81b2eb4b28a1f7b6b0db7b01fba254a
5cf00c95d81b2eb4b28a1f7b6b0db7b01fba254a sotaro — Bug 1710855 - Do not allow acceleration to popup without remote content r=stransky
This commit fixed/circumvented bug 1572501 by enforcing software webrender in any case.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Right now whenever WidgetTypeSupportsAcceleration()
returns false
and webrender.unaccelerated-widget.force
is enabled, things will
simply fail and the widget will just not get rendered (only since
Basic layers got removed?).
Thus ignore WidgetTypeSupportsAcceleration()
in this case, that's
what the option is for.
Updated•3 years ago
|
Comment 3•3 years ago
|
||
bugherder |
Reporter | ||
Comment 4•3 years ago
|
||
https://hg.mozilla.org/integration/autoland/shortlog/189fb42a52ba
last bad: mozregression --repo autoland --launch 9065e6be26ac940213bb3b984cc38471e11aa247 --pref gfx.webrender.all:true gfx.x11-egl.force-enabled:true gfx.webrender.unaccelerated-widget.force:true
first good: mozregression --repo autoland --launch 189fb42a52bae7b2b534137ef2eb448313c35ca4 --pref gfx.webrender.all:true gfx.x11-egl.force-enabled:true gfx.webrender.unaccelerated-widget.force:true
Updated•3 years ago
|
Description
•