Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix adblock host matcher | Andrea Diamantini | 2010-09-09 | 1 | -6/+6 |
| | | | | Benjamin Poulain's patch. Thanks :) | ||||
* | Add a special matcher for ad block filters for host name | Benjamin Poulain | 2010-08-19 | 1 | -0/+55 |
Quite a few rules of ad block are just matching domains. Those are of the form: ||trolltech.com^$options This patch add a new class to deal with this kind of filter, AdBlockHostMatcher. Matching a host address is much faster (O(1)) than going through the entire list of rules. |