aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/create.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-3/+2
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-4/+3
|/
* script: Add infrastructure to track subresource loads in <link> and <style> e...Emilio Cobos Álvarez2016-12-161-1/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-135/+135
* add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement elementAlexandrov Sergey2016-10-061-7/+46
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement HTMLDetailsElement. Fixes #9216Lanza2016-01-201-1/+2
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-3/+3
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Rustfmt some of script.Ms2ger2015-11-181-2/+4
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-5/+6
* Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-1/+1
* 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