[Webkit-unassigned] [Bug 243846] New: [WPE] wpe_input_keyboard_event in public API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 11 14:00:23 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=243846
Bug ID: 243846
Summary: [WPE] wpe_input_keyboard_event in public API
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WPE WebKit
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at gnome.org
CC: bugs-noreply at webkitgtk.org
There is a comment in WebKitWebView.h:
gboolean (* context_menu) (WebKitWebView *web_view,
WebKitContextMenu *context_menu,
void *event, /* FIXME: Use a wpe thing here. I'm not sure we want to expose libwpe in the API. */
WebKitHitTestResult *hit_test_result);
which indicates hesitation to expose libwpe types in the public API, a worthy goal since that results in the function being non-introspectable. Sadly, struct wpe_input_keyboard_event is actually exposed in two places in WebKitInputMethodContext.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220811/5e3d9c3c/attachment.htm>
More information about the webkit-unassigned
mailing list