This change adds support for console.table command supported in Firebug. Here is the syntax: console.table([[1,2,3], [2,3,4]]); console.table([{a:1, b:2, c:3}, {a:"foo", b:false, c:undefined}]); Screenshot to follow.
Created attachment 187597 [details] [IMAGE] Screenshot with patch applied
Created attachment 187611 [details] Patch
Comment on attachment 187611 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187611&action=review > Source/WebCore/inspector/front-end/ConsoleMessage.js:86 > + delete this._dataGrid; this._dataGrid was never defined
Created attachment 187850 [details] Patch
Created attachment 187851 [details] [IMAGE] Screenshot with beverloo applied
Created attachment 188762 [details] [wip]
Created attachment 188763 [details] Patch
Comment on attachment 188763 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188763&action=review > Source/WebCore/inspector/InjectedScriptSource.js:151 > + if (InjectedScriptHost.type(columns) == "array") { ===
Comment on attachment 188763 [details] Patch Clearing flags on attachment: 188763 Committed r143186: <http://trac.webkit.org/changeset/143186>
All reviewed patches have been landed. Closing bug.