Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 77eabc325154fa9ca49a2ec3d082106dbe45ba23
https://github.com/WebKit/WebKit/commit/77eabc325154fa9ca49a2ec3d082106dbe45ba23
Author: Carlos Garcia Campos <[email protected]>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp
M Source/WebKit/WPEPlatform/wpe/WPEView.cpp
M Source/WebKit/WPEPlatform/wpe/WPEView.h
Log Message:
-----------
[WPE] WPE Platform: add WPEView:has-focus property and remove focus-in/out
signals
https://bugs.webkit.org/show_bug.cgi?id=276219
Reviewed by Alejandro G. Castro.
We need a way to query if a view has the keyboard focus, so add
has-focus property and use notify signal to monitor focus.
* Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp:
(WKWPE::ViewPlatform::ViewPlatform):
* Source/WebKit/WPEPlatform/wpe/WPEView.cpp:
(wpeViewGetProperty):
(wpe_view_class_init):
(wpe_view_focus_in):
(wpe_view_focus_out):
(wpe_view_get_has_focus):
* Source/WebKit/WPEPlatform/wpe/WPEView.h:
Canonical link: https://commits.webkit.org/280681@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