Bug 105664

Summary: [chromium] Use top level field for gesture event source
Product: WebKit Reporter: Robert Kroeger <rjkroege>
Component: UI EventsAssignee: Robert Kroeger <rjkroege>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, rjkroege, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Robert Kroeger
Reported 2012-12-21 15:01:58 PST
WebGestureEvent events of subtype GestureFlingStart had a field deviceSource to specify which device was the origin of the fling request. It is useful to have this field for other WebGestureEvent subtypes (in particular GestureScrollStart, GestureScrollEnd). Previously, a single top-level field was added to WebGestureEvent. Now that Chromium populates this field, use it in the Chromium WebKit layer.
Attachments
Patch (11.93 KB, patch)
2012-12-21 15:16 PST, Robert Kroeger
no flags
Robert Kroeger
Comment 1 2012-12-21 15:16:23 PST
Robert Kroeger
Comment 2 2012-12-21 15:19:23 PST
Comment on attachment 180563 [details] Patch nb: patch won't pass tests until Chromium deps are rolled into WebKit.
Robert Kroeger
Comment 3 2013-01-02 11:30:26 PST
As indicated by EWS results, the necessary DEPS roll has taken place.
Adam Barth
Comment 4 2013-01-02 12:10:15 PST
Comment on attachment 180563 [details] Patch ok
WebKit Review Bot
Comment 5 2013-01-02 12:18:14 PST
Comment on attachment 180563 [details] Patch Clearing flags on attachment: 180563 Committed r138629: <http://trac.webkit.org/changeset/138629>
WebKit Review Bot
Comment 6 2013-01-02 12:18:17 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.