aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlobjectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rust.Ms2ger2014-04-041-1/+1
* Move attributes-related functions onto JS<Element>.Ms2ger2014-03-201-14/+22
* script: Fix a borrow flags race in layout on `.owner_doc()`.Patrick Walton2014-03-111-1/+1
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-1/+1
* Add url getter to Page and fix users of Page url with it.(fixes #1762)lpy2014-02-281-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-18/+33
* Support object element data.Youngmin Yoo2014-02-201-2/+38
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+2
* Use DOMString more consistently.Ms2ger2014-02-131-2/+2
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-3/+3
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-14/+14
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-42/+42
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-28/+28
* Rename HTMLElement::new to HTMLElement::new_inherited.Ms2ger2013-11-021-1/+1
* Introduce HTMLObjectElement::new.Ms2ger2013-11-011-1/+16
* Wrap ValidityState eagerly.Ms2ger2013-10-231-1/+2
* 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-18/+34
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-15/+15
* Generate bindings for HTMLObjectElement.Josh Matthews2013-08-281-0/+163