aboutsummaryrefslogtreecommitdiff
path: root/test/adblock
Commit message (Collapse)AuthorAgeFilesLines
* Add ContentsMatcher classAqua-sama2018-12-192-68/+71
|
* Add adblockrule_parseAqua-sama2018-11-161-1/+5
|
* AdblockRule constructorAqua-sama2018-10-222-10/+8
|
* urlfilter: Add FilterTree classAqua-sama2018-10-162-0/+78
FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format.