aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* WebProfile refactoringAqua-sama2019-11-222-0/+96
| | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class
* Drop boost dependencyAqua-sama2019-11-033-0/+65
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Rewrite lib/urlfilterAqua-sama2019-01-099-383/+0
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* Add adblocklist classAqua-sama2018-12-212-0/+66
|
* Add ContentsMatcher classAqua-sama2018-12-193-70/+75
|
* Add adblockrule_parseAqua-sama2018-11-163-5/+9
|
* Add more regex benchmarksAqua-sama2018-10-313-2/+45
|
* Add test/ meson.buildAqua-sama2018-10-252-0/+48
|
* Remove CMakeListsAqua-sama2018-10-251-31/+0
|
* AdblockRule constructorAqua-sama2018-10-223-11/+10
|
* Add MatcherBenchmarkAqua-sama2018-10-213-2/+79
|
* 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-166-3/+79
| | | | | | | 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-023-10/+17
| | | | - add more adblock filter options
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-184-137/+4
|
* AdBlockTest: loading subscriptionAqua-sama2018-07-173-39/+52
|
* AdBlockRule: parse some optionsAqua-sama2018-07-122-0/+7
|
* AdBlock rule testingAqua-sama2018-07-093-0/+64
|
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-071-7/+0
|
* Add web/urlfilterAqua-sama2018-07-057-59/+137
|
* Add filter.headerAqua-sama2018-07-051-2/+2
|
* .desktop: add run with firejail actionAqua-sama2018-06-171-93/+0
|
* Multithreading UrlRequestInterceptorAqua-sama2018-04-085-0/+65
| | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent
* Can now open links in new tabAqua-sama2017-12-207-89/+0
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* Updated firejail profile - ${HOME}, dbus, resolv.confjc_gargma2017-12-011-11/+18
|
* libconfig testAqua-sama2017-11-304-0/+84
|
* Updated firejail profilejc_gargma2017-09-111-7/+10
|
* Updated firejail profilejc_gargma2017-09-111-7/+20
|
* Changed the filter formatAqua-sama2017-08-051-9/+11
|
* Updated firejail profilejc_gargma2017-08-041-19/+37
|
* Merged FilterRule into FilterNodeAqua-sama2017-05-251-1/+1
|
* Improved filter rulesAqua-sama2017-05-241-2/+6
|
* Reworking URL filterAqua-sama2017-05-211-0/+9
|
* Updated documentationAqua-sama2017-04-191-1/+1
|
* Dockable bookmarks dialogAqua-sama2017-03-201-40/+1
| | | | Fixed bugs in bookmarks dialog
* Added build scriptAqua-sama2017-03-191-0/+1
| | | | Additional locations are searched for configuration
* Blocker rewritesAqua-sama2017-02-281-9/+0
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* installing config fileAqua-sama2017-02-261-57/+0
|
* UI changesAqua-sama2017-02-261-17/+38
|
* Settings QStringListAqua-sama2017-02-241-1/+1
|
* Settings class reworkAqua-sama2017-02-242-34/+36
| | | | Using toml as format
* Download manager improvementsAqua-sama2017-02-231-1/+5
| | | | | | | Added shortcut for download dialog Dialog has proper title Settings replaces ~ with home location Showing download item details
* Minor featuresAqua-sama2017-02-231-0/+5
| | | | | First run check focusAddress and *toolbarMovable options
* Single instanceAqua-sama2017-02-211-0/+5
|
* Tab shortcutsAqua-sama2017-02-151-0/+3
| | | | Config location is displayed in about window
* Global bookmarks and downloads dialogsAqua-sama2017-02-142-17/+9
|
* Settings changesAqua-sama2017-02-141-6/+10
|
* Bookmark improvementsAqua-sama2017-02-101-0/+40
| | | | | | Added icons to bookmark tree Bookmarks can now be rearranged Add/remove items from bookmark tree