aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcanvaselement.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-5/+5
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-8/+8
* Usage of JSRef<Attr> in before_remove_attr & after_set_attrBruno de Oliveira Abinader2014-10-221-13/+15
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-2/+2
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-1/+2
* Take the prefix from createElementNS into account for HTML elementsGilles Leblanc2014-10-061-4/+4
* Remove Traceable from htmlcanvaselement.rsManish Goregaokar2014-10-051-7/+6
* Replace Cell<Option<JS<T>>> with MutNullableJS<T>Andrew Guertin2014-10-031-4/+5
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-9/+9
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-7/+7
* Use #[must_root] for HTMLElementsManish Goregaokar2014-09-171-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+160