Bug 36231 - [Chromium] PlatformTouchEventBuilder incorrectly resizes touch point vector.
Summary: [Chromium] PlatformTouchEventBuilder incorrectly resizes touch point vector.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 11:23 PDT by Garret Kelly
Modified: 2010-03-17 20:08 PDT (History)
2 users (show)

See Also:


Attachments
Initial patch (1.29 KB, patch)
2010-03-17 11:25 PDT, Garret Kelly
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Garret Kelly 2010-03-17 11:23:53 PDT
The PlatformTouchEventBuilder resizes the touch point array before appending points to it, which is incredibly wrong. This was a vestige of how touch event conversion used to work.
Comment 1 Garret Kelly 2010-03-17 11:25:45 PDT
Created attachment 50927 [details]
Initial patch
Comment 2 WebKit Commit Bot 2010-03-17 20:07:57 PDT
Comment on attachment 50927 [details]
Initial patch

Clearing flags on attachment: 50927

Committed r56144: <http://trac.webkit.org/changeset/56144>
Comment 3 WebKit Commit Bot 2010-03-17 20:08:01 PDT
All reviewed patches have been landed.  Closing bug.