Bug 171364

Summary: Web Inspector: Uint8ClampedArray should be treated like an array, not an object
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, inspector-bugzilla-changes, joepeck, keith_miller, mark.lam, msaboff, saam, sam
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix
none
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2017-04-26 20:17:40 PDT
Summary: Uint8ClampedArray should be treated like an array, not an object Steps to Reproduce: 1. js> Uint8ClampedArray(20000) 2. Expand => hang Notes: - We paginate large arrays.
Attachments
[PATCH] Proposed Fix (7.86 KB, patch)
2017-04-26 20:20 PDT, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (7.86 KB, patch)
2017-04-26 20:23 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2017-04-26 20:17:47 PDT
Joseph Pecoraro
Comment 2 2017-04-26 20:20:39 PDT
Created attachment 308328 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2017-04-26 20:23:49 PDT
Created attachment 308329 [details] [PATCH] Proposed Fix Nicer order.
WebKit Commit Bot
Comment 4 2017-04-26 22:13:07 PDT
Comment on attachment 308329 [details] [PATCH] Proposed Fix Clearing flags on attachment: 308329 Committed r215855: <http://trac.webkit.org/changeset/215855>
WebKit Commit Bot
Comment 5 2017-04-26 22:13:19 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.