aboutsummaryrefslogtreecommitdiff
path: root/test/urlfilter/adblocktest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* urlfilter: Add FilterTree classAqua-sama2018-10-161-65/+0
| | | | | | | 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.
* Split off UrlFilter into libraryAqua-sama2018-10-021-7/+14
| | | | - add more adblock filter options
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-181-4/+4
|
* AdBlockTest: loading subscriptionAqua-sama2018-07-171-34/+47
|
* AdBlockRule: parse some optionsAqua-sama2018-07-121-0/+5
|
* AdBlock rule testingAqua-sama2018-07-091-0/+40