aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/datatransfer.rs
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* DataTransfer: propagate CanGc argument (#35062)Gae242025-01-181-3/+3
* Implement Clipboard Event Api (#33576)Gae242025-01-151-6/+20
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-251-0/+252