Bug 204679 - [GTK][WPE] Add initial API for input method
Summary: [GTK][WPE] Add initial API for input method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2019-11-28 05:45 PST by Carlos Garcia Campos
Modified: 2019-12-19 05:54 PST (History)
9 users (show)

See Also:


Attachments
Patch (202.45 KB, patch)
2019-11-28 06:16 PST, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>