aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+6
* Add oninput/onchange so tests workManish Goregaokar2014-12-051-1/+1
* Address review commentsManish Goregaokar2014-12-051-0/+1
* Hook up synthetic click activation to script_task and <>.click()Manish Goregaokar2014-12-051-2/+14
* auto merge of #4130 : saneyuki/servo/cast, r=Manishearthbors-servo2014-11-281-5/+0
|\
| * Remove HTMLElement.element().Tetsuharu OHZEKI2014-11-281-5/+0
* | Implemented hidden, removed corresponding passed testsaakashjain2014-11-281-0/+4
|/
* Implement HTMLElement#lang.Ms2ger2014-11-061-0/+3
* Implement HTMLElement.title.Ms2ger2014-11-051-0/+5
* auto merge of #3776 : saneyuki/servo/macro, r=jdmbors-servo2014-10-221-9/+1
|\
| * Macroize event handler getters and setters.Tetsuharu OHZEKI2014-10-231-9/+1
* | Usage of JSRef<Attr> in before_remove_attr & after_set_attrBruno de Oliveira Abinader2014-10-221-7/+9
|/
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-1/+7
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-2/+2
* Take the prefix from createElementNS into account for HTML elementsGilles Leblanc2014-10-061-4/+4
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-2/+1
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-3/+3
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-8/+8
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-10/+10
* Use #[must_root] for HTMLElementsManish Goregaokar2014-09-171-1/+2
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+120