Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 30ae8ad812abe511f182ca0ed502d93055c8fce9
      
https://github.com/WebKit/WebKit/commit/30ae8ad812abe511f182ca0ed502d93055c8fce9
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M Source/WebKit/WPEPlatform/wpe/WPEDisplay.cpp
    M Source/WebKit/WPEPlatform/wpe/WPEDisplay.h
    M Source/WebKit/WPEPlatform/wpe/WPEDisplayPrivate.h
    M Source/WebKit/WPEPlatform/wpe/WPEInputMethodContext.cpp
    M Source/WebKit/WPEPlatform/wpe/WPEInputMethodContext.h
    M Source/WebKit/WPEPlatform/wpe/WPEInputMethodContextNone.cpp
    M Source/WebKit/WPEPlatform/wpe/WPEInputMethodContextNone.h
    M Source/WebKit/WPEPlatform/wpe/wayland/WPEDisplayWayland.cpp
    M Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV1.cpp
    M Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV1.h
    M Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV3.cpp
    M Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV3.h
    M Tools/TestWebKitAPI/wpe/mock-platform/WPEDisplayMock.cpp

  Log Message:
  -----------
  [WPE] WPEPlatform: make WPEView a construct only property of 
WPEInputMethodContext
https://bugs.webkit.org/show_bug.cgi?id=289689

Reviewed by Adrian Perez de Castro.

We currently set the view after creating the WPEInputMethodContext, but
platform implementations might need to use the view in its constructed
method.

* Source/WebKit/WPEPlatform/wpe/WPEDisplay.cpp:
(wpeDisplayCreateInputMethodContext):
* Source/WebKit/WPEPlatform/wpe/WPEDisplay.h:
* Source/WebKit/WPEPlatform/wpe/WPEDisplayPrivate.h:
* Source/WebKit/WPEPlatform/wpe/WPEInputMethodContext.cpp:
(wpeInputMethodContextSetProperty):
(wpeInputMethodContextGetProperty):
(wpe_input_method_context_class_init):
(wpe_input_method_context_new):
(wpe_input_method_context_get_view):
(wpe_input_method_context_get_display):
* Source/WebKit/WPEPlatform/wpe/WPEInputMethodContext.h:
* Source/WebKit/WPEPlatform/wpe/WPEInputMethodContextNone.cpp:
(wpeInputMethodContextNoneNew):
* Source/WebKit/WPEPlatform/wpe/WPEInputMethodContextNone.h:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEDisplayWayland.cpp:
(wpeDisplayWaylandCreateInputMethodContext):
* Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV1.cpp:
(wpe_im_context_wayland_v1_new):
* Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV1.h:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV3.cpp:
(wpe_im_context_wayland_v3_new):
* Source/WebKit/WPEPlatform/wpe/wayland/WPEInputMethodContextWaylandV3.h:
* Tools/TestWebKitAPI/wpe/mock-platform/WPEDisplayMock.cpp:
(wpeDisplayMockCreateInputMethodContext):

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



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

Reply via email to