On some functions in EventSenderProxyGtk, the wkEventModifiers is being passed to the GdkEventState, event though the masks aren't compatible, on other functions this is done right though, so I'm adding a patch that shuffles the function so it's used all around. This makes LayoutTests/fast/events/touch/emulate-touch-events.html fail if the patch in bug #98931 is applied.
Created attachment 223092 [details] Patch. translates modifiers to GDK ones where missing
Comment on attachment 223092 [details] Patch. translates modifiers to GDK ones where missing LGTM, thanks.
Comment on attachment 223092 [details] Patch. translates modifiers to GDK ones where missing Clearing flags on attachment: 223092 Committed r163373: <http://trac.webkit.org/changeset/163373>
All reviewed patches have been landed. Closing bug.