aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/textmetrics.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
| | | | | This is the start of preventing this in the future. Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-12/+12
| | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks.
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
| | | | | * strict imports formatting * Reformat all imports
* 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