aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/urlinterceptor.h
Commit message (Collapse)AuthorAgeFilesLines
* Move src/webengine to lib/webengineAqua-sama2020-12-151-31/+0
|
* libwebengineAqua-sama2020-05-081-12/+5
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* Rewrite lib/urlfilterAqua-sama2019-01-091-6/+10
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* AdblockRule constructorAqua-sama2018-10-221-1/+0
|
* Expand HTTP header settings #4Aqua-sama2018-10-071-13/+5
| | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor
* Split off UrlFilter into libraryAqua-sama2018-10-021-2/+2
| | | | - add more adblock filter options
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* clang-format passAqua-sama2018-09-181-3/+3
|
* UrlRequestInterceptor: add filter rulesAqua-sama2018-07-241-3/+6
|
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-181-4/+0
|
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-071-0/+4
|
* Add filter.headerAqua-sama2018-07-051-1/+8
|
* Socket messages are json formattedAqua-sama2018-06-261-3/+1
|
* Multiple subwindows interfaceAqua-sama2018-04-161-1/+1
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Multithreading UrlRequestInterceptorAqua-sama2018-04-081-6/+7
| | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Added .clang-formatAqua-sama2018-01-071-2/+1
|
* UrlRequestInterceptor fixesAqua-sama2017-12-261-3/+6
| | | | | - Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct
* astyle passAqua-sama2017-12-251-1/+1
|
* Request filter now properly takes hostlistsAqua-sama2017-12-231-8/+4
| | | | - hostslist directory is set in browser.filterPath
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* Simple filterlistAqua-sama2017-12-111-7/+11
|
* Filter code refactoringAqua-sama2017-05-251-1/+1
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Blocker fixesAqua-sama2017-03-221-2/+2
|
* Blocker rewritesAqua-sama2017-02-281-3/+3
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* AStyle passAqua-sama2017-02-011-5/+5
| | | | Added style check to pre-commit hook
* Updated license scriptAqua-sama2017-02-011-0/+20
| | | | | Added missing license headers Added pre-commit hook to check for missing licenses
* URL blocking whitelistAqua-sama2017-01-271-2/+5
|
* Blocker UIAqua-sama2017-01-241-0/+21