Closed
Bug 880861
Opened 12 years ago
Closed 12 years ago
browser console styling makes it hard to visually distinguish different messages (particularly when there are lots of long messages)
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 879310
People
(Reporter: Gavin, Unassigned)
References
Details
STR:
1) run ./mach mochitest-browser --keep-open browser/components/search/test/browser_private_search_perwindowpb.js
2) when done, switch to the browser window, open the browser console
screenshot: http://cl.ly/image/3K080M3W0A1n
This test (and maybe most mochitests) spews some very long messages to the console. These take up a lot of space in the browser console, and aren't clearly delineated from each other (it's hard to see where one message starts and the other ends). I think the solid color bar along the left side of the log text is making it harder for me to distinguish messages. I'd like it better if it was broken up somehow ("breaks" in that line, some form of horizontal separator between messages).
Updated•12 years ago
|
Blocks: console-output
Priority: -- → P2
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•