Skip to content

wayland: Ensure clipboard handling doesn't lock up in certain corner cases

msizanoen1 requested to merge msizanoen1/gtk:wayland-clipboard-fix into gtk-3-24

This ensures the clipboard handling doesn't lock up in the following scenarios:

  • GTK returned with a mismatching type to the one requested
  • GTK fails to convert to the requested type

See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1722369

cc @jadahl per CODEOWNERS

Close #4340 (closed)

Edited by msizanoen1

Merge request reports