Add console filtering support for "-" exclusion operator
Categories
(DevTools :: Console, enhancement, P3)
Tracking
(firefox73 fixed)
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: 709922234, Assigned: Harald)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0 Build ID: 20160606114208
Updated•7 years ago
|
Comment 1•6 years ago
|
||
For clarification, prepending the filter string with "-" should invert the filter, meaning every message that does *not* match the entered string. The "-" operator should also work together with filtering tags requested in bug 1420689. I've split out the regex filter option to bug 1441079, so this one can focus on the negation operator. Sebastian
Updated•5 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
TIL Network panel filtering already supports this.
Assignee | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c6f80ffff41b Exclude-mode filtering for Console r=nchevobbe
Comment 6•4 years ago
|
||
Backed out changeset c6f80ffff41b (bug 1291192) for causing browser_webconsole_filter_by_regex_input.js to permafail
push that caused the backout: https://treeherder.mozilla.org/#/jobs?repo=autoland&searchStr=dt8&revision=c6f80ffff41b0abd65cf6ff376ac6aff39ab1513&selectedJob=280819838
backout: https://hg.mozilla.org/integration/autoland/rev/66e43a1f1b9f807f22d162ce01f67c0274341585
Pushed by apavel@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b4eea71fe5b1 Exclude-mode filtering for Console r=nchevobbe
Comment 8•4 years ago
|
||
Backed out changeset c6f80ffff41b (bug 1291192) for causing browser_webconsole_filter_by_regex_input.js to permafail
This was readded to the patch list after being backed out for some reason.
https://hg.mozilla.org/integration/autoland/rev/6c0c0cabf1cfae290a7e43a74011b735f5a4de12
Assignee | ||
Comment 9•4 years ago
|
||
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Pushed by hkirschner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/38c72e42d480 Exclude-mode filtering for Console (v2) r=nchevobbe
Comment 12•4 years ago
|
||
bugherder |
Comment 13•4 years ago
|
||
Added mention of this to https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Console_messages#Filtering_by_text and https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Console_messages#Filtering_with_Regular_Expressions.
Description
•