aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/abstractrange.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...Simon Wülker2025-03-191-0/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-10/+15
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-261-1/+1
* Implement StaticRange (#31809)cathiechen2024-03-221-0/+177