[Webkit-unassigned] [Bug 38664] Web Inspector: add a "table" method to console, to allow output of tabular data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 11:59:31 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38664





--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2010-05-06 11:59:30 PST ---
I wonder if we should first see it implemented in wildfire first and then
generalize into a reusable component if necessary.

Rationale: there are multiple ways wildfire could integrate into inspector ui.
We could either 
- provide a separate panel, or 
- expose console.table as suggested in the bug (except for it should be json
with no toString that is going to cross js worlds) or
- expose addToConsole(element) to give greater flexibility

I am actually thinking that the last option would make most sense to the plugin
implementors.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list