servo/src/components/script/dom
Bruno de Oliveira Abinader b5eba001ef Fix to avoid attribute name clash between Document/HTMLDocument
Use children() instead of traverse_preorder(), and avoid having
GetHead() in both Document and HTMLDocument.

Closes #1465.
2014-01-08 16:44:47 -04:00
..
bindings Fix to avoid attribute name clash between Document/HTMLDocument 2014-01-08 16:44:47 -04:00
attr.rs Avoid mixing up local name and name when creating attributes. 2014-01-04 11:05:10 +01:00
attrlist.rs Remove the hashmap for attributes. 2014-01-03 18:24:00 +01:00
blob.rs Add some more Blob methods/types 2013-11-15 17:56:11 +01:00
characterdata.rs script: Eliminate the phantom type in Node, as it is no longer needed 2013-12-17 18:07:41 -08:00
clientrect.rs fix unit of clientrect & 2014-01-03 17:25:46 +09:00
clientrectlist.rs Remove Reflectable::GetParentObject. 2013-11-06 21:56:47 +01:00
comment.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
document.rs Fix to avoid attribute name clash between Document/HTMLDocument 2014-01-08 16:44:47 -04:00
documentfragment.rs script: Eliminate the phantom type in Node, as it is no longer needed 2013-12-17 18:07:41 -08:00
documenttype.rs script: Eliminate the phantom type in Node, as it is no longer needed 2013-12-17 18:07:41 -08:00
domparser.rs Stop passing DOMStrings via borrowed pointer. (#1201) 2013-11-14 20:35:36 +09:00
element.rs Make Element::set_attribute not lower-case the name argument. 2014-01-04 18:06:57 +01:00
event.rs Remove type_id arguments from Event::new and UIEvent::new. 2013-11-14 21:10:23 +01:00
eventdispatcher.rs script: Make trees less generic 2013-12-17 13:46:14 -08:00
eventtarget.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
formdata.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlanchorelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlappletelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlareaelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlaudioelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlbaseelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlbodyelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlbrelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlbuttonelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlcanvaselement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlcollection.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmldataelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmldatalistelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmldirectoryelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmldivelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmldlistelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmldocument.rs Fix to avoid attribute name clash between Document/HTMLDocument 2014-01-08 16:44:47 -04:00
htmlelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlembedelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlfieldsetelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlfontelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlformelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlframeelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlframesetelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlheadelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlheadingelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlhrelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlhtmlelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmliframeelement.rs Use string reflection methods for HTMLIFrameElement.sandbox. 2014-01-01 17:24:56 +01:00
htmlimageelement.rs Pass a Namespace to Element::get_attr. 2013-12-23 13:03:52 +01:00
htmlinputelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmllabelelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmllegendelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmllielement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmllinkelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlmainelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlmapelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlmediaelement.rs Stop passing DOMStrings via borrowed pointer. (#1201) 2013-11-14 20:35:36 +09:00
htmlmetaelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlmeterelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlmodelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlobjectelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlolistelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmloptgroupelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmloptionelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmloutputelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlparagraphelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlparamelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlpreelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlprogresselement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlquoteelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlscriptelement.rs Introduce methods to simplify implementing reflecting attributes. 2013-12-24 10:24:35 +01:00
htmlselectelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlsourceelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlspanelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlstyleelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltablecaptionelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltablecellelement.rs Stop passing DOMStrings via borrowed pointer. (#1201) 2013-11-14 20:35:36 +09:00
htmltablecolelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltabledatacellelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltableelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltableheadercellelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltablerowelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltablesectionelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltemplateelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltextareaelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltimeelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltitleelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmltrackelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlulistelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlunknownelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
htmlvideoelement.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
location.rs basic location 2013-11-24 22:40:24 +01:00
mouseevent.rs Stop passing DOMStrings via borrowed pointer. (#1201) 2013-11-14 20:35:36 +09:00
namespace.rs Change Namespace::to_str() to not allocate and return a reference. 2013-12-09 15:10:09 +00:00
navigator.rs Don't pass nullable strings to native DOM methods that want non-nullable strings. Fixes #1207. 2013-11-12 13:57:18 +01:00
node.rs implemented iterator for child elements 2014-01-03 21:52:22 +04:00
nodelist.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
text.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
uievent.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
validitystate.rs Remove Reflectable::GetParentObject. 2013-11-06 21:56:47 +01:00
window.rs script: Eliminate the phantom type in favor of just whitelisting methods 2013-12-17 18:07:12 -08:00
windowproxy.rs Remove Reflectable::GetParentObject. 2013-11-06 21:56:47 +01:00