aboutsummaryrefslogtreecommitdiff
path: root/test/urlfilter
Commit message (Collapse)AuthorAgeFilesLines
* Add adblocklist classAqua-sama2018-12-211-0/+61
|
* urlfilter: Add FilterTree classAqua-sama2018-10-162-78/+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-183-126/+4
|
* AdBlockTest: loading subscriptionAqua-sama2018-07-172-39/+48
|
* AdBlockRule: parse some optionsAqua-sama2018-07-122-0/+7
|
* AdBlock rule testingAqua-sama2018-07-092-0/+55
|
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-071-7/+0
|
* Add web/urlfilterAqua-sama2018-07-052-0/+129