aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/inheritance.rs
Commit message (Expand)AuthorAgeFilesLines
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-8/+1
* Move more foundational types to script_bindings (#35280)Josh Matthews2025-02-041-50/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Support associated types in must_root lint (#34163)Samson2024-11-061-0/+1
* Fix: Add missing transmute annotations in Castable trait (#33729)chickenleaf2024-10-081-1/+1
* clippy: Fix warning in `components/script/dom` (#33685)tanishka2024-10-081-1/+1
* Use global exports from derives (#33169)Samson2024-08-251-0/+1
* Fix crash when closing window containing video element (#31413)Josh Matthews2024-02-231-0/+9
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-4/+7
* Assert that DOM structs have the correct first fieldManish Goregaokar2018-07-031-0/+5
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-2/+2
* Reorder `use` statementsUK9922016-09-091-1/+1
* Rustfmt some of script.Ms2ger2015-11-181-6/+11
* remove unneeded import + reexport InheritTypes from inheritancerohan.prinja2015-10-301-0/+2
* more refactoringrohan.prinja2015-10-301-1/+3
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-0/+34