aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/HTMLDocument.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Move webidl files to dom/webidlYoungmin Yoo2014-01-201-74/+0
|
* Fix to avoid attribute name clash between Document/HTMLDocumentBruno de Oliveira Abinader2014-01-081-1/+1
| | | | | | | Use children() instead of traverse_preorder(), and avoid having GetHead() in both Document and HTMLDocument. Closes #1465.
* Remove no-op implementations from Document and HTMLDocument.Ms2ger2013-10-211-30/+30
|
* Remove broken forward declaration.Josh Matthews2013-08-061-1/+0
|
* Generate bindings for Node, CharacterData, Text, Element, and HTMLElement. ↵Josh Matthews2013-08-051-1/+0
| | | | Hook up text nodes to use the new bindings.
* Generate HTMLDocument bindings. Introduce invariant into generated bindings ↵Josh Matthews2013-07-301-0/+76
that associated DOM classes are named the same as their interfaces, so Event and Event_ need to be swapped.