gecko-dev/devtools/client/webconsole
Nicolas Chevobbe 107889f3af Bug 1307880 - Show the number of filtered messages. r=bgrins
This adds a "filteredMessagesCount" property to the messages store,
which is updated at the same time as we update the "visibleMessages"
property.
The global number of hidden messages is then shown next to the text search
input, and a button can be clicked to Reset the filters to their original
values.
This only takes into account messages that are filtered-out because
the default filters changes. Which means that non-default filters, like
CSS, Network and XHR don't impact filteredMessagesCount.

We take this as an opportunity to rename the match*Filter functions to
pass*Filter, since it better represents what the function does (a network
message is not impacted by a level filter, but it can be misleading to say
that it matches level filters).

MozReview-Commit-ID: BLPmCFNtzEl

--HG--
extra : rebase_source : 8ea4abbc8f8847a306d3bac4fd87d07e0ccb8f89
2017-08-18 14:01:38 +02:00
..
bin Bug 1359597 - Set up new console with devtools-launchpad;r=Honza 2017-04-26 08:10:04 -07:00
configs Bug 1359597 - Set up new console with devtools-launchpad;r=Honza 2017-04-26 08:10:04 -07:00
local-dev Bug 1390176 - Increase console logLimit;r=nchevobbe 2017-08-16 10:05:31 -07:00
net Bug 1387123 - Replace all usages of require(promise).defer by require(devtools/shared/defer).defer. r=tromey 2017-08-08 15:24:04 +02:00
new-console-output Bug 1307880 - Show the number of filtered messages. r=bgrins 2017-08-18 14:01:38 +02:00
test Bug 1388552 - Save Browser Console state in session store;r=mikedeboer,nchevobbe 2017-08-11 09:16:59 -07:00
.babelrc Bug 1385791 - Babel support for async func; r=nchevobbe 2017-08-11 17:10:54 +02:00
console-commands.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
console-output.js Bug 1387123 - Replace all usages of require(promise).defer by require(devtools/shared/defer).defer. r=tromey 2017-08-08 15:24:04 +02:00
hudservice.js Bug 1388552 - Save Browser Console state in session store;r=mikedeboer,nchevobbe 2017-08-11 09:16:59 -07:00
jsterm.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
moz.build Backed out changeset 227ff88b9848 (bug 1326937) for timing out in browser_ext_devtools_inspectedWindow_eval_bindings.js. r=backout on A CLOSED TREE 2017-07-17 20:48:25 +02:00
new-webconsole.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
package.json Bug 1385791 - Babel support for async func; r=nchevobbe 2017-08-11 17:10:54 +02:00
panel.js Merge m-c to autoland a=merge 2017-08-11 13:39:17 -07:00
utils.js Bug 1364047 - Pull WebConsoleUtils.l10n into its own module;r=Honza 2017-05-17 14:07:03 -07:00
webconsole-connection-proxy.js Backed out 3 changesets (bug 1382968) for breaking browser_addons_debug_webextension.js a=backout 2017-08-08 09:17:56 -07:00
webconsole-l10n.js Bug 1364047 - Pull WebConsoleUtils.l10n into its own module;r=Honza 2017-05-17 14:07:03 -07:00
webconsole.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
webconsole.xhtml Bug 1386551 - Import component-frame.css in new frontend; r=bgrins. 2017-08-02 11:03:40 +02:00
webconsole.xul Backed out changeset 227ff88b9848 (bug 1326937) for timing out in browser_ext_devtools_inspectedWindow_eval_bindings.js. r=backout on A CLOSED TREE 2017-07-17 20:48:25 +02:00
webpack.config.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00