aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/import.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-152/+7
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-1/+2
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-4/+7
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-261-0/+1
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-1/+1
* 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-43/+45
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-1/+1
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-4/+5
* bindings: Support non-object this values for callbacks. (#35427)Josh Matthews2025-02-121-2/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-66/+74
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-1/+1
* Create two-phase initialization for generated JS engine bindings (#34366)Josh Matthews2024-12-061-1/+4
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-0/+1
* Fix invalid rooting for PropertyDescriptor (#34018)Josh Matthews2024-10-281-1/+1
* refactor `CGClassConstructHook` to use handwritten constructors (#33614)Gae242024-10-091-3/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-0/+1
* fix: Replace callargs_is_constructing with is_constructing method (#33101)Koki Saito2024-08-181-5/+5
* bindings: Convert certain Exceptions into Promise rejections (#32923)Samson2024-08-031-5/+5
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-0/+2
* Remove repeated imports from generated code (#31711)eri2024-03-211-0/+146