summaryrefslogtreecommitdiff
path: root/content/handlers/javascript
Commit message (Expand)AuthorAgeFilesLines
* improve html content handler private headersVincent Sanders2020-05-022-2/+2
* dukky: Don't allow js_exec on a thread pending destructionDaniel Silverstone2020-04-261-0/+5
* dukky: Various checks for win being NULLDaniel Silverstone2020-04-262-1/+4
* Window: Do not get stuck if callbacks are in-train during compartment closeDaniel Silverstone2020-04-251-1/+30
* add bindings for canvas width and heightVincent Sanders2020-04-242-1/+19
* Window: Add flag to ensure we don't set timeouts after closeDaniel Silverstone2020-03-221-0/+14
* JS: Add concept of js_closethreadDaniel Silverstone2020-03-223-4/+42
* Dukky: Make heaps refcounted tooDaniel Silverstone2020-03-221-2/+18
* Dukky: Add refcounting to threadsDaniel Silverstone2020-03-211-5/+59
* Dukky: Upgrade dukky binding to support new heap/thread splitDaniel Silverstone2020-03-213-95/+121
* JS: Add concept of thread destroyDaniel Silverstone2020-03-212-0/+18
* JS: Split concept of JS context into heap and threadDaniel Silverstone2020-03-212-26/+55
* JS: Remove unused slow script callbackDaniel Silverstone2020-03-213-8/+3
* Node: nodeValue setter should return value set into nodeDaniel Silverstone2020-02-231-1/+2
* dukky: Guard pointless work for deep debugDaniel Silverstone2020-02-231-2/+2
* JS: it's Infinity not infinityDaniel Silverstone2020-02-211-1/+1
* JS: Add Element::attributes and NamedNodeMap to handle itDaniel Silverstone2020-02-213-0/+103
* JS Generics: Add a NodeMap proxy builderDaniel Silverstone2020-02-211-0/+23
* Element: support innerHTMLDaniel Silverstone2020-02-211-0/+123
* JS: Add DOMImplementation::createHTMLDocumentDaniel Silverstone2020-02-213-0/+142
* dukky_push_event: Enable KeyboardEvent specialisation.Michael Drake2019-12-011-1/+31
* JavaScript: Add KeyboardEvent bindings.Michael Drake2019-12-012-1/+143
* Window: set{Timeout,Interval}() default delay 10msDaniel Silverstone2019-08-211-12/+8
* Duktape element binding: Check dom_string_create for error.Michael Drake2019-08-041-0/+6
* dukky: Remove unused `dukky_safe_get()`Daniel Silverstone2019-08-021-6/+0
* dukky: Clean up our stacktrace reportingDaniel Silverstone2019-08-021-31/+6
* Duktape: Hopefully silence issue with %lldDaniel Silverstone2019-08-021-1/+2
* Duktape: Make declaration match definition for memcmp and double_div.Michael Drake2019-08-021-3/+3
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2019-08-021-1/+1
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2019-08-021-2/+2
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2019-08-021-6/+6
* Duktape: Make declarations match definitions for inline functions.Michael Drake2019-08-021-4/+4
* Duktape: Prevent clang static analysis.Michael Drake2019-08-021-0/+3
* Duktape: Update to 2.4.0 release.Michael Drake2019-08-023-7413/+8430
* Document.bnd: Fix cookies getter and implement setterDaniel Silverstone2019-08-021-1/+33
* Dukky: Add and utilise a jserrors categoryDaniel Silverstone2019-08-021-4/+4
* Window: Provide a little more info on why not EXPOSE()ing some stuffDaniel Silverstone2019-08-021-9/+10
* Window: Restructure EXPOSE()d globalsDaniel Silverstone2019-08-021-14/+82
* dukky.c: Correct typo (BUTTOM -> BUTTON)Daniel Silverstone2019-08-011-1/+1
* Dukky: Support console logging betterDaniel Silverstone2019-08-014-2/+117
* dukky: Attempt to make the fallback to HTMLUnknownElement more useful.Daniel Silverstone2019-08-011-4/+7
* Console.bnd: Support attempts to log when Window has goneDaniel Silverstone2019-08-011-1/+2
* cleanup some javascript documentation commentsVincent Sanders2019-07-122-33/+69
* when owning context is destroyed ensure that active js compartment is destroy...Vincent Sanders2019-07-121-24/+56
* make content close check the content status itselfVincent Sanders2019-07-101-2/+3
* add isFinite to global contextVincent Sanders2019-07-011-0/+1
* revert 8265b8b66f7072a659dbc0f3e50fe23d6d6a68a1 as ssize_t is not available e...Vincent Sanders2019-06-251-1/+1
* Duktape: Probably should use ssize_tDaniel Silverstone2019-06-151-1/+1
* Duktape: Hopefully silence issue with %lldDaniel Silverstone2019-06-152-1/+4
* Window.bnd: Suppress some unnecessary stack frame dumpsDaniel Silverstone2019-06-091-3/+3