[Webkit-unassigned] [Bug 19158] Inspector should support console.group/console.groupEnd
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 28 05:49:01 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19158
casey.hattori at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #21986| |review?
Flag| |
------- Comment #2 from casey.hattori at gmail.com 2008-06-28 05:49 PDT -------
Created an attachment (id=21986)
--> (https://bugs.webkit.org/attachment.cgi?id=21986&action=view)
prototype
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?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list