summaryrefslogtreecommitdiff
path: root/desktop/frames.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix return value checkJohn Mark Bell2007-04-071-4/+4
| | | | svn path=/trunk/netsurf/; revision=3249
* Open window targets with a new name in a new window. Fix handling of ↵Richard Wilson2007-04-071-3/+14
| | | | | | Adjust-click on a form submit when new window opening is disabled. svn path=/trunk/netsurf/; revision=3248
* Stop iframe contents from appearing in global history. Fix by JMB.Michael Drake2007-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=3198
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-5/+25
| | | | svn path=/trunk/netsurf/; revision=3151
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-031-36/+44
| | | | svn path=/trunk/netsurf/; revision=3134
* Correctly support NORESIZE flag for frames (partially fix 1593228)Richard Wilson2006-12-031-8/+27
| | | | svn path=/trunk/netsurf/; revision=3100
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Move frames-related code out of browser.c into a new file. Remove some ↵James Bursa2006-11-261-0/+662
browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3070