uBlock/platform/browser
Raymond Hill 8ea3b0f64c
Rewrite static filtering parser
This commit is a rewrite of the static filtering parser into a
tree-based data structure, for easier maintenance and better
abstraction of parsed filters.

This simplifies greatly syntax coloring of filters and also
simplify extending filter syntax.

The minimum version of Chromium-based browsers has been raised
to version 73 because of usage of String.matchAll().
2023-01-23 16:53:18 -05:00
..
main.js Rewrite static filtering parser 2023-01-23 16:53:18 -05:00
test.html Modularize codebase with export/import 2021-07-27 17:26:04 -04:00