Bug 171364 - Web Inspector: Uint8ClampedArray should be treated like an array, not an object
Summary: Web Inspector: Uint8ClampedArray should be treated like an array, not an object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-26 20:17 PDT by Joseph Pecoraro
Modified: 2017-04-26 22:13 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (7.86 KB, patch)
2017-04-26 20:20 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[PATCH] Proposed Fix (7.86 KB, patch)
2017-04-26 20:23 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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.
Comment 1 Joseph Pecoraro 2017-04-26 20:17:47 PDT
<rdar://problem/10873037>
Comment 2 Joseph Pecoraro 2017-04-26 20:20:39 PDT
Created attachment 308328 [details]
[PATCH] Proposed Fix
Comment 3 Joseph Pecoraro 2017-04-26 20:23:49 PDT
Created attachment 308329 [details]
[PATCH] Proposed Fix

Nicer order.
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2017-04-26 22:13:19 PDT
All reviewed patches have been landed.  Closing bug.