[webkit-reviews] review requested: [Bug 19158] Inspector should support console.group/console.groupEnd : [Attachment 21986] prototype

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 28 05:49:00 PDT 2008


Keishi Hattori <casey.hattori at gmail.com> has asked  for review:
Bug 19158: Inspector should support console.group/console.groupEnd
https://bugs.webkit.org/show_bug.cgi?id=19158

Attachment 21986: prototype
https://bugs.webkit.org/attachment.cgi?id=21986&action=edit

------- Additional Comments from Keishi Hattori <casey.hattori at gmail.com>
Prototype implementation of console.group/groupEnd.

This patch works by using ConsoleMessage "startGroup" and "endGroup" to find
out where the groups begin and end. This is very ugly, so I think maybe a new
MessageLevel(something like GroupStartMessageLevel) might be good?


More information about the webkit-reviews mailing list