aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/xml.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-147/+0
|
* Unify ServoHTMLParser and ServoXMLParser in ServoParserAnthony Ramine2016-10-111-8/+14
|
* Replace HTMLScriptElement::mark_script_already_started by ↵Guillaume Gomez2016-06-031-1/+1
| | | | set_script_already_started
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
| | | | This entirely removes the 'non-geckolib' feature of the util crate.
* Removed unused importsPer Lundberg2016-05-151-1/+1
| | | | This fixes #11185.
* Finish hooking up XML parserConnor Brewster2016-04-271-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 Sapin2016-01-271-9/+19
|
* Create and invoke XML parser for XML documents.ronak2015-12-041-7/+22
|
* Prepare infrastructure for XML parser.jsharda2015-12-041-1/+78
|
* Silence unused code warnings.Ms2ger2015-11-051-4/+4
|
* M1503 - Integrate XML parse -Initial Stepsjsharda2015-11-041-0/+20