aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/create.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-4/+5
* Add HTMLPreElement type to xml and plaintext DOM nodesKeith Yeung2015-10-261-0/+2
* Clean up the cast callsAnthony Ramine2015-10-211-2/+2
* Introduce trait CastableAnthony Ramine2015-10-211-3/+2
* Add 'listing' alias for <pre> elementsCorey Farwell2015-10-101-1/+2
* HTMLTableSectionElement improvementsCorey Farwell2015-10-031-0/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Fix a few incorrect Element interfacesCorey Farwell2015-09-131-4/+14
* sort all usesJohann Tuffe2015-08-201-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-5/+5
* Pass an Atom to Element::create.Ms2ger2015-04-271-4/+4
* Remove as_slice() calls from script.Ms2ger2015-04-261-3/+3
* Add basic HTMLDialogElement interfaceDave Hodder2015-04-041-0/+2
* 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