RESOLVED FIXED 167175
Web Inspector: console.table only works for the first 5 properties
https://bugs.webkit.org/show_bug.cgi?id=167175
Summary Web Inspector: console.table only works for the first 5 properties
Joseph Pecoraro
Reported 2017-01-18 14:27:36 PST
Summary: console.table only works for the first 5 properties Steps to Reproduce: 1. js> console.table( performance.getResourcesOfType("resource") ) => Only shows a few properties 2. js> console.table( performance.getResourcesOfType("resource"), ["initiatorType", "name"] ) => "initiatorType" column works but "name" column doesn't work Notes: - Backend is limiting to the first 5 properties. It should send more (especially if the frontend is going to do the filtering which is currently the case) - Frontend limits to showing max of 10 columns, we can up that.
Attachments
[PATCH] Proposed Fix (10.89 KB, patch)
2017-01-18 14:29 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2017-01-18 14:29:52 PST
Created attachment 299184 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2017-01-18 21:07:21 PST
Comment on attachment 299184 [details] [PATCH] Proposed Fix Clearing flags on attachment: 299184 Committed r210910: <http://trac.webkit.org/changeset/210910>
WebKit Commit Bot
Comment 3 2017-01-18 21:07:25 PST
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.