Bug 204679

Summary: [GTK][WPE] Add initial API for input method
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, berto, bugs-noreply, ews-watchlist, gustavo, gyuyoung.kim, ryuan.choi, sergio, zan
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2019-11-28 05:45:31 PST
In the case of GTK port, it allows to use a custom IM instead of GtkIMContext that it's still used by default. In the case of WPE it bring IM support, but there's no default implementation so applications need to provide their own.
Comment 1 Carlos Garcia Campos 2019-11-28 06:16:35 PST
Created attachment 384451 [details]
Patch
Comment 2 EWS Watchlist 2019-11-28 06:17:34 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2019-12-19 05:54:32 PST
Committed r253749: <https://trac.webkit.org/changeset/253749>