aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* Eagerly define interfaces on non-Window globals (#36604)Josh Matthews7 days1-3/+10
* Fix crash when enumerating properties of global object (#36491)Josh Matthews11 days1-5/+9
* Support static and instance members having the same name in IDLs (#36523)Sebastian C11 days1-16/+30
* script: copy include! files from script_bindings to script's OUT_DIR (#36384)sagudev2025-04-081-1/+1
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-70/+70
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-51/+56
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-22/+23
* Stop using `RootedGuard's` DerefMut impl (#36158)Greg Morenz2025-03-281-2/+2
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-261-2/+3
* feat: add CanGc argument in get_dictionary_property (#36156)Arya Nair2025-03-251-2/+3
* script: Ensure promises are considered DOM interfaces when generating binding...Josh Matthews2025-03-231-3/+3
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-231-3/+3
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-2/+2
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-0/+1
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+4
* bindings: Fix support for interface members in setlike/maplike. (#35651)Mukilan Thiyagarajan2025-02-271-4/+18
* refactor: add CanGc as argument to exception_to_promise (#35647)Yerkebulan Tulibergenov2025-02-251-2/+2
* Unify `(Offscreen)CanvasRenderingContext2d` and make `PaintRenderingContext2D...Samson2025-02-231-2/+2
* 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