summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/netsurf.bnd
Commit message (Collapse)AuthorAgeFilesLines
* DOMTokenList: Add support and testing for thisDaniel Silverstone2022-11-271-0/+2
| | | | | | | | | | | | We add both DOMTokenList and DOMSettableTokenList and introduce polyfills for stringifying it until nsgenbind can do that. We also bring in a test to demonstrate all that we have. Note: This does not implement the extra methods that exist according to MDN, we may need a polyfill to bring that up to snuff. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* (duktape): Clear some warnings by adding base data to css rule and stylesheetDaniel Silverstone2022-11-261-0/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* javascript: Support Canvas to a basic levelDaniel Silverstone2020-05-221-0/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* add bindings for canvas width and heightVincent Sanders2020-04-241-1/+1
|
* JS: Add Element::attributes and NamedNodeMap to handle itDaniel Silverstone2020-02-211-0/+1
| | | | | | | This is a *very* rudimentary implementation lacking most of the functionality of NamedNodeMap but it's enough to get jQuery 1.12.4 up. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* JS: Add DOMImplementation::createHTMLDocumentDaniel Silverstone2020-02-211-0/+1
| | | | | | This was the last major thing blocking basic jQuery support Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* JavaScript: Add KeyboardEvent bindings.Michael Drake2019-12-011-1/+1
|
* Add EventTarget bindingDaniel Silverstone2017-02-051-0/+1
| | | | | This adds the binding for EventTarget along with implementations for addEventListener() removeEventListener() and dispatchEvent()
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-0/+200