Bug 188301 - [WPE] WebDriver: add support for action commands
Summary: [WPE] WebDriver: add support for action commands
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-03 03:13 PDT by Carlos Garcia Campos
Modified: 2018-08-03 03:43 PDT (History)
6 users (show)

See Also:


Attachments
Patch (24.71 KB, patch)
2018-08-03 03:26 PDT, 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 2018-08-03 03:13:26 PDT
WPE doesn't support action commands because the platform specific code for handling events is not implemented.
Comment 1 Carlos Garcia Campos 2018-08-03 03:26:38 PDT
Created attachment 346468 [details]
Patch
Comment 2 EWS Watchlist 2018-08-03 03:29:27 PDT
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 2018-08-03 03:43:25 PDT
Committed r234543: <https://trac.webkit.org/changeset/234543>