RESOLVED FIXED 145195
Web Inspector: array previews should have a much smaller cap on values
https://bugs.webkit.org/show_bug.cgi?id=145195
Summary Web Inspector: array previews should have a much smaller cap on values
Timothy Hatcher
Reported 2015-05-19 17:47:16 PDT
Right now it looks like array previews will contain up to 100 items. That seems excessive, at least in the case when the array is not a top level object. For property previews, the row does not wrap, so it is often clipped at 5 or 10 items anyway. It is wasteful to include any more than that.
Attachments
[PATCH] Proposed Fix (11.08 KB, patch)
2015-05-20 18:43 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2015-05-19 17:47:36 PDT
Joseph Pecoraro
Comment 2 2015-05-20 18:39:33 PDT
Lets do 10. For small arrays with primitives, it is not that wasteful. But I totally agree for larger arrays.
Joseph Pecoraro
Comment 3 2015-05-20 18:43:35 PDT
Created attachment 253490 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 4 2015-05-20 22:13:13 PDT
Comment on attachment 253490 [details] [PATCH] Proposed Fix Clearing flags on attachment: 253490 Committed r184699: <http://trac.webkit.org/changeset/184699>
WebKit Commit Bot
Comment 5 2015-05-20 22:13:16 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.