Closed Bug 1487763 Opened 6 years ago Closed 6 years ago

[Wayland] Delay scale factor settings when we're missing wl_surface

Categories

(Core :: Widget: Gtk, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla64
Tracking Status
firefox-esr60 --- unaffected
firefox62 --- unaffected
firefox63 --- fixed
firefox64 --- fixed

People

(Reporter: stransky, Assigned: stransky)

References

(Blocks 1 open bug)

Details

(Keywords: regression)

Attachments

(1 file)

Follow up from Bug #1484921

Recently we're missing some windows with this error:
WARNING: WindowSurfaceWayland::Commit(): parent wl_surface is already hidden/deleted.

When a new window is created and it's not shown/mapped yet we can't commit to such window as Wayland refuses so which results to missing popup/tooltip windows.

We need to delay wl_surface_set_buffer_scale() call on such hidden surface.
We may track the wl_surface_set_buffer_scale() call request by some variable and perform that before wl_surface commit.
Comment on attachment 9006549 [details]
Bug 1487763 - [Wayland] Set scale factor settings before wl_surface commit, r=jhorak

Jan Horak [:jhorak] has approved the revision.
Attachment #9006549 - Flags: review+
Pushed by ebalazs@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8cad6594aeb9
[Wayland] Set scale factor settings before wl_surface commit, r=jhorak
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/8cad6594aeb9
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Please request Beta approval on this when you're comfortable doing so.
Flags: needinfo?(stransky)
Comment on attachment 9006549 [details]
Bug 1487763 - [Wayland] Set scale factor settings before wl_surface commit, r=jhorak

Approval Request Comment
[Feature/Bug causing the regression]: Bug 1484921
[User impact if declined]: Broken wayland backend on HiDPI displays
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: yes
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: no
[Why is the change risky/not risky?]: Distro only code, don't used by mozilla official builds.
[String changes made/needed]: none
Flags: needinfo?(stransky)
Attachment #9006549 - Flags: approval-mozilla-beta?
Comment on attachment 9006549 [details]
Bug 1487763 - [Wayland] Set scale factor settings before wl_surface commit, r=jhorak

Low-risk Wayland patch for Linux, approved for 63 beta 6
Attachment #9006549 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: