Bug 62766 - Adding "force" filed to Touch Event
Summary: Adding "force" filed to Touch Event
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 17:40 PDT by miletus
Modified: 2011-06-18 21:14 PDT (History)
4 users (show)

See Also:


Attachments
Patch (15.05 KB, patch)
2011-06-15 17:59 PDT, miletus
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description miletus 2011-06-15 17:40:28 PDT
Some fields of WebCore::Touch (WebkitRadiusX, WebkitRadiusY, WebkitRotationAngle) are currently tracking the
W3C Touch Event Standard (draft)

https://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html

with vendor prefix.

This patch adds WebkitForce field to the tracking.
Comment 1 miletus 2011-06-15 17:59:38 PDT
Created attachment 97380 [details]
Patch
Comment 2 WebKit Review Bot 2011-06-18 21:14:02 PDT
Comment on attachment 97380 [details]
Patch

Clearing flags on attachment: 97380

Committed r89212: <http://trac.webkit.org/changeset/89212>
Comment 3 WebKit Review Bot 2011-06-18 21:14:06 PDT
All reviewed patches have been landed.  Closing bug.