summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
Commit message (Collapse)AuthorAgeFilesLines
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-200/+0
|
* Add CSS object model and DOM parsing IDL ready for implementationVincent Sanders2015-11-041-0/+2
|
* Rudimentary Event object bindingDaniel Silverstone2015-11-011-0/+32
|
* Add binding for DIV element's align getter/setter, and test.Michael Drake2015-10-291-1/+1
| | | | Currently the second part of the test fails.
* add automaticaly generated property setter and getters to HTMLPreElementVincent Sanders2015-10-251-1/+1
|
* add automaticaly generated property setter and getters to HTMLOListElementVincent Sanders2015-10-241-1/+1
|
* add automaticaly generated property setter and getters to HTMLTitleElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLTextAreaElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to ↵Vincent Sanders2015-10-141-1/+1
| | | | HTMLTableSectionElement
* add automaticaly generated property setter and getters to HTMLTableRowElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLTableElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLTableColElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLTableCellElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to ↵Vincent Sanders2015-10-141-1/+1
| | | | HTMLTableCaptionElement
* add automaticaly generated property setter and getters to HTMLStyleElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLSelectElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLScriptElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLQuoteElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLParamhElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLParagraphElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLOptionElementVincent Sanders2015-10-141-1/+1
|
* add automaticaly generated property setter and getters to HTMLObjectElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLMenuElementVincent Sanders2015-10-131-2/+2
|
* split out html marquee element supportVincent Sanders2015-10-131-1/+1
| | | | | libdom does not support this element at all so there are currently no automatic implementations defined.
* add automaticaly generated property setter and getters to HTMLMapElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLLinkElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLLIElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLLegendElementVincent Sanders2015-10-131-3/+4
|
* add automaticaly generated property setter and getters to HTMLLabelElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLInputElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLImageElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLIFrameElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLHtmlElementVincent Sanders2015-10-131-2/+1
|
* add automaticaly generated property setter and getters to HTMLHeadingElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLFrameSetElementVincent Sanders2015-10-131-1/+1
|
* add automaticaly generated property setter and getters to HTMLFrameElementVincent Sanders2015-10-131-1/+1
|
* Split up javascript engine makefilesVincent Sanders2015-10-121-1/+1
| | | | | | by splitting javascript engine specific makefiles and source up we avoid having to consider old JSAPI or none code while working on duktape.
* add automaticaly generated property setter and getters to HTMLFormElementVincent Sanders2015-10-121-1/+1
|
* add automaticaly generated property setter and getters to HTMLFontElementVincent Sanders2015-10-121-1/+1
|
* add automaticaly generated property setter and getters to HTMLElementVincent Sanders2015-10-121-1/+1
|
* Add automaticaly generated property setter and getters to HTMLBodyElementVincent Sanders2015-10-101-2/+2
|
* Add automaticaly generated property setter and getters to HTMLBaseElementVincent Sanders2015-10-101-1/+1
|
* Add automaticaly generated property setter and getters to HTMLAreaElementVincent Sanders2015-10-091-1/+1
|
* Add automaticaly generated property setter and getters to HTMLAppletElementVincent Sanders2015-10-091-2/+3
|
* Add automaticaly generated property setter and getters to HTMLAnchorElementVincent Sanders2015-10-091-1/+1
|
* Add some HTML Element specialisations for HR and BRVincent Sanders2015-10-081-1/+1
| | | | | These specialisations make use of the new nsgenbind feature of generated property accessors.
* complete binding for HTML BR elementVincent Sanders2015-10-071-1/+1
|
* initial js navigator bindingVincent Sanders2015-10-051-0/+1
|
* Update bindings to cope with improved nsgenbind syntaxVincent Sanders2015-09-281-89/+89
|
* Add initial readonly location implementationVincent Sanders2015-09-071-0/+2
|