servo/components/script/dom/canvas/2d
Narfinger a4c8ffe753
Script: Change script/dom/{bluetooth,canvas,html} to not rely on Deref<str> for DOMString (#39480)
This is part of the future work of implementing LazyDOMString as
outlined in https://github.com/servo/servo/issues/39479.

We use str() method or direct implementations on DOMString for these
methods. We also change some types.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>


Testing: This is essentially just renaming a method and a type and
should not change functionality.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
2025-09-25 15:53:21 +00:00
..
canvas_state.rs Script: Change script/dom/{bluetooth,canvas,html} to not rely on Deref<str> for DOMString (#39480) 2025-09-25 15:53:21 +00:00
canvasgradient.rs
canvaspattern.rs
canvasrenderingcontext2d.rs canvas: Implement strokeText (#39183) 2025-09-06 18:01:21 +00:00
mod.rs
offscreencanvasrenderingcontext2d.rs canvas: Implement strokeText (#39183) 2025-09-06 18:01:21 +00:00
paintrenderingcontext2d.rs
path2d.rs
textmetrics.rs