aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/xml.rs
Commit message (Expand)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 set_script_already_...Guillaume Gomez2016-06-031-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-1/+1
* Finish hooking up XML parserConnor Brewster2016-04-271-2/+21
* 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