summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/Window.bnd
Commit message (Collapse)AuthorAgeFilesLines
* complete basic binding documentationVincent Sanders2019-05-061-3/+13
| | | | improve the alert() method parameter handling
* Ensure we clear the cbt entry after finishing a non-recurring callbackDaniel Silverstone2019-05-051-7/+21
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Replace zd with PRIsizet to appease WindowsDaniel Silverstone2019-05-051-6/+7
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* add some comments to window location bindingVincent Sanders2019-05-041-0/+2
|
* Expose Number and Error on WindowDaniel Silverstone2019-05-041-0/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Expose encodeURI{,Component}Daniel Silverstone2019-05-041-0/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add global handlers to WindowDaniel Silverstone2019-05-031-0/+155
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Javascript: Support setTimeout and friendsDaniel Silverstone2019-05-031-2/+214
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Use NSLOG rather than LOG/JS_LOGDaniel Silverstone2019-02-171-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Browser: Rename function to access bw URL.Michael Drake2018-07-231-1/+1
|
* move html and text content handlers where they belongVincent Sanders2018-05-101-2/+2
|
* update bindings with logging changesVincent Sanders2017-09-061-3/+4
|
* Duktape 2.X: duk_error now returns a duk_ret_tMichael Drake2017-03-231-6/+3
| | | | | | https://github.com/svaarala/duktape/blob/master/doc/release-notes-v2-0.rst#duk_error-duk_error_va-duk_throw-duk_fatal-have-a-return-value This also changes Console.bnd to return on error, rather than ignoring it.
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-0/+146