summaryrefslogtreecommitdiff
path: root/javascript/jsapi.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve logging and inline script handlingVincent Sanders2012-07-071-1/+1
|
* alter usage of libdom hubbub bindingVincent Sanders2012-07-061-1/+1
|
* Add initial navigator object creation.Vincent Sanders2012-07-021-0/+5
| | | | | | | 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>
* fix mimetype handling of script elementsVincent Sanders2012-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13993
* 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
* correctly setup window object as globalVincent Sanders2012-06-261-46/+23
| | | | svn path=/trunk/netsurf/; revision=13987
* ensure javascript content handler is initialised Vincent Sanders2012-06-191-0/+4
| | | | svn path=/trunk/netsurf/; revision=13976
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-0/+173
fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968