Fission WebRender info bar appears with Fission enabled even if WebRender is enabled
Categories
(Core :: DOM: Content Processes, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox73 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | disabled |
firefox76 | --- | fixed |
People
(Reporter: mccr8, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
My Windows 10 machine has WebRender enabled automatically, but the info bar is still showing up.
Reporter | ||
Comment 1•5 years ago
|
||
Yoric, could you please take a look? Let me know if you want more info about my Windows machine where I'm seeing this.
Should be easy to fix, but I need to find what is measured incorrectly. @mcrr8, can you confirm the values of preferences:
"gfx.webrender.all"
""fission.autostart"
and the following expressions?
Cc["@mozilla.org/gfx/info;1"].getService(Ci.nsIGfxInfo).WebRenderEnabled
gFissionBrowser // Not entirely sure how to best run this expression these days. You may need to patch browser.js with a `console.log`.
window.docShell.useRemoteSubframes // Not entirely sure how to best run this expression these days. You may need to patch browser.js with a `console.log`.
Reporter | ||
Comment 3•5 years ago
|
||
"gfx.webrender.all" is false, "fission.autostart" is true.
In about:support, Compositing is WebRender.
Cc["@mozilla.org/gfx/info;1"].getService(Ci.nsIGfxInfo).WebRenderEnabled is true. gFissionBrowser is undefined, at least when I'm running this in a console for about:support. window.docShell.useRemoteSubframes is true.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #3)
gFissionBrowser
is undefined, at least when I'm running this in a console for about:support.
You'd need to run it from the browser console for it to have a value (ctrl-shift-j, you may need to enable input via the "browser and add-on debugging" checkbox in the options of the "normal" devtools).
Comment 6•5 years ago
|
||
Tracking for Fission's Dogfooding milestone (M5) because this WebRender warning is causing user confusion.
Comment 8•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Description
•