aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/selection.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-8/+8
* Implement StaticRange (#31809)cathiechen2024-03-221-21/+21
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Selection interface working for synthetic operationsPatrick Shaughnessy2020-02-131-0/+515