aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-180/+0
* Unify ServoHTMLParser and ServoXMLParser in ServoParserAnthony Ramine2016-10-111-173/+19
* Move ParserContext to script::parseAnthony Ramine2016-10-111-0/+172
* Move last chunk received logic to ServoParserAnthony Ramine2016-10-111-8/+0
* Move pending input logic to ServoParserAnthony Ramine2016-10-111-8/+0
* Introduce ServoParser::documentAnthony Ramine2016-10-111-8/+9
* Move abstract parser infrastructure from servohtmlparser.rs to parseMartin Broesamle2016-04-271-0/+166
* M1503 - Integrate XML parse -Initial Stepsjsharda2015-11-041-0/+1
* Make external script sources load asynchronously, yet still block further par...Josh Matthews2015-05-201-2/+2
* Adding initial version of parser traitnchinth2014-10-291-0/+10