summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
Commit message (Collapse)AuthorAgeFilesLines
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+2
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* xss attach prevention.Andrea Diamantini2009-12-081-1/+0
| | | | | | | | | | | I have to say, BRUTE prevention :) Hope this works. Also some fixes in Urlbar class to ensure that a KUrl is a KUrl and a QString is a QString. Removed the annoying "restore url on focus out" feature. No other browsers have it and I really cannot understand gain
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+99
Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.