Closed
Bug 720180
Opened 13 years ago
Closed 12 years ago
console.log("foo"); console.error("foo"); should not be considered as a repeat.
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: paul, Assigned: msucan)
References
Details
Attachments
(2 files, 1 obsolete file)
14.95 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
2.59 KB,
patch
|
Details | Diff | Splinter Review |
The red repeat counter is displayed and the 2 messages are folded as one. But they are not of the same nature.
Comment 2•13 years ago
|
||
(In reply to Sonny Piers [:sonny] from comment #1)
> I can't reproduce.
Just type "console.log("foo"); console.error("foo")" in the command line (add curly brackets if using GCLI). I think the check in ConsoleUtils_filterRepeatedConsole should take the icon into account as well.
Assignee | ||
Updated•12 years ago
|
Blocks: console-output
Assignee | ||
Comment 4•12 years ago
|
||
This patch makes repeated messages occur less often. We were merging messages too often - see the test for a few odd cases.
Assignee | ||
Comment 5•12 years ago
|
||
This blocks a test from running correctly in bug 808370.
Blocks: 808370
Comment 6•12 years ago
|
||
Comment on attachment 708684 [details] [diff] [review]
proposed patch
Review of attachment 708684 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me.
Attachment #708684 -
Flags: review?(past) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Thank you!
Landed:
https://hg.mozilla.org/integration/fx-team/rev/cb07ba024a16
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 8•12 years ago
|
||
It seems there's a test that puts unexpected messages in the web console output and it now fails sometimes. This patch should fix it.
Attachment #710224 -
Flags: review?(past)
Updated•12 years ago
|
Attachment #710224 -
Flags: review?(past) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Thank you Panos!
Added a couple of checks for repeated node.
Landed:
https://hg.mozilla.org/integration/fx-team/rev/a02f96b9ef6f
Attachment #710224 -
Attachment is obsolete: true
Comment 10•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cb07ba024a16
https://hg.mozilla.org/mozilla-central/rev/a02f96b9ef6f
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 21
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•