Open Bug 1102797 Opened 10 years ago Updated 2 years ago

Allow to ignore files from within the Console panel

Categories

(DevTools :: Console, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: sebo, Unassigned)

References

(Depends on 1 open bug)

Details

(Whiteboard: [btpp-backlog])

User Story

The user sees log messages coming from some third-party library. As they don't have influence on these messages they want to hide them to just see messages coming from their own code. They search within the Console panel for an option to hide them.
As soon as log messages coming from specific files can be hidden, there should be a UI added to the Console panel to allow blackboxing them directly from where they are logged. This avoids having to switch to the Debugger panel first. The UI for this could be implemented as a context menu entry and/or an eye symbol next to the source link for each logged message. Sebastian
(In reply to Sebastian Zartner [:sebo] from comment #0) > The UI for this could be implemented as a context menu entry and/or an eye > symbol next to the source link for each logged message. For completeness, when a message is blackboxed, it is ignored, that means it is not logged to the console. There may be a hint (e.g. at the top of the Console panel) that messages were filtered out due to blackboxing, maybe even telling the sources that got blackboxed and an option to show them retroactively. Sebastian
See Also: → 1255311
Priority: -- → P3
Whiteboard: [btpp-backlog]
User Story: (updated)
Product: Firefox → DevTools
Summary: Allow to blackbox files from within the Console panel → Allow to ignore files from within the Console panel
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.