summaryrefslogtreecommitdiff
path: root/javascript/jsapi.c
Commit message (Expand)AuthorAgeFilesLines
* change the javascript bindings to use generated headersVincent Sanders2012-12-201-2/+4
* do not add script handler if runtime cannot be initialisedVincent Sanders2012-12-131-2/+4
* abstract out GC root manipulation for js valuesVincent Sanders2012-12-041-2/+2
* make events work on elementsVincent Sanders2012-12-041-15/+105
* issue click events at domVincent Sanders2012-12-031-8/+38
* make window load event delivery workVincent Sanders2012-11-281-2/+4
* initial event fireing implementationVincent Sanders2012-11-281-0/+56
* ensure JS_EvaluateScript has a variable to return its resultVincent Sanders2012-11-081-1/+2
* separate javascript logging macroVincent Sanders2012-11-061-10/+13
* Merge branch 'vince/nsgenbind' of git://git.netsurf-browser.org/netsurf into ...Vincent Sanders2012-10-261-1/+0
|\
| * use generated htmldocument bindingVincent Sanders2012-10-241-1/+4
* | split class prototype initialisation from instantiationVincent Sanders2012-10-261-33/+20
* | use generated htmldocument bindingVincent Sanders2012-10-251-1/+4
|/
* 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
* fix mimetype handling of script elementsVincent Sanders2012-06-281-1/+1
* make non js builds compileVincent Sanders2012-06-271-2/+1
* correctly setup window object as globalVincent Sanders2012-06-261-46/+23
* ensure javascript content handler is initialised Vincent Sanders2012-06-191-0/+4
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-0/+173