RESOLVED INVALID 33928
Add support for touch manipulation events
https://bugs.webkit.org/show_bug.cgi?id=33928
Summary Add support for touch manipulation events
Petri Latvala
Reported 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.
Attachments
Manipulate events implemented (85.28 KB, patch)
2010-01-20 17:05 PST, Petri Latvala
no flags
Manipulate events implementation, rebased (83.93 KB, patch)
2010-01-20 18:13 PST, Petri Latvala
no flags
Manipulate events implementation, rebased again (83.96 KB, patch)
2010-01-22 05:43 PST, Petri Latvala
no flags
Petri Latvala
Comment 1 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.
Petri Latvala
Comment 2 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.
WebKit Review Bot
Comment 3 2010-01-21 18:12:21 PST
WebKit Review Bot
Comment 4 2010-01-21 20:10:23 PST
Petri Latvala
Comment 5 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.
WebKit Review Bot
Comment 6 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.
Simon Hausmann
Comment 7 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.
WebKit Review Bot
Comment 8 2010-01-22 07:07:09 PST
Simon Hausmann
Comment 9 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.
Note You need to log in before you can comment on or make changes to this bug.