Bug 33928 - Add support for touch manipulation events
Summary: Add support for touch manipulation events
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:
Blocks:
 
Reported: 2010-01-20 16:58 PST by Petri Latvala
Modified: 2013-08-12 02:42 PDT (History)
5 users (show)

See Also:


Attachments
Manipulate events implemented (85.28 KB, patch)
2010-01-20 17:05 PST, Petri Latvala
no flags Details | Formatted Diff | Diff
Manipulate events implementation, rebased (83.93 KB, patch)
2010-01-20 18:13 PST, Petri Latvala
no flags Details | Formatted Diff | Diff
Manipulate events implementation, rebased again (83.96 KB, patch)
2010-01-22 05:43 PST, Petri Latvala
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petri Latvala 2010-01-20 16:58:27 PST
Add support for manipulation events which carry the manipulation information (pan, rotation and scale) from a performed touch gesture.
Comment 1 Petri Latvala 2010-01-20 17:05:33 PST
Created attachment 47081 [details]
Manipulate events implemented

Manipulation events implemented with a basic layout test. The test does not test manipulation speeds (panSpeedX, scaleSpeed etc), because that requires changes to eventSender.leapForward(), which currently only works for mouse events.
Comment 2 Petri Latvala 2010-01-20 18:13:17 PST
Created attachment 47088 [details]
Manipulate events implementation, rebased

Rebased the patch to a more current upstream version so it applied.
Comment 3 WebKit Review Bot 2010-01-21 18:12:21 PST
Attachment 47088 [details] did not build on gtk:
Build output: http://webkit-commit-queue.appspot.com/results/203497
Comment 4 WebKit Review Bot 2010-01-21 20:10:23 PST
Attachment 47088 [details] did not build on qt:
Build output: http://webkit-commit-queue.appspot.com/results/204473
Comment 5 Petri Latvala 2010-01-22 05:43:34 PST
Created attachment 47193 [details]
Manipulate events implementation, rebased again

Rebased the patch again so it doesn't apply wrong.
Comment 6 WebKit Review Bot 2010-01-22 05:46:31 PST
Attachment 47193 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
Traceback (most recent call last):
  File "WebKitTools/Scripts/check-webkit-style", line 94, in <module>
    main()
  File "WebKitTools/Scripts/check-webkit-style", line 87, in main
    style_checker.check_patch(patch)
  File "/mnt/git/webkit-style-queue/WebKitTools/Scripts/webkitpy/style/checker.py", line 915, in check_patch
    self.check_file(file_path, handle_style_error=error_for_patch)
  File "/mnt/git/webkit-style-queue/WebKitTools/Scripts/webkitpy/style/checker.py", line 883, in check_file
    process_file(processor, file_path, handle_style_error)
  File "/mnt/git/webkit-style-queue/WebKitTools/Scripts/webkitpy/style/checker.py", line 838, in _process_file
    processor.process(lines)
AttributeError: 'NoneType' object has no attribute 'process'


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 Simon Hausmann 2010-01-22 05:52:48 PST
My feeling is that unlike with the touch events that are more of a defacto standard, for these gesture APIs - which look very nice btw - we should go through a standardization process first.

I suggest to publish a spec draft on w3.org first and then implement it with this patch as reference implementation.
Comment 8 WebKit Review Bot 2010-01-22 07:07:09 PST
Attachment 47193 [details] did not build on qt:
Build output: http://webkit-commit-queue.appspot.com/results/204755
Comment 9 Simon Hausmann 2010-01-27 15:02:58 PST
Comment on attachment 47193 [details]
Manipulate events implementation, rebased again

Taking this patch out of the review queue as we discussed on the phone this morning that this needs some standardization and discussion via www-dom.