aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/async_html.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Auto merge of #18056 - cynicaldevil:remove-treesink-dep-on-dom, r=noxbors-servo2017-08-181-87/+107
|\
| * TreeSink impls do not explicitly rely on and methods anymoreNikhil Shagrithaya2017-08-181-87/+107
* | Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-2/+2
|/
* Run the async HTML Tokenizer on a new threadNikhil Shagrithaya2017-07-291-221/+461
* Backed out changeset a417b9d7712d for vendoring bustage. r=backout on a CLOSE...Gecko Backout2017-07-281-461/+221
* Run the async HTML Tokenizer on a new threadNikhil Shagrithaya2017-07-241-221/+461
* replaced ParseNodeID with ParseNodeIdstreichgeorg2017-06-261-22/+22
* Add flag for sync/async CE creationConnor Brewster2017-06-231-2/+3
* Support `is` option when creating elementsConnor Brewster2017-06-231-2/+8
* Remove target and data fields from parse_node_dataNikhil Shagrithaya2017-06-221-19/+6
* Added Async HTML TokenizerNikhil Shagrithaya2017-06-171-0/+493