[Webkit-unassigned] [Bug 28047] add utility method to enable logging messages for inspector development
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 31 15:54:49 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28047
Patrick Mueller <pmuellr at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #38841| |review?
Flag| |
Attachment #34485|0 |1
is obsolete| |
--- Comment #7 from Patrick Mueller <pmuellr at yahoo.com> 2009-08-31 15:54:48 PDT ---
Created an attachment (id=38841)
--> (https://bugs.webkit.org/attachment.cgi?id=38841)
proposed patch - 2009/08/31
Per previous review, updated WebCore/page/Console.h with the new level. Also
added corresponding change in the .cpp file (to print the level name).
I also attempted to get the "repeatCount" bit right with the message. As it
is, if you repeat a message, as in the supplied manual test case, you get
neither a new message nor a repeat count badge. I'm going to chalk this up to
wonkiness introduced by bug 28856, but I don't think the bad behaviour is a
show-stopper, since the new behaviour is only relevant to WebKit developers.
I've tested the repeatCount code by manually maintaining a repeatCount myself,
just to make sure the CSS bits work, and they do. What I don't know is if I
have to actually maintain the repeatCount, or if the ConsoleView.addMessage()
is supposed to be doing that for me. Looks like the latter.
--
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