aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/async_html.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-261-7/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-19/+21
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+7
* Refactor ServoParser Tokenizer to return TokenizerResultNipun Garg2023-06-221-3/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+1
* feat: shorten thread namesyvt2021-07-191-1/+1
* inserting an element from normal parser uses a CE reaction queuePatrick Shaughnessy2020-02-131-2/+9
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-3/+3
* Reorder importsPyfisch2018-11-061-5/+7
* Format remaining filesPyfisch2018-11-061-4/+8
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Format script componentchansuke2018-09-191-128/+269
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Use specific assertion for DOM servoparser async_htmlCYBAI2018-01-261-1/+1
* Implement the create an element for token algorithmConnor Brewster2018-01-111-16/+15
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* removed same_tree and has_parent_node methodsNikhil Shagrithaya2017-10-191-8/+0
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-15/+15
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-15/+15
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* 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