aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/html.rs
Commit message (Expand)AuthorAgeFilesLines
* ChildrenOnly -> ChildrenOnly(Option<QualName>)Jyotsna Prakash2017-10-071-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-9/+9
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-8/+8
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-2/+2
* Convert node serialization to a purely iterative algorithm.Austin Hicks2017-07-171-63/+121
* Untry scriptSimon Sapin2017-06-181-4/+4
* Decode UTF-8 code points across network packetsSimon Sapin2017-05-271-3/+3
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-182/+12
* Properly handle annotation-xml integration points (fixes #15980)Anthony Ramine2017-03-161-0/+11
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-8/+32
* 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/+7
* Unify text insertion when parsing HTML and XMLAnthony Ramine2017-01-101-21/+2
* Properly insert text in document when parsingAnthony Ramine2017-01-071-5/+13
* Expose Quirks Mode information in the style shared context r=emilioJulien Wajsberg2016-12-171-0/+6
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-3/+4
* Make ServoParser::pending_input hold onto a BufferQueueAnthony Ramine2016-11-181-18/+12
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Reorganise ServoParserAnthony Ramine2016-11-141-117/+109
* Update html5ever to 0.10.1Anthony Ramine2016-11-101-9/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Update html5ever to 0.8Anthony Ramine2016-11-031-6/+12
* Bump html5ever to 0.5.5Anthony Ramine2016-10-171-1/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-7/+6
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-0/+339