summaryrefslogtreecommitdiffstats
path: root/src/core/browsing_data_remover_delegate_qt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Basic adaptations for 65-basedAllan Sandfeld Jensen2018-03-151-2/+3
| | | | | Change-Id: I121b14d6a44e80f5eea4b159c58f7010d472926e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
* Use BrowsingDataRemover to clear HTTP cacheSzabolcs David2017-12-041-0/+85
This is a more convenient solution to remove cache instead of going down to the current cache backend and dooming its entries manually. It also fixes WebCacheManager and behavior of clearHttpCache() API on http://refreshyourcache.com/en/cache-test/ example. Task-number: QTBUG-63606 Change-Id: I43e5d6eb53aff66ed1b23caa2868ccfc0f4ebce1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>