Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -70/+0 |
| | |||||
* | Rename AttrList to NamedNodeMap | Aaron Hill | 2014-08-29 | 1 | -1/+1 |
| | | | | This fixes issue #3135 | ||||
* | return null from GetNamespaceURI, not the empty string | Rohan Prinja | 2014-08-27 | 1 | -1/+1 |
| | | | | correctly mark tests | ||||
* | Rename ClientRect and ClientRectList to DOMRect and DOMRectList (fixes ↵ | hyunjunekim | 2014-08-09 | 1 | -2/+2 |
| | | | | | | | #2814, fixes #2840). These interfaces were renamed in the specification, in order to use them in other contexts than the getClientRects and getBoundingClientRect methods. | ||||
* | Element::removeAttribute* does not need to throw | Bruno de Oliveira Abinader | 2014-07-23 | 1 | -2/+0 |
| | |||||
* | Implement Element.matches(). | Tetsuharu OHZEKI | 2014-07-20 | 1 | -0/+3 |
| | |||||
* | Revert "Implement Element.matches()." | Patrick Walton | 2014-07-09 | 1 | -3/+0 |
| | | | | This reverts commit b6edd5318f3fe5c751d1c011e87adbfe0cac4fcc. | ||||
* | Implement Element.matches(). | Tetsuharu OHZEKI | 2014-07-05 | 1 | -0/+3 |
| | |||||
* | Implement Element.classList (partially fixes #1717). | Ms2ger | 2014-06-13 | 1 | -2/+2 |
| | |||||
* | Implement ChildNode.remove() | Harry Maclean | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | auto merge of #2209 : lpy/servo/issue2188, r=Ms2ger | bors-servo | 2014-04-23 | 1 | -1/+1 |
|\ | | | | | | | see #2188 | ||||
| * | Implement Element.localName.(fixes #2188) | lpy | 2014-04-23 | 1 | -1/+1 |
| | | |||||
* | | auto merge of #2192 : evilpie/servo/children, r=Ms2ger | bors-servo | 2014-04-22 | 1 | -2/+2 |
|\ \ | |/ |/| | | | Fixes #2186 | ||||
| * | Implement ParentNode.children for Document and Element | Tom Schuster | 2014-04-22 | 1 | -2/+2 |
| | | | | | | | | Also implement it for DocumentFragment | ||||
* | | Implement Element.prefix (Fixes #1737) | Sankha Narayan Guria | 2014-04-22 | 1 | -5/+2 |
|/ | |||||
* | Move Node.namespaceURI to Element.(fixes #2059) | lpy | 2014-04-08 | 1 | -1/+2 |
| | |||||
* | Implement Element.className | Bruno de Oliveira Abinader | 2014-03-13 | 1 | -3/+1 |
| | |||||
* | Implemented {Document,Element}.getElementsByTagNameNS | Bruno de Oliveira Abinader | 2014-03-07 | 1 | -1/+0 |
| | |||||
* | Remove no-op implementations from Element and add some spec links. | Ms2ger | 2014-02-27 | 1 | -36/+2 |
| | |||||
* | Remove Gecko-specific and other commented-out code in IDL. | Ms2ger | 2014-02-25 | 1 | -81/+0 |
| | |||||
* | Move webidl files to dom/webidl | Youngmin Yoo | 2014-01-20 | 1 | -0/+189 |