summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.