aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/Element.webidl
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-70/+0
* Rename AttrList to NamedNodeMapAaron Hill2014-08-291-1/+1
* return null from GetNamespaceURI, not the empty stringRohan Prinja2014-08-271-1/+1
* Rename ClientRect and ClientRectList to DOMRect and DOMRectList (fixes #2814,...hyunjunekim2014-08-091-2/+2
* 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
* 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
|\
| * Implement Element.localName.(fixes #2188)lpy2014-04-231-1/+1
* | auto merge of #2192 : evilpie/servo/children, r=Ms2gerbors-servo2014-04-221-2/+2
|\ \ | |/ |/|
| * Implement ParentNode.children for Document and ElementTom Schuster2014-04-221-2/+2
* | 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