Bug 77728

Summary: WebGestureEvent can not encode delta and area
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit2Assignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, menard, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
kenneth: review+
Patch for landing none

Description Allan Sandfeld Jensen 2012-02-03 04:26:05 PST
Scroll-gestures needs a delta field for movement, and Tap-gestures need an area for the touch point. Neither are currently encoded in WebGestureEvent, and WebCore::PlatformGestureEvent lacks area.
Comment 1 Allan Sandfeld Jensen 2012-02-03 04:34:20 PST
Created attachment 125306 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-03 04:56:14 PST
Comment on attachment 125306 [details]
Patch

Attachment 125306 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/11423230
Comment 3 Allan Sandfeld Jensen 2012-02-06 04:20:00 PST
Created attachment 125613 [details]
Patch
Comment 4 Kenneth Rohde Christiansen 2012-02-06 05:06:35 PST
Comment on attachment 125613 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=125613&action=review

> Source/WebCore/ChangeLog:4
> +        Add area field to PlatformGestureEvent.
> +        https://bugs.webkit.org/show_bug.cgi?id=77728

You need to keep this the exact as the bug title

> Source/WebKit2/ChangeLog:4
> +        Support delta and area fields in WebGestureEvent, and send area with Qt tap gesture.
> +        https://bugs.webkit.org/show_bug.cgi?id=77728

Here it is different
Comment 5 Allan Sandfeld Jensen 2012-02-06 05:15:33 PST
Created attachment 125621 [details]
Patch for landing

Use bug title in ChangeLog.
Comment 6 WebKit Review Bot 2012-02-06 06:07:43 PST
Comment on attachment 125621 [details]
Patch for landing

Clearing flags on attachment: 125621

Committed r106803: <http://trac.webkit.org/changeset/106803>
Comment 7 WebKit Review Bot 2012-02-06 06:07:48 PST
All reviewed patches have been landed.  Closing bug.