Bug 188301

Summary: [WPE] WebDriver: add support for action commands
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, bugs-noreply, ews-watchlist, gustavo, mcatanzaro, zan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

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>