summaryrefslogtreecommitdiff
path: root/javascript/jsapi/window.c
Commit message (Collapse)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
| | | | | | | Basic navigator object outline ready to add methods to. The navigator object contains all the information about the browser Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-301-44/+45
| | | | | | | | | By using carefuly built macros we can make the spidermonkey binding work on earlier editions of spidermonkey. Some ideas taken from Chris Young and Ole Signed-off-by: Vincent Sanders <vince@netsurf-browser.org>
* 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