aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlfieldsetelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement HTMLFieldSetElement.elements.(fixes #1843)lpy2014-03-171-8/+9
* Added FIXME stub commentsBruno de Oliveira Abinader2014-03-071-0/+1
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-13/+29
* 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-2/+2
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-8/+8
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-5/+5
* Rename HTMLElement::new to HTMLElement::new_inherited.Ms2ger2013-11-021-1/+1
* Introduce HTMLFieldSetElement::new.Ms2ger2013-11-021-1/+17
* Cleanup HTMLCollection binding.Ms2ger2013-10-231-2/+2
* Wrap ValidityState eagerly.Ms2ger2013-10-231-1/+2
* implement NodeList and consolidate common scope and context retrievalTim Taubert2013-10-111-12/+2
* Issue #888 - Node's owner document should never be None.Ms2ger2013-10-101-1/+1
* Rename some local variables and shorten some lines.Bobby Holley2013-10-091-2/+1
* Rename {get,set}_wrapper to {get,set}_jsobject. v1Bobby Holley2013-10-091-1/+1
* Rename get_wrappercache() to reflector(). v1Bobby Holley2013-10-091-1/+1
* Rename CacheableWrapper to Reflectable.Bobby Holley2013-10-091-1/+1
* Rename the node field of the DOM node hierarchyLuis de Bethencourt2013-09-191-1/+1
* Rename the element field of the DOM Node hierarchyLuis de Bethencourt2013-09-191-2/+2
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-3/+5
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-4/+4
* Make Window store an @Page instead of a *Page and remove a bunch of unsafe code.Josh Matthews2013-09-121-1/+1
* Generate bindings for HTMLFieldSetElement.Josh Matthews2013-08-261-0/+72