summaryrefslogtreecommitdiff
path: root/javascript/jsapi/window.c
Commit message (Expand)AuthorAgeFilesLines
* Fix include and structure definition to stop compiler redefinition errorsVincent Sanders2012-08-091-3/+2
* fix global handlingVincent Sanders2012-07-311-1/+11
* Add initial navigator object creation.Vincent Sanders2012-07-021-0/+32
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-301-44/+45
* fix missing defaultVincent Sanders2012-06-281-1/+1
* correctly terminate properties listVincent Sanders2012-06-271-10/+41
* make non js builds compileVincent Sanders2012-06-271-2/+1
* add window and self propertiesVincent Sanders2012-06-271-4/+165
* correctly setup window object as globalVincent Sanders2012-06-261-0/+105