uBlock/tools
Raymond Hill c7b54af0a2
[mv3] Add minimal ability to diagnose ruleset issue
A new icon has been added to the popup panel, to open a popup
window with a terse list of DNR events for the current tab, in
reverse chronological order (most recent DNR event appears at
the top).

The new ability is available only when the extension is sideloaded,
as per `declarativeNetRequestFeedback` documentation. Ref:
https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest#event-onRuleMatchedDebug

Purposefully minimal, so as to have something rather than nothing
when having to diagnose filtering issue with the DNR API. Example:
https://github.com/uBlockOrigin/uBOL-home/issues/156

The content of the popup window does not dynamically update, force
a refresh (F5) to get the most recent DNR events. This might be
improved in the future.

The DNR event buffer is not persisted, so the buffer is empty when
service worker is restarted. This might be improved in the future
by using session storage API.

There is no output filtering ability in this first draft. This
might be improved in the future.

DNR rules are reported. The filter from which a DNR rule
originates is not reported. Given that the rulesets are optimized
after conversion from original filter lists to reduce the DNR rule
count, this is unlikely to ever be possible.
2024-07-29 14:54:46 -04:00
..
copy-common-files.sh Use set -e in Bash scripts (#3791) 2021-07-31 17:34:25 -04:00
import-crowdin.sh Remove languages with no translations, no activity 2023-04-25 14:21:46 -04:00
make-assets.sh Simpler to use an extra property than to use a new assets.json 2024-03-14 10:20:25 -04:00
make-browser.sh Remove globals.js (#3849) 2021-08-23 10:54:16 -04:00
make-chromium-meta.py Use raw string for regex patterns in python scripts 2024-05-05 11:47:31 -04:00
make-chromium.sh Make dev build use its own assets.json: assets.dev.json 2023-05-04 19:20:18 -04:00
make-clean.sh Use set -e in Bash scripts (#3791) 2021-07-31 17:34:25 -04:00
make-dig.sh Add support for nodejs flavors 2021-08-15 10:43:36 -04:00
make-firefox-meta.py Use raw string for regex patterns in python scripts 2024-05-05 11:47:31 -04:00
make-firefox.sh Empty target directory instead of re-creating it 2024-03-05 07:59:11 -05:00
make-mv3.sh [mv3] Add minimal ability to diagnose ruleset issue 2024-07-29 14:54:46 -04:00
make-nodejs.sh [mv3] Add support for redirect= filters 2022-10-16 12:05:24 -04:00
make-npm.sh Run npm install in make-npm.sh (#3831) 2021-08-16 12:34:54 -04:00
make-opera-meta.py changes needed for releasing uBO/opera 1.15.24 2018-04-09 10:04:32 -04:00
make-opera.sh Remove untranslated language 2023-12-05 13:15:00 -05:00
make-thunderbird.sh Make dev build use its own assets.json: assets.dev.json 2023-05-04 19:20:18 -04:00
pull-assets.sh Use `git clone` instead of submodule to pull uAssets dependencies 2022-11-14 09:50:53 -05:00