aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/html.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-231-83/+192
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-25/+2
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* Don't run scripts in documents that don't have a browsing context (#35871)Simon Wülker2025-03-101-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-6/+6
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-1/+2
* Support HTML parser reentrancy (#32820)Josh Matthews2024-08-161-4/+5
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-1/+0
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+11
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-2/+2
* Refactor ServoParser Tokenizer to return TokenizerResultNipun Garg2023-06-221-3/+6
* Attr is a Node, with consequences for many Node methodsPatrick Shaughnessy2019-12-231-0/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* ShadowRoot interfaceFernando Jiménez Moreno2019-04-261-1/+1
* Add new XMLSerializer().serializeToString functionalityFelipe Janer2019-04-151-1/+1
* Implement DocumentFragment XML serialization.Jack Britton2019-04-121-1/+2
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-1/+1
* Ignore children of void elements when serializingGeorge Roman2019-01-101-6/+4
* Serialize the children of void html elements as empty stringsGeorge Roman2019-01-031-0/+6
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-65/+68
* Implement the create an element for token algorithmConnor Brewster2018-01-111-2/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* 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