summaryrefslogtreecommitdiff
path: root/javascript/jsapi/window.c
Commit message (Expand)AuthorAgeFilesLines
* remove old handmade binding codeVincent Sanders2012-11-011-297/+0
* add navigator interfaceVincent Sanders2012-10-311-2/+1
* split class prototype initialisation from instantiationVincent Sanders2012-10-261-163/+134
* add js property (dom attribute) support to the document/element objectsVincent Sanders2012-08-171-13/+2
* 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