summaryrefslogtreecommitdiff
path: root/javascript/jsapi
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-273-8/+4
| | | | | | | 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-263-3/+255
| | | | svn path=/trunk/netsurf/; revision=13987
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-0/+60
fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968