Revision f28c7dc...
Go back to digest for 4th August 2013Bug Fixes in Networking Tools
Andrea Diamantini committed changes in [rekonq] /:
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
File Changes
Added 2 files
- /adblock
- srcelementhiding.cpp
- srcelementhiding.h
Modified 3 files
- src/CMakeLists.txt
- src/adblock/adblockmanager.cpp
- src/adblock/adblockmanager.h
5 files changed in total