RESOLVED FIXED 93499
Web Inspector: improve large array logging experience
https://bugs.webkit.org/show_bug.cgi?id=93499
Summary Web Inspector: improve large array logging experience
Pavel Feldman
Reported 2012-08-08 11:04:03 PDT
Today, dumping array of 500 elements results in painful experience: Array[500] [0 … 24] [0 … 4] 0: 0 1: 1 2: 2 3: 3 4: 4 [5 … 9] [10 … 14] [15 … 19] [20 … 24] [25 … 49] [50 … 74] This change converts it into: Array[500] [0 … 99] [100 … 199] [200 … 299] [300 … 399] [400 … 499] With 100 elements in each group (not more than 100 elements on one level).
Attachments
Patch (5.89 KB, patch)
2012-08-08 11:27 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2012-08-08 11:27:10 PDT
Vsevolod Vlasov
Comment 2 2012-08-09 01:45:47 PDT
Comment on attachment 157259 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157259&action=review > LayoutTests/inspector/console/console-big-array.html:47 > + populated = this._toIndex == 100; === ?
WebKit Review Bot
Comment 3 2012-08-09 05:09:12 PDT
Comment on attachment 157259 [details] Patch Clearing flags on attachment: 157259 Committed r125165: <http://trac.webkit.org/changeset/125165>
WebKit Review Bot
Comment 4 2012-08-09 05:09:17 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.