aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Josh Matthews2015-05-201-2/+2
| | | | parsing. Hook up document loading to async networking events.
* Adding initial version of parser traitnchinth2014-10-291-0/+10
Added parse_chunk method declaration to parser Removed unnecessary visibilty for parse_chunk function Implemented parse_chunk function Implemented parse_chunk fn for ServoHTMLParser Moved parser trait to mod.rs and added finish fn added licence header to mod.rs and other review comments Fixed trailing space issue Fixed failed tabular space test