summaryrefslogtreecommitdiff
path: root/src/adblock/adblockelementhiding.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Const'ify. Don't add duplicate filterMontel Laurent2013-10-031-1/+1
|
* Use const'refMontel Laurent2013-10-011-8/+8
|
* Adding domain-specific hiding support to the adblocker.Paul Rohrbach2013-07-301-0/+132
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