aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/async_html.rs
Commit message (Expand)AuthorAgeFilesLines
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-3/+3
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-1/+1
* Don't run scripts in documents that don't have a browsing context (#35871)Simon Wülker2025-03-101-0/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+4
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-1/+4
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-2/+9
* Upgrade to html5ever 0.29 and xml5ever 0.20 (#33412)Nico Burns2024-09-121-0/+1
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-121-4/+4
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-14/+24
* Fix panic in parser-reentrancy-customelement.window.js (#33162)Taym Haddadi2024-08-281-2/+6
* Support HTML parser reentrancy (#32820)Josh Matthews2024-08-161-65/+68
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-1/+0
* Bump Stylo to servo/stylo#34 and upgrade html5ever and xml5ever (#32145)Oriol Brufau2024-04-261-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-1/+3
* 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