Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify ServoHTMLParser and ServoXMLParser in ServoParser | Anthony Ramine | 2016-10-11 | 1 | -185/+0 |
| | |||||
* | Add time profiling to ServoXMLParser::parse_sync | Anthony Ramine | 2016-10-11 | 1 | -0/+15 |
| | |||||
* | Introduce ServoParser::pipeline | Anthony Ramine | 2016-10-11 | 1 | -6/+2 |
| | |||||
* | Move last chunk received logic to ServoParser | Anthony Ramine | 2016-10-11 | 1 | -9/+2 |
| | |||||
* | Move pending input logic to ServoParser | Anthony Ramine | 2016-10-11 | 1 | -14/+5 |
| | |||||
* | Introduce ServoParser::document | Anthony Ramine | 2016-10-11 | 1 | -12/+6 |
| | |||||
* | Introduce ServoParser | Anthony Ramine | 2016-10-11 | 1 | -3/+4 |
| | | | | This is a common inline parent to ServoHTMLParser and ServoXMLParser. | ||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+1 |
| | |||||
* | 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 |