Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 73db3cb764181072a03df0c4b5764cab51e0cd5f
      
https://github.com/WebKit/WebKit/commit/73db3cb764181072a03df0c4b5764cab51e0cd5f
  Author: Adrian Perez de Castro <ape...@igalia.com>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
    M Source/WebKit/WPEPlatform/wpe/wayland/WPEDisplayWayland.cpp

  Log Message:
  -----------
  [WPE] WPE Platform: Do not assume that Wayland seats are bound before text 
input manager
https://bugs.webkit.org/show_bug.cgi?id=275625

Reviewed by Michael Catanzaro.

Move creation of the text input controller for zwp_text_input_manager_v3
into the WPEDisplayWayland.constructed vfunc, where the first Wayland
roundtrip to fetch the registry globals has already been completed and
it is possible to know whether a wl_seat (needed for the input manager)
is available as well.

* Source/WebKit/WPEPlatform/wpe/wayland/WPEDisplayWayland.cpp:
(wpeDisplayWaylandConnect):

Canonical link: https://commits.webkit.org/280164@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to