Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge script::parse and script::dom::servoparser | Anthony Ramine | 2016-10-11 | 1 | -147/+0 |
| | |||||
* | Unify ServoHTMLParser and ServoXMLParser in ServoParser | Anthony Ramine | 2016-10-11 | 1 | -8/+14 |
| | |||||
* | Replace HTMLScriptElement::mark_script_already_started by ↵ | Guillaume Gomez | 2016-06-03 | 1 | -1/+1 |
| | | | | set_script_already_started | ||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+1 |
| | | | | This fixes #11185. | ||||
* | Finish hooking up XML parser | Connor Brewster | 2016-04-27 | 1 | -2/+21 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Update html5ever and xml5ever for API changes. | Simon Sapin | 2016-01-27 | 1 | -9/+19 |
| | |||||
* | Create and invoke XML parser for XML documents. | ronak | 2015-12-04 | 1 | -7/+22 |
| | |||||
* | Prepare infrastructure for XML parser. | jsharda | 2015-12-04 | 1 | -1/+78 |
| | |||||
* | Silence unused code warnings. | Ms2ger | 2015-11-05 | 1 | -4/+4 |
| | |||||
* | M1503 - Integrate XML parse -Initial Steps | jsharda | 2015-11-04 | 1 | -0/+20 |