aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/codegen
Commit message (Expand)AuthorAgeFilesLines
...
* dom: Implement `WritableStream` (#34844)Gregory Terzian2025-02-191-0/+15
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-0/+8
* feat: add `Notification` Web API binding (#34842)Jason Tsai2025-02-181-0/+4
* script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482)shanehandley2025-02-161-1/+1
* script: Take away Fallible from new_resolved and new_rejected (#35473)Kingsley Yung2025-02-151-7/+1
* dom: IntersectionObserver initialization (#35314)Steven Novaryo2025-02-131-0/+4
* bindings: Support non-object this values for callbacks. (#35427)Josh Matthews2025-02-121-11/+11
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-101-1/+4
* 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-042-41/+70
* 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
* script: Implement the Bytes() method on Request and Response (#35250)shanehandley2025-02-021-2/+2
* Make generated bindings generic over DOM types (#35169)Josh Matthews2025-01-253-47/+55
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-248-0/+9874