From f28c7dc42b6b6924e01b4b97736a89acdaddb244 Mon Sep 17 00:00:00 2001 From: Paul Rohrbach Date: Tue, 30 Jul 2013 21:15:24 +0200 Subject: Adding domain-specific hiding support to the adblocker. The domain-specific rules are stored in a QMultiHash, where the key is the domain and the values are the rules for the specified domain. This causes redundancy, because on rule can be applied to more than one domain, but has a really fast look-up time. The code for the generic hiding has not changed and is just relocated. REVIEW: 111521 REVIEWED-BY: adjam --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c749a693..6df5a647 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ set(rekonq_KDEINIT_SRCS urlresolver.cpp websnap.cpp #---------------------------------------- + adblock/adblockelementhiding.cpp adblock/adblockhostmatcher.cpp adblock/adblockmanager.cpp adblock/adblockrule.cpp @@ -74,7 +75,7 @@ set(rekonq_KDEINIT_SRCS sync/sshsynchandler.cpp sync/syncgooglesettingswidget.cpp sync/syncoperasettingswidget.cpp - sync/syncsshsettingswidget.cpp + sync/syncsshsettingswidget.cpp #---------------------------------------- tabwindow/rwindow.cpp tabwindow/rekonqwindow.cpp -- cgit v1.2.1