Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move webidl files to dom/webidl | Youngmin Yoo | 2014-01-20 | 1 | -74/+0 |
| | |||||
* | Fix to avoid attribute name clash between Document/HTMLDocument | Bruno de Oliveira Abinader | 2014-01-08 | 1 | -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. | Ms2ger | 2013-10-21 | 1 | -30/+30 |
| | |||||
* | Remove broken forward declaration. | Josh Matthews | 2013-08-06 | 1 | -1/+0 |
| | |||||
* | Generate bindings for Node, CharacterData, Text, Element, and HTMLElement. ↵ | Josh Matthews | 2013-08-05 | 1 | -1/+0 |
| | | | | Hook up text nodes to use the new bindings. | ||||
* | Generate HTMLDocument bindings. Introduce invariant into generated bindings ↵ | Josh Matthews | 2013-07-30 | 1 | -0/+76 |
that associated DOM classes are named the same as their interfaces, so Event and Event_ need to be swapped. |