Closed
Bug 1307873
Opened 8 years ago
Closed 8 years ago
Add support for console group
Categories
(DevTools :: Console, enhancement, P2)
DevTools
Console
Tracking
(firefox52 fixed)
RESOLVED
FIXED
Firefox 52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: linclark, Assigned: nchevobbe)
References
Details
(Whiteboard: new-console)
Attachments
(1 file)
113.44 KB,
patch
|
linclark
:
review+
|
Details | Diff | Splinter Review |
Originally posted by:linclark
see https://github.com/devtools-html/gecko-dev/issues/44
We need to figure out:
- How do we prune groups from the head of the list. The current limit is something like 2000 messages. We may increase this, but there will be some upper bound. Does the whole group get pruned? Our current thinking is that messages get pruned individually until all are gone, but that the group header stays in place. It may include a warning that messages have been pruned from the group.
- How are we going to handle nesting?
- How should we model the data?
Tests:
- [ ] browser_webconsole_bug_664131_console_group.js
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: new-console
Reporter | ||
Updated•8 years ago
|
Blocks: enable-new-console
Reporter | ||
Comment 1•8 years ago
|
||
Attachment #8798878 -
Flags: review+
Reporter | ||
Updated•8 years ago
|
Keywords: checkin-needed
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → chevobbe.nicolas
Reporter | ||
Updated•8 years ago
|
Status: NEW → ASSIGNED
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/4b037d091109
Add support for console group. r=linclark
Keywords: checkin-needed
Comment 3•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•