Closed Bug 1307873 Opened 8 years ago Closed 8 years ago

Add support for console group

Categories

(DevTools :: Console, enhancement, P2)

enhancement

Tracking

(firefox52 fixed)

RESOLVED FIXED
Firefox 52
Tracking Status
firefox52 --- fixed

People

(Reporter: linclark, Assigned: nchevobbe)

References

Details

(Whiteboard: new-console)

Attachments

(1 file)

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
Priority: -- → P2
Whiteboard: new-console
Attached patch Bug1307873.patchSplinter Review
Attachment #8798878 - Flags: review+
Keywords: checkin-needed
Assignee: nobody → chevobbe.nicolas
Status: NEW → ASSIGNED
Blocks: 1088360
See Also: → 1304309
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/4b037d091109
Add support for console group. r=linclark
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/4b037d091109
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: