WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109453
Web Inspector: provide basic console.table implementation (no [,columns] support)
https://bugs.webkit.org/show_bug.cgi?id=109453
Summary
Web Inspector: provide basic console.table implementation (no [,columns] supp...
Pavel Feldman
Reported
2013-02-11 09:17:40 PST
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.
Attachments
[IMAGE] Screenshot with patch applied
(20.64 KB, image/png)
2013-02-11 09:21 PST
,
Pavel Feldman
no flags
Details
Patch
(32.93 KB, patch)
2013-02-11 10:16 PST
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Patch
(34.20 KB, patch)
2013-02-12 06:08 PST
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
[IMAGE] Screenshot with beverloo applied
(20.55 KB, image/png)
2013-02-12 06:09 PST
,
Pavel Feldman
no flags
Details
[wip]
(46.59 KB, patch)
2013-02-17 02:56 PST
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Patch
(45.49 KB, patch)
2013-02-17 04:38 PST
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2013-02-11 09:21:54 PST
Created
attachment 187597
[details]
[IMAGE] Screenshot with patch applied
Pavel Feldman
Comment 2
2013-02-11 10:16:14 PST
Created
attachment 187611
[details]
Patch
Andrey Adaikin
Comment 3
2013-02-11 10:50:59 PST
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
Pavel Feldman
Comment 4
2013-02-12 06:08:15 PST
Created
attachment 187850
[details]
Patch
Pavel Feldman
Comment 5
2013-02-12 06:09:04 PST
Created
attachment 187851
[details]
[IMAGE] Screenshot with beverloo applied
Pavel Feldman
Comment 6
2013-02-17 02:56:19 PST
Created
attachment 188762
[details]
[wip]
Pavel Feldman
Comment 7
2013-02-17 04:38:02 PST
Created
attachment 188763
[details]
Patch
Vsevolod Vlasov
Comment 8
2013-02-18 02:25:19 PST
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") {
===
WebKit Review Bot
Comment 9
2013-02-18 02:53:19 PST
Comment on
attachment 188763
[details]
Patch Clearing flags on attachment: 188763 Committed
r143186
: <
http://trac.webkit.org/changeset/143186
>
WebKit Review Bot
Comment 10
2013-02-18 02:53:23 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.
Top of Page
Format For Printing
XML
Clone This Bug