Bug 71274 - [WK2] Add WebGestureEvents to the Qt build and enable PlatformGestureEvent::TapType
Summary: [WK2] Add WebGestureEvents to the Qt build and enable PlatformGestureEvent::T...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Hausmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 02:34 PDT by Simon Hausmann
Modified: 2011-11-01 02:55 PDT (History)
2 users (show)

See Also:


Attachments
Enable WK2 gesture events in the Qt build and support PlatformGestureEvent::TapType in WebGestureEvent (5.11 KB, patch)
2011-11-01 02:40 PDT, Simon Hausmann
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2011-11-01 02:34:46 PDT
[WK2] Add WebGestureEvents to the Qt build and enable PlatformGestureEvent::TapType
Comment 1 Simon Hausmann 2011-11-01 02:40:34 PDT
Created attachment 113149 [details]
Enable WK2 gesture events in the Qt build and support PlatformGestureEvent::TapType in WebGestureEvent
Comment 2 Kenneth Rohde Christiansen 2011-11-01 02:44:56 PDT
Comment on attachment 113149 [details]
Enable WK2 gesture events in the Qt build and support PlatformGestureEvent::TapType in WebGestureEvent

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

> Source/WebKit2/Shared/WebEvent.h:66
> +        GestureTap,

Maybe it is more clear calling it SingleTap
Comment 3 Simon Hausmann 2011-11-01 02:55:28 PDT
Committed r98943: <http://trac.webkit.org/changeset/98943>