summaryrefslogtreecommitdiff
path: root/javascript/jsapi.h
Commit message (Expand)AuthorAgeFilesLines
* fix obtaining the "this" objectVincent Sanders2012-10-281-6/+12
* split class prototype initialisation from instantiationVincent Sanders2012-10-261-43/+1
* use generated htmldocument bindingVincent Sanders2012-10-251-1/+1
* add js property (dom attribute) support to the document/element objectsVincent Sanders2012-08-171-1/+12
* Fix include and structure definition to stop compiler redefinition errorsVincent Sanders2012-08-091-3/+2
* extend javascript object hierarchyVincent Sanders2012-08-081-1/+1
* add element objectVincent Sanders2012-08-051-0/+12
* fix global handlingVincent Sanders2012-07-311-1/+0
* alter usage of libdom hubbub bindingVincent Sanders2012-07-061-2/+2
* Add initial navigator object creation.Vincent Sanders2012-07-021-2/+31
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-301-4/+80
* correctly terminate properties listVincent Sanders2012-06-271-0/+13
* make non js builds compileVincent Sanders2012-06-271-0/+6
* correctly setup window object as globalVincent Sanders2012-06-261-2/+24
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-0/+28