[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 14:58:43 PDT 2010


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





--- Comment #4 from Patrick Mueller <pmuellr at yahoo.com>  2010-05-06 14:58:42 PST ---
(In reply to comment #3)
> Oh, so you were talking about the real console api method. I was confused with
> the firephp reference. I wonder how it is supposed to help with the firephp and
> such given that it would be exposed on the inspected page side though...

My assumption for the FirePHP folks is that they will need to implement this
functionality themselves, in code they include in WI patches, or a WI extension
(once we have an extension capability).  Why let them have all the fun?  We
just add table as a new ConsoleMessage.MessageType, and implement the code for
it in ConsoleView.js.  The FirePHP folks, and anyone else, will then have easy
access to it if their code is already included in WI, and we can expose
"console" as an API in the extension framework (once we have one).

The last bit, of hooking this up to the console object that people use today
for logging, is trivial.

-- 
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