Bug 36231

Summary: [Chromium] PlatformTouchEventBuilder incorrectly resizes touch point vector.
Product: WebKit Reporter: Garret Kelly <gdk>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fishd
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Initial patch none

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.