summaryrefslogtreecommitdiff
path: root/src/webtab/networkaccessmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Workaround about private browsingAndrea Diamantini2013-04-071-0/+4
| | | | | | | | | Use a unique QNAM for private browsing. This lets private windows share navigation info. I guess the "optimus workaround" should be creating this "per window". But I think this way it's easier and enough (to be a workaround...) BUG: 317565
* AdBlock ImprovementAndrea Diamantini2013-02-241-2/+2
| | | | | | | | | Hiding rules support (at least the easy ones, the most ones, against hiding id && classes) :D To test it, take a look (in example) at the url: http://simple-adblock.com/faq/testing-your-adblocker/
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* Let WebView compile and workAndrea Diamantini2012-12-101-2/+6
| | | | WARNING: Not everything compiles yet...
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-101-0/+59
NOTE: This change does NOT affect CMakeLists.txt, so that compilation will continue to work as the previous commit. I'm just trying to track changes from original rekonq files...