aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/fontfaceset.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-3/+3
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-3/+66
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-3/+3
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-1/+1
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-2/+2
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-081-1/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+7
* script: Implement the `FontFaceSet` DOM API (#32576)Mukilan Thiyagarajan2024-06-261-0/+50