aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/textmetrics.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-12/+12
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+2
* Temporary implementation of Canvas.MeasureTextPaul Rouget2019-09-251-0/+158