aboutsummaryrefslogtreecommitdiff
path: root/test/adblock/adblocktest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite lib/urlfilterAqua-sama2019-01-091-83/+0
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* Add ContentsMatcher classAqua-sama2018-12-191-53/+71
|
* Add adblockrule_parseAqua-sama2018-11-161-1/+5
|
* AdblockRule constructorAqua-sama2018-10-221-9/+5
|
* urlfilter: Add FilterTree classAqua-sama2018-10-161-0/+65
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.