Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -6/+19 |
| | |||||
* | Change Text, Comment and ProcessingInstructions parent name from element to ↵ | Adam Sinnett | 2014-02-15 | 1 | -3/+2 |
| | | | | | | | | characterdata All other node's parent type names reflect the actual type of the parent. This change extends that convention to the indicated nodes. closes #1594 | ||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | Implement ProcessingInstruction DOM interface | Bruno de Oliveira Abinader | 2014-02-06 | 1 | -0/+36 |
Spec: http://dom.spec.whatwg.org/#interface-processinginstruction Closes #1619. |