Closed
Bug 1478661
Opened 6 years ago
Closed 6 years ago
Replace IsComposited() with explicit alpha visual state
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
VERIFIED
FIXED
mozilla63
People
(Reporter: stransky, Assigned: stransky)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1478454 +++
The IsComposited() routine does not work reliable for WebRender backend with GLX visual recently.
Also we don't have covered a situation when WebRender is enabled and we're on non-compositing WM (I don't know if such config is even possible) - let's throw warning at least.
Assignee | ||
Updated•6 years ago
|
Severity: major → normal
Assignee | ||
Updated•6 years ago
|
Keywords: nightly-community,
regression
Comment hidden (mozreview-request) |
Comment 2•6 years ago
|
||
mozreview-review |
Comment on attachment 8995191 [details]
Bug 1478661 - Replace IsComposited() with explicit alpha visual state,
https://reviewboard.mozilla.org/r/259682/#review266676
Attachment #8995191 -
Flags: review?(jhorak) → review+
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/abc5e13443a9
Replace IsComposited() with explicit alpha visual state, r=jhorak
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 5•6 years ago
|
||
Verified using Nightly 63.0a1 running on Ubuntu 16.04 LTS, the issue was not reproduced on this version. The bug was reproducing on FF 61 running on the same OS.
Updated•6 years ago
|
Updated•6 years ago
|
status-firefox62:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•