summaryrefslogtreecommitdiff
path: root/javascript/duktape/dukky.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt to squash warning that happens on CI.Michael Drake2016-02-011-3/+3
* JavaScript: Fix & optimise HTMLElement specialisation proto str generation.Michael Drake2016-02-011-9/+199
* Javascript: introduce script execution timeout. For #2413.John-Mark Bell2016-01-311-1/+31
* Wrap verbose JS logging in debug macro.Michael Drake2016-01-251-2/+2
* Disable JavaScript force-on for forthcoming release.Michael Drake2016-01-211-1/+3
* Support (in a slightly dodgy way) the onload eventDaniel Silverstone2015-11-221-7/+103
* Ensure that those events listed in 8.1.5.2 as forwarded from body to window, ...Daniel Silverstone2015-11-221-0/+24
* Replace duktape's default allocators. Realloc to zero is not guaranteed to f...Daniel Silverstone2015-11-221-1/+41
* Hacky fix to prevent attribute fetch on document objectsDaniel Silverstone2015-11-221-0/+18
* Protect against attribute not being presentVincent Sanders2015-11-091-1/+1
* Support generating event objects during eventsDaniel Silverstone2015-11-011-2/+8
* Current target, not target, otherwise events are fired in the wrong placeDaniel Silverstone2015-11-011-1/+1
* Log the phase for event debuggingDaniel Silverstone2015-11-011-0/+11
* Support for event gettersDaniel Silverstone2015-10-311-57/+69
* Handle eventsDaniel Silverstone2015-10-311-8/+77
* Further work toward event handlingDaniel Silverstone2015-10-311-2/+93
* Initial work toward JS event supportDaniel Silverstone2015-10-311-0/+144
* Support pushing NULL nodes, by pushing a JS 'null' object insteadDaniel Silverstone2015-10-211-0/+3
* Split up javascript engine makefilesVincent Sanders2015-10-121-0/+389