[Webkit-unassigned] [Bug 28856] console log message repeat count double what it should be

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 06:47:27 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28856





--- Comment #2 from Patrick Mueller <pmuellr at yahoo.com>  2009-09-01 06:47:27 PDT ---
I was poking around ConsoleMessage.cpp and friends and noticed a "sameness"
check for the messages in InspectorController::addConsoleMessage(), so I
naively just commented out the line:

   m_previousMessage->incrementCount();

result is never seeing a repeat count in the console.  So at this point, I'm
guessing that this repeatCount calculation is required, and the one in
addMessage() in ConsoleView.js needs tweaking.

-- 
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