aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-44/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-3/+0
* Remove generate_cacheable_wrapper_htmlelement!Tetsuharu OHZEKI2014-06-281-0/+7
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Remove not-yet-implemented members from IDL and Rust code.Ms2ger2014-06-011-127/+2
* Remove needless '&mut self' from HTMLFormElementMethods.Tetsuharu OHZEKI2014-05-311-18/+18
* Update Rust.Ms2ger2014-05-221-1/+1
* Use == instead of match for tests against a single enum valueMartin Robinson2014-05-081-4/+1
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-8/+8
* Address review comments.Josh Matthews2014-05-031-1/+0
* Address review comments.Josh Matthews2014-05-031-3/+3
* Remove all root collections.Josh Matthews2014-05-031-3/+2
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-6/+6
* Move all methods on T to JSRef<T> or JS<T> as appropriate.Josh Matthews2014-05-031-3/+2
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-25/+53
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-8/+7
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-4/+6
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
* Make static HTMLCollections use Vec.Ms2ger2014-04-281-1/+1
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
* Remove trailing whitespace.Ms2ger2014-04-071-1/+1
* Added CollectionFilter, CollectionTypeIdBruno de Oliveira Abinader2014-03-261-2/+2
* 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-11/+25
* 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-8/+8
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-24/+24
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-16/+16
* Rename HTMLElement::new to HTMLElement::new_inherited.Ms2ger2013-11-021-1/+1
* Introduce HTMLFormElement::new.Ms2ger2013-11-021-1/+17
* Cleanup HTMLCollection binding.Ms2ger2013-10-231-2/+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
* Remove unused imports in htmlformelementLuis de Bethencourt2013-10-091-2/+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
* Cleanup some code.Ms2ger2013-10-071-4/+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-10/+20
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-9/+9
* 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 HTMLFormElement.Youngsoo Son2013-08-291-0/+106
* Remove many long ugly lists of imports of HTML element types. They can now be...Josh Matthews2013-08-271-0/+9