Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto merge of #10647 - ConnorGBrewster:parse_xml, r=jdm | bors-servo | 2016-04-27 | 1 | -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 parser | Connor Brewster | 2016-04-27 | 1 | -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 parse | Martin Broesamle | 2016-04-27 | 1 | -2/+1 |
|/ | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -2/+2 |
| | |||||
* | Avoid some rooting in parsing. | Ms2ger | 2015-12-11 | 1 | -16/+1 |
| | |||||
* | Create and invoke XML parser for XML documents. | ronak | 2015-12-04 | 1 | -6/+56 |
| | |||||
* | Introduce abstraction over HTML and XML parsers for parser network listener. | Josh Matthews | 2015-12-04 | 1 | -1/+118 |
| | |||||
* | Prepare infrastructure for XML parser. | jsharda | 2015-12-04 | 1 | -0/+28 |
| | |||||
* | M1503 - Integrate XML parse -Initial Steps | jsharda | 2015-11-04 | 1 | -0/+16 |