Bug 39979 - Generate TransformAction events from touch gestures
Summary: Generate TransformAction events from touch gestures
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 39757
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-31 20:23 PDT by Kim Grönholm
Modified: 2012-02-23 02:01 PST (History)
5 users (show)

See Also:


Attachments
Generate TransformAction events from touch gestures (28.25 KB, patch)
2010-05-31 20:28 PDT, Kim Grönholm
no flags Details | Formatted Diff | Diff
Generate TransformAction events from touch gestures (27.55 KB, patch)
2010-06-17 05:16 PDT, Kim Grönholm
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Grönholm 2010-05-31 20:23:59 PDT
Dispatch appropriate TransformAction events from touch gestures.

For more details about TransformActionEvent, see: http://portaali.org/~ilkkao/w3c/manipulate/Transformaction.html
Comment 1 Kim Grönholm 2010-05-31 20:28:59 PDT
Created attachment 57513 [details]
Generate TransformAction events from touch gestures

This patch enables transformaction events to be generated from touch 
gestures by adding gesture handling machinery based on PlatformTouchEvents.
Comment 2 Kim Grönholm 2010-06-17 05:16:24 PDT
Created attachment 58982 [details]
Generate TransformAction events from touch gestures

Rebased the patch and did some minor improvements
Comment 3 Simon Hausmann 2010-08-26 04:41:26 PDT
Comment on attachment 58982 [details]
Generate TransformAction events from touch gestures

This patch is included in the qtwebkit-2.1 branch with commit 5472c61287b584c180800572d5549fde0839953c
Comment 4 Ademar Reis 2011-01-13 12:06:01 PST
(In reply to comment #3)
> (From update of attachment 58982 [details])
> This patch is included in the qtwebkit-2.1 branch with commit 5472c61287b584c180800572d5549fde0839953c

This has been reverted. Nobody is requiring this anymore, so we'll wait for it to be standardized and get into trunk first.
Comment 5 Simon Hausmann 2012-02-23 02:01:25 PST
Resolving this bug, too. It's not active anymore.