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)
DevTools
Console
Tracking
(Not tracked)
NEW
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
Reporter | ||
Comment 1•9 years ago
|
||
(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
Blocks: console-output
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [btpp-backlog]
Reporter | ||
Updated•7 years ago
|
User Story: (updated)
Updated•6 years ago
|
Product: Firefox → DevTools
Reporter | ||
Updated•4 years ago
|
Summary: Allow to blackbox files from within the Console panel → Allow to ignore files from within the Console panel
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•