aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmltrackelement.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-2/+2
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-4/+4
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-12/+12
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-8/+8
* Rename HTMLElement::new to HTMLElement::new_inherited.Ms2ger2013-11-021-1/+1
* Introduce HTMLTrackElement::new.Ms2ger2013-10-311-0/+17
* Rename the element field of the DOM Node hierarchyLuis de Bethencourt2013-09-191-1/+1
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-5/+10
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-5/+5
* Generate bindings for HTMLTrackElement.Tetsuharu OHZEKI2013-08-311-0/+51