summaryrefslogtreecommitdiff
path: root/src/adblock/adblockmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Get sure mainWindow() exists before trying applying settingsAndrea Diamantini2011-09-161-2/+2
| | | | BUG: 272107
* Improve adblockAndrea Diamantini2011-09-141-1/+18
| | | | | improve adblock docs check third-party option before (faster)
* Tools Action MenuAndrea Diamantini2011-08-041-0/+1
| | | | | | | | | | | - Removed showDeveloperTools action - Moved adblock GUI to adblock part - renamed toolsMenu and developerMenu to reflect their real/new roles - Added UserAgent action to the tools menu REVIEW:102170 REVIEWED-BY: fritz_van_tom
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Add a special matcher for ad block filters for host nameBenjamin Poulain2010-08-191-0/+3
| | | | | | | | | | 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.
* Include Fixes, first bunchAndrea Diamantini2010-04-301-1/+3
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-1/+3
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-36/+36
|
* Not so stupid, after all..Andrea Diamantini2010-03-301-1/+1
|
* abp (Ad Block Plus) fake protocol supportAndrea Diamantini2010-03-191-2/+3
| | | | | | | | | This will let rekonq to automatically add abp subscriptions from the adblockplus.org site (or wherever someone provides abp urls) Anyway, consider that the raccomended way to manage adblock (by me and by abp developers) is just adding the EasyList subscription. rekonq just does it by default!!
* Implemented automatic adblock update.Andrea Diamantini2010-03-131-1/+17
| | | | | | | | | | | | | | This (squashed) commit adds this new feature in rekonq, letting people to simply "forgot" adblock and let rekonq do everything for it I added: - a new (rekonq) adblock widget - an asyncronous method to update rules from the net every TOT days - a better AdBlockManager management. What it is actually missing is the adp protocol support to add new subscriptions to adblock. This will come the next week. For now this part seems stable and needs just testing :)
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+2
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* Save memory!Andrea Diamantini2010-01-211-1/+1
| | | | | | With this commit, we save (at least) 3 bytes for each AdBlockRule defined (and probably more than 3!). In my installation I have about 100 rules... :)
* Cleaning again (the morning after) the adblock thing.. :)Andrea Diamantini2010-01-141-9/+9
| | | | | Removed the "options" part. Will be rewritten in rekonq 0.5 together with the UI..
* Better AdBlocking things :)Andrea Diamantini2010-01-141-15/+21
|
* AdBlock Plus rules fast summary :)Andrea Diamantini2010-01-131-1/+78
|
* trade-off: speed vs mem saving.Andrea Diamantini2009-12-021-2/+4
| | | | This time I decided for speed..
* We have adblock! (and it works)Andrea Diamantini2009-11-301-5/+1
| | | | | | | | | | | I had a lot of problems implementing it because I started working on assuming 2 things: 1) konqueror implementation works (it's not true, I found a bug! To guess what, try loading current rekonq vs current konqueror against kde-apps.org) 2) Arora's implementation can be easily ported to kcm technology. Another wrong assumption, based on MVP implementation. Sorry for spamming master branch, guys.
* Porting rekonq to last Qt/KDE APIAndrea Diamantini2009-11-301-2/+9
| | | | adblock (KDE one) fix #1
* removed current bugged adblock implementation.Andrea Diamantini2009-11-281-6/+0
| | | | Sorry about that :(
* Moving (back?) to konqueror adblock support.Andrea Diamantini2009-11-251-2/+7
| | | | | This will be useful (if someone is interested) in pushing our patches directly on khtml filter engine.
* First adblock implementation. now rekonq seems... slower :(Andrea Diamantini2009-11-231-1/+2
| | | | But at least it's ads free!
* Ok, same other bits on the adblock manager.Andrea Diamantini2009-11-211-1/+9
| | | | Now it's really time to go to bed :)
* AdBlock. First blocks :DAndrea Diamantini2009-11-201-0/+48