[Webkit-unassigned] [Bug 19155] Inspector should support console.dir
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 14 15:45:40 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19155
timothy at hatcher.name changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22788|review? |review-
Flag| |
------- Comment #4 from timothy at hatcher.name 2008-08-14 15:45 PDT -------
(From update of attachment 22788)
This is exciting!
I am r-ing this because it should reuse other code we have to show object
properties. WebInspector.ObjectPropertiesSection
You should give DirMessageLevel a sensible name, maybe ObjectMessageLevel.
The more I think about the message levels the more we are abusing them. We
almost need a type identifier for console messages. And this would use a custom
type with the log level. Group should have a type too, and be log level. Make
sense?
ConsoleDomInspector is not a great name. And I don't think we need another
object for that, we can just make console message know how to show this message
type.
--
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