aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoxmlparser.rs
Commit message (Collapse)AuthorAgeFilesLines
* Unify ServoHTMLParser and ServoXMLParser in ServoParserAnthony Ramine2016-10-111-185/+0
|
* Add time profiling to ServoXMLParser::parse_syncAnthony Ramine2016-10-111-0/+15
|
* Introduce ServoParser::pipelineAnthony Ramine2016-10-111-6/+2
|
* Move last chunk received logic to ServoParserAnthony Ramine2016-10-111-9/+2
|
* Move pending input logic to ServoParserAnthony Ramine2016-10-111-14/+5
|
* Introduce ServoParser::documentAnthony Ramine2016-10-111-12/+6
|
* Introduce ServoParserAnthony Ramine2016-10-111-3/+4
| | | | This is a common inline parent to ServoHTMLParser and ServoXMLParser.
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+1
|
* Auto merge of #10647 - ConnorGBrewster:parse_xml, r=jdmbors-servo2016-04-271-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Finish hooking up XML parser This is a work in progress PR for #10581. I just want to make sure I am headed in the right direction. cc @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10647) <!-- Reviewable:end -->
| * Finish hooking up XML parserConnor Brewster2016-04-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added script integration with xml5ever Updated test expectations Removed timeout test expectation Refactors application/xhtml+xml is treated as HTML Updated xml5ever Updated Text Expectations
* | Move abstract parser infrastructure from servohtmlparser.rs to parseMartin Broesamle2016-04-271-2/+1
|/
* task -> threadrohan.prinja2016-01-101-2/+2
|
* Avoid some rooting in parsing.Ms2ger2015-12-111-16/+1
|
* Create and invoke XML parser for XML documents.ronak2015-12-041-6/+56
|
* Introduce abstraction over HTML and XML parsers for parser network listener.Josh Matthews2015-12-041-1/+118
|
* Prepare infrastructure for XML parser.jsharda2015-12-041-0/+28
|
* M1503 - Integrate XML parse -Initial Stepsjsharda2015-11-041-0/+16