Closed
Bug 1527804
Opened 6 years ago
Closed 6 years ago
[Wayland] gfx.webrender.all on Wayland displays an empty window for extensions/addons with GDK_BACKEND=wayland
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Crated by Bug 1514156 Comment 38.
I conformed by gecko profiler with "GDK_BACKEND=wayland ./mach run".
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Summary: [Wayland] gfx.webrender.all on Wayland displays an empty window for extensions/addons → [Wayland] gfx.webrender.all on Wayland displays an empty window for extensions/addons with GDK_BACKEND=wayland
| Assignee | ||
Comment 2•6 years ago
•
|
||
Bug 1508082 is different bug. Re-open this bug.
This bug only handles the problem that was caused by Bug 1514156.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 3•6 years ago
•
|
||
Bug 1514156 expects that nsWindow::OnExposeEvent() is called after calling frame_callback_handler(). But it did not happen during opening add-ons(gecko profiler). Then we need to trigger rendering directly from frame_callback_handler() call.
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Thanks for the patch, I'll look ta it this week.
| Assignee | ||
Comment 7•6 years ago
|
||
Thanks :)
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/902743b5cc59
Trigger composite from frame_callback_handler() r=stransky
Comment 9•6 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 10•6 years ago
|
||
Been running FF with wayland and WebRender for 2 days with HiDPI and pretty much all the bleeding edge preview technology possible and I am very impressed how smoothly it runs!
Thanks a lot for fixing bugs!
You need to log in
before you can comment on or make changes to this bug.
Description
•