aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/constructor.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-35/+16
* Set `is` value when constructing custom elements with the `new` operator (#35...Simon Wülker2025-03-121-19/+33
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-5/+13
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-3/+3
* script: Replace unnecessary macro in get_constructor_object_from_local_name (...Max T.2025-02-091-137/+132
* script: make throw_invalid_this and throw_constructor_without_new safe (#35360)Stephen Muss2025-02-071-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Fix invalid rooting for PropertyDescriptor (#34018)Josh Matthews2024-10-281-4/+3
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-1/+4
* refactor `CGClassConstructHook` to use handwritten constructors (#33614)Gae242024-10-091-0/+424