aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* script: Make callbacks generic over DOM interfaces. (#35459)Josh Matthews2025-02-211-27/+25
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-95/+379
* script: Take away Fallible from new_resolved and new_rejected (#35473)Kingsley Yung2025-02-151-7/+1
* bindings: Support non-object this values for callbacks. (#35427)Josh Matthews2025-02-121-11/+11
* Make generated proxy handlers and DOM object hooks generic (#35292)Josh Matthews2025-02-051-40/+44
* Move more foundational types to script_bindings (#35280)Josh Matthews2025-02-041-41/+68
* Specify C ABI for generated extern functions in CodegenRust.py (#35278)Simon Wülker2025-02-041-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-0/+1
* Make generated bindings generic over DOM types (#35169)Josh Matthews2025-01-251-47/+50
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-0/+8502