| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
- restored CTRL + ENTER code
- applied Vedant's patch about (thanks!!!)
CCMAIL: vedant.kota@gmail.com
REVIEW: 107662
REVIEWED-BY: Tirtha and me
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
readded an icon in the urlbar when adblock is active, BUT with
different features: you can now disable adblock "per-site", in a
similar way chromium does.
cleaned up adblock manager code, removing some old no more used code
fragments
 | 
| | 
| 
| 
| 
|  | 
This will let everyone to save time reinventing the wheel and let us
remove webpage from adblockmanager code, but just manage it via (Q)NAM.
 | 
| | 
| 
| 
|  | 
Preparing repo to merge rekonq2 code...
 | 
| | 
| 
| 
| 
| 
|  | 
- QL1S
- one stupid kDebug less
- codingstyle
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
Benjamin Poulain's patch. Thanks :)
 | 
|   
  
  
  
  
  
  
  
  
   | 
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.
 |