aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/Element.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-70/+0
|
* Rename AttrList to NamedNodeMapAaron Hill2014-08-291-1/+1
| | | | This fixes issue #3135
* return null from GetNamespaceURI, not the empty stringRohan Prinja2014-08-271-1/+1
| | | | correctly mark tests
* Rename ClientRect and ClientRectList to DOMRect and DOMRectList (fixes ↵hyunjunekim2014-08-091-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 throwBruno de Oliveira Abinader2014-07-231-2/+0
|
* Implement Element.matches().Tetsuharu OHZEKI2014-07-201-0/+3
|
* Revert "Implement Element.matches()."Patrick Walton2014-07-091-3/+0
| | | | This reverts commit b6edd5318f3fe5c751d1c011e87adbfe0cac4fcc.
* Implement Element.matches().Tetsuharu OHZEKI2014-07-051-0/+3
|
* Implement Element.classList (partially fixes #1717).Ms2ger2014-06-131-2/+2
|
* Implement ChildNode.remove()Harry Maclean2014-05-051-1/+1
|
* auto merge of #2209 : lpy/servo/issue2188, r=Ms2gerbors-servo2014-04-231-1/+1
|\ | | | | | | see #2188
| * Implement Element.localName.(fixes #2188)lpy2014-04-231-1/+1
| |
* | auto merge of #2192 : evilpie/servo/children, r=Ms2gerbors-servo2014-04-221-2/+2
|\ \ | |/ |/| | | Fixes #2186
| * Implement ParentNode.children for Document and ElementTom Schuster2014-04-221-2/+2
| | | | | | | | Also implement it for DocumentFragment
* | Implement Element.prefix (Fixes #1737)Sankha Narayan Guria2014-04-221-5/+2
|/
* Move Node.namespaceURI to Element.(fixes #2059)lpy2014-04-081-1/+2
|
* Implement Element.classNameBruno de Oliveira Abinader2014-03-131-3/+1
|
* Implemented {Document,Element}.getElementsByTagNameNSBruno de Oliveira Abinader2014-03-071-1/+0
|
* Remove no-op implementations from Element and add some spec links.Ms2ger2014-02-271-36/+2
|
* Remove Gecko-specific and other commented-out code in IDL.Ms2ger2014-02-251-81/+0
|
* Move webidl files to dom/webidlYoungmin Yoo2014-01-201-0/+189