aboutsummaryrefslogtreecommitdiff
path: root/test/hostlist
Commit message (Collapse)AuthorAgeFilesLines
* Add adblockrule_parseAqua-sama2018-11-161-2/+2
|
* Hostlist test: test non-empty domainAqua-sama2018-10-192-25/+48
| | | | Add optional load list benchmark
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-191-5/+5
| | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString
* urlfilter: Add FilterTree classAqua-sama2018-10-162-0/+61
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.