summaryrefslogtreecommitdiff
path: root/javascript/jsapi.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | 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-4/+80
| | | | | | | | | 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>
* correctly terminate properties listVincent Sanders2012-06-271-0/+13
| | | | | | add helper to convert strings svn path=/trunk/netsurf/; revision=13991
* make non js builds compileVincent Sanders2012-06-271-0/+6
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* correctly setup window object as globalVincent Sanders2012-06-261-2/+24
| | | | svn path=/trunk/netsurf/; revision=13987
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-0/+28
fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968