summaryrefslogtreecommitdiff
path: root/javascript/jsapi/window.c
Commit message (Collapse)AuthorAgeFilesLines
* fix missing defaultVincent Sanders2012-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13992
* correctly terminate properties listVincent Sanders2012-06-271-10/+41
| | | | | | add helper to convert strings svn path=/trunk/netsurf/; revision=13991
* make non js builds compileVincent Sanders2012-06-271-2/+1
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* add window and self propertiesVincent Sanders2012-06-271-4/+165
| | | | svn path=/trunk/netsurf/; revision=13989
* correctly setup window object as globalVincent Sanders2012-06-261-0/+105
svn path=/trunk/netsurf/; revision=13987