aboutsummaryrefslogtreecommitdiff
path: root/include/filterinterface.h
Commit message (Collapse)AuthorAgeFilesLines
* CleanupAqua-sama2020-04-291-36/+0
| | | | | | | - Don't run configuration fuzzer as test - Remove plugins/ConfigurationEditor - Move exported interfaces to include/smolbote - Install plugin interfaces
* Remove ProfileInterfaceAqua-sama2020-02-291-0/+36
Plugins should define their own specific interfaces rather than subclassing from ProfileInterface: - add Filter for QWebEngineUrlRequestInterceptor filters - add FilterPlugin for Filter loading Remove deprecated Browser::profileList()