summaryrefslogtreecommitdiff
path: root/content/handlers/javascript
Commit message (Expand)AuthorAgeFilesLines
* Add missing semi-colon. SorryDaniel Silverstone2019-05-041-1/+1
* Support nodelist indexingDaniel Silverstone2019-05-046-3/+99
* add some comments to window location bindingVincent Sanders2019-05-041-0/+2
* Support Document::createDocumentFragmentDaniel Silverstone2019-05-041-0/+14
* Expose Number and Error on WindowDaniel Silverstone2019-05-041-0/+2
* Add createElementNSDaniel Silverstone2019-05-042-1/+42
* JS: Attribute external JS to the URI it came from in backtracesDaniel Silverstone2019-05-043-4/+8
* Expose encodeURI{,Component}Daniel Silverstone2019-05-041-0/+2
* Restore newlines for unimplemented javascript in doxygenDaniel Silverstone2019-05-041-1/+1
* Support Window as an event target for dukkyDaniel Silverstone2019-05-041-5/+28
* Unref body when finished getting event handlerDaniel Silverstone2019-05-041-0/+4
* Better dukky debug for node creationDaniel Silverstone2019-05-041-1/+12
* Support script insertion after conversion has begunDaniel Silverstone2019-05-041-0/+1
* Add auto-generated getters and setters for HTMLFrameSetElement eventsDaniel Silverstone2019-05-031-0/+34
* Add auto-generated getters/setters on body elementDaniel Silverstone2019-05-031-0/+33
* Add global handlers to WindowDaniel Silverstone2019-05-031-0/+155
* UnimplementedJavascript.txt: Remove spurious newlinesDaniel Silverstone2019-05-031-1/+1
* Support Document::createEvent()Daniel Silverstone2019-05-033-1/+19
* Event: Implement initEvent() and getter isTrustedDaniel Silverstone2019-05-031-0/+37
* Update UnimplementedJavascript with the window functions now implementedDaniel Silverstone2019-05-031-1/+1
* Javascript: Support setTimeout and friendsDaniel Silverstone2019-05-033-31/+274
* dukky: Clean up the logging levels a littleDaniel Silverstone2019-05-021-2/+3
* DUKKY: Remove LOG/JS_LOG macros, update to dukky categoryDaniel Silverstone2019-02-172-57/+49
* Use NSLOG rather than LOG/JS_LOGDaniel Silverstone2019-02-172-3/+3
* fix logging level in duktape bindingVincent Sanders2018-11-061-6/+6
* Slightly nicer handling of js_exec() and errorsDaniel Silverstone2018-11-041-19/+47
* Duktape: Make declaration match definition for memcmp and double_div.Michael Drake2018-08-101-3/+3
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2018-08-101-1/+1
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2018-08-101-2/+2
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2018-08-101-6/+6
* Duktape: Make declarations match definitions for inline functions.Michael Drake2018-08-101-4/+4
* Duktape: Prevent clang static analysis.Michael Drake2018-08-101-0/+3
* Duktape: Update to version 2.3.0 release.Michael Drake2018-08-103-2292/+3974
* Browser: Rename function to access bw URL.Michael Drake2018-07-231-1/+1
* move html and text content handlers where they belongVincent Sanders2018-05-102-3/+3
* Duktape: Squash armhf warnings.Michael Drake2018-05-081-1/+1
* Duktape: Squash -Wcast-align warnings on armhf.Michael Drake2018-05-051-2/+26
* Duktape: Make declarations match definitions for inline functions.Michael Drake2018-05-041-4/+4
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2018-05-041-2/+2
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2018-05-041-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2018-05-041-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2018-05-041-0/+3
* Duktape: Update to 2.2.1 release.Michael Drake2018-05-043-165/+213
* Fix dependency declaration for dukky.cVincent Sanders2018-04-211-1/+1
* Duktape: Squash -Wcast-align warnings on armhf.Michael Drake2017-11-021-2/+26
* Revert "Duktape: Attempt to squash aarch64 cast increases required alignment ...Michael Drake2017-11-011-5/+1
* Duktape: Attempt to squash aarch64 cast increases required alignment warnings.Michael Drake2017-10-301-1/+5
* Duktape: Use align-by-8 on all platforms by defaultMichael Drake2017-10-291-51/+0
* Duktape: Revert alignment of `struct duk_hobject`.Michael Drake2017-10-291-5/+1
* Duktape: Another attempt to squash aarch64 increases required alignment warni...Michael Drake2017-10-291-3/+1