aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/datatransferitem.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: Avoid double borrow crash in `DataTransferItem` (#35699)Gae242025-02-271-1/+2
* `DataTransferItem`: improve spec compliance (#35418)Gae242025-02-161-15/+87
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* DataTransfer: propagate CanGc argument (#35062)Gae242025-01-181-4/+8
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-251-0/+66