aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dynamicmoduleowner.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/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+7
* 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
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+1
* Introduce DynamicModuleOwner dom structCYBAI2020-07-181-0/+54