WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
171431
[GTK] Add GTK+ implementation of WebAutomationSession
https://bugs.webkit.org/show_bug.cgi?id=171431
Summary
[GTK] Add GTK+ implementation of WebAutomationSession
Carlos Garcia Campos
Reported
2017-04-28 07:11:10 PDT
Add platform dependent methods for GTK+ to synthesize events.
Attachments
Patch
(22.73 KB, patch)
2017-04-28 07:14 PDT
,
Carlos Garcia Campos
mcatanzaro
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2017-04-28 07:14:22 PDT
Created
attachment 308528
[details]
Patch This won't apply because it depends on two other patches.
Blaze Burg
Comment 2
2017-05-01 11:53:07 PDT
Comment on
attachment 308528
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=308528&action=review
This looks good to me, though I cannot really assess bugs in usage of GTK platform specifics. You probably want a GTK reviewer too.
> Source/WebKit2/UIProcess/Automation/WebAutomationSession.h:231 > + // GTK+ doesn't keep track of the active modifiers when using synthesizez events.
Typo: synthesized.
> Source/WebKit2/UIProcess/Automation/gtk/WebAutomationSessionGtk.cpp:36 > +static inline unsigned modifiersToEventState(WebEvent::Modifiers modifiers)
These probably don't need to be 'inline'.
> Source/WebKit2/UIProcess/Automation/gtk/WebAutomationSessionGtk.cpp:51 > +static inline unsigned mouseButtonToGdkButton(Inspector::Protocol::Automation::MouseButton button)
Ditto.
> Source/WebKit2/UIProcess/Automation/gtk/WebAutomationSessionGtk.cpp:86 > +static void doMotionEvent(GtkWidget* widget, const WebCore::IntPoint& location, unsigned state)
Just FYI, on Mac we don't interpolate intermediate mouse positions. We might do so once the Actions API is implemented since it naturally specifies a duration for transitions.
Carlos Garcia Campos
Comment 3
2017-05-02 01:01:25 PDT
Brian, this patch depends on
bug #171107
, could you cq+ the patch there when you are around to make sure it doesn't break anything on your side?
Carlos Garcia Campos
Comment 4
2017-05-03 01:56:06 PDT
Committed
r216114
: <
http://trac.webkit.org/changeset/216114
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug