aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/create.rs
Commit message (Expand)AuthorAgeFilesLines
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-3/+7
* Move to to_owned rather than into_string.Ms2ger2015-01-201-2/+4
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-1/+0
|\
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-2/+2
|/
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-7/+7
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-1/+1
* Pass the prefix to Element::new in create_element.Ms2ger2014-11-051-1/+1
* Move build_element_from_tag out of the HTML parser.Ms2ger2014-10-301-0/+225