aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlslotelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Keep a list of slot descendants on each shadow root (#35802)Simon Wülker2025-03-101-12/+41
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-071-56/+5
* Lay out the contents of slot elements (#35220)Simon Wülker2025-02-021-66/+99
* Don't fire slotchange events when there's already a pending event for the sam...Simon Wülker2025-01-301-2/+28
* Use "slot" attribute for slottable name (#35191)Simon Wülker2025-01-291-73/+2
* Fire slot change events when the slot content changes (#35137)Simon Wülker2025-01-271-1/+10
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-0/+547