summaryrefslogtreecommitdiff
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-303-85/+162
| | | | | | | | | 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 mimetype handling of script elementsVincent Sanders2012-06-283-3/+3
| | | | svn path=/trunk/netsurf/; revision=13993
* fix missing defaultVincent Sanders2012-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13992
* correctly terminate properties listVincent Sanders2012-06-272-10/+54
| | | | | | add helper to convert strings svn path=/trunk/netsurf/; revision=13991
* make non js builds compileVincent Sanders2012-06-276-11/+12
| | | | | | | 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-266-52/+318
| | | | svn path=/trunk/netsurf/; revision=13987
* ensure javascript content handler is initialised Vincent Sanders2012-06-193-2/+6
| | | | svn path=/trunk/netsurf/; revision=13976
* add content handler for javascriptVincent Sanders2012-06-191-0/+119
| | | | svn path=/trunk/netsurf/; revision=13971
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-194-9/+9
| | | | | | | fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968
* use the correct version macroVincent Sanders2012-06-161-9/+25
| | | | svn path=/trunk/netsurf/; revision=13966
* Fix stupid braino missing include for non js caseVincent Sanders2012-06-131-1/+3
| | | | svn path=/trunk/netsurf/; revision=13965
* fix include for non javascript buildsVincent Sanders2012-06-132-5/+4
| | | | svn path=/trunk/netsurf/; revision=13964
* improve javascript supportVincent Sanders2012-06-105-0/+336
svn path=/trunk/netsurf/; revision=13962