summaryrefslogtreecommitdiff
path: root/src/adblock/adblockrulenullimpl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Consider option && ~option as null rules when option is not implementedAndrea Diamantini2012-02-101-16/+20
| | | | BUG: 246801
* Improve adblockAndrea Diamantini2011-09-141-4/+4
| | | | | improve adblock docs check third-party option before (faster)
* clean upAndrea Diamantini2011-07-251-16/+16
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-18/+18
|
* AdBlock Improvements:Andrea Diamantini2011-04-101-2/+2
| | | | | | | | | | | | - implemented "third party" support - do NOT block first requests (you cannot even see a blank page, sometimes...) BUG:270356 PS: Alberto, can you pls check this really works for you before backporting to 0.7 and let me know about? Many thanks for.
* Revert "Return false for null mimetypes"Rohan Garg2011-03-111-4/+0
| | | | | This reverts commit 09bf176c22a25cee65b20b7aee9fdf9e541798af. This isn't *really* required, my bad
* Return false for null mimetypesRohan Garg2011-03-091-0/+4
| | | | BUG:267706
* Coding styleAndrea Diamantini2011-02-251-3/+3
|
* AdBlock: adding a Null Rule to match all the unimplemented filters.Andrea Diamantini2011-02-241-0/+135
BUG:248045 BUG:253329 BUG:265909