aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlmainelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove htmlmainelement.rs again (re-fixes #2541).Ms2ger2014-06-061-40/+0
* Upgrade Rust.Jack Moffitt2014-06-051-0/+40
* Remove HTMLMainElement.Tetsuharu OHZEKI2014-06-021-40/+0
* Update Rust.Ms2ger2014-05-221-1/+1
* Use == instead of match for tests against a single enum valueMartin Robinson2014-05-081-4/+1
* Address review comments.Josh Matthews2014-05-031-3/+3
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-2/+2
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-0/+3
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-2/+2
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-3/+3
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-6/+19
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+1
* Use DOMString more consistently.Ms2ger2014-02-131-2/+3
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-2/+2
* Rename HTMLElement::new to HTMLElement::new_inherited.Ms2ger2013-11-021-1/+1
* Introduce HTMLMainElement::new.Ms2ger2013-11-011-0/+17
* Implemention of HTMLMainElementMarcos Caceres2013-10-181-0/+9