summaryrefslogtreecommitdiff
path: root/javascript/jsapi/console.c
Commit message (Collapse)AuthorAgeFilesLines
* remove old handmade binding codeVincent Sanders2012-11-011-152/+0
|
* split class prototype initialisation from instantiationVincent Sanders2012-10-261-1/+1
|
* Fix include and structure definition to stop compiler redefinition errorsVincent Sanders2012-08-091-1/+2
|
* Implement navigator propertiesVincent Sanders2012-07-021-1/+12
| | | | Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-301-37/+37
| | | | | | | | | 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>
* make non js builds compileVincent Sanders2012-06-271-3/+2
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* correctly setup window object as globalVincent Sanders2012-06-261-0/+141
svn path=/trunk/netsurf/; revision=13987