Closed
Bug 1466454
Opened 6 years ago
Closed 6 years ago
Browser window is white when WebRender initialization is failed
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
WebRender initialization was failed, browser window was white forever when gfx.webrender.dcomp-win.enabled;true was set.
The problem did not happen when gfx.webrender.dcomp-win.enabled was false.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•6 years ago
|
||
When WebRender initialization was failed, it fallback to normal compositor. But CompositorBridgeParent::AllocPCompositorWidgetParent() created CompositorWindow even for normal compositors. The normal compositor does not handle CompositorWindow. Then CompositorWindow stayed white.
Then we should not create CompositorWindow for non WebRender use case.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
OS: Unspecified → Windows 10
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #8982989 -
Flags: review?(nical.bugzilla)
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Attachment #8982989 -
Flags: review?(nical.bugzilla) → review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/70f51d8ba0cb
Do not create CompositorWindow for non-WebRender case r=nical
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•