[Webkit-unassigned] [Bug 26083] How to access formatted Java script Console message ?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 10:38:07 PDT 2009


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


Gopal Raghavan <gop.rag at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39707|                            |review?
               Flag|                            |




--- Comment #1 from Gopal Raghavan <gop.rag at gmail.com>  2009-09-17 10:38:07 PDT ---
Created an attachment (id=39707)
 --> (https://bugs.webkit.org/attachment.cgi?id=39707)
Fix for formatting javascript console message and handling firebug api

Current implementation of firebug api support for console.log is not complete.
Only the first argument is returned.
So if we have console.log("This is person info: %o",person) and pass person
object, we do not get the complete formatted output.

This fix formats the string appropriately and passes the proper string to
chrome client through addMessageToConsole
Supports firebug api outlined in http://getfirebug.com/console.html

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