[webkit-reviews] review requested: [Bug 26083] How to access formatted Java script Console message ? : [Attachment 39707] Fix for formatting javascript console message and handling firebug api

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


Gopal Raghavan <gop.rag at gmail.com> has asked  for review:
Bug 26083: How to access formatted Java script Console message ?
https://bugs.webkit.org/show_bug.cgi?id=26083

Attachment 39707: Fix for formatting javascript console message and handling
firebug api
https://bugs.webkit.org/attachment.cgi?id=39707&action=review

------- Additional Comments from Gopal Raghavan <gop.rag at gmail.com>
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


More information about the webkit-reviews mailing list