aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/xml.rs
Commit message (Expand)AuthorAgeFilesLines
* Decode UTF-8 code points across network packetsSimon Sapin2017-05-271-5/+5
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-126/+7
* Mark the page source as loaded only after parsing is doneAnthony Ramine2017-01-191-0/+4
* Store parser's current line when script elements are created.karenher2017-01-111-1/+2
* Unify text insertion when parsing HTML and XMLAnthony Ramine2017-01-101-8/+4
* Properly insert text in document when parsingAnthony Ramine2017-01-071-0/+6
* Update xml5ever to 0.3.0Anthony Ramine2017-01-071-2/+7
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-3/+4
* Make Element::prefix return an Option<&DOMString>Anthony Ramine2016-12-011-1/+1
* Make ServoParser::pending_input hold onto a BufferQueueAnthony Ramine2016-11-181-15/+31
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Reorganise ServoParserAnthony Ramine2016-11-141-28/+59
* Update html5ever to 0.10.1Anthony Ramine2016-11-101-3/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-6/+6
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-0/+147