summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Collapse)AuthorAgeFilesLines
* Moved url storing operation (add to history) in the loadUrl function,Andrea Diamantini2009-12-141-8/+5
| | | | | after uri filters. This way we stored everytime the "real" url we load :)
* xss attach prevention.Andrea Diamantini2009-12-082-20/+17
| | | | | | | | | | | 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-274-0/+565
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.