servo/components/script/dom/canvas
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
..
2d Script: Change script/dom/{bluetooth,canvas,html} to not rely on Deref<str> for DOMString (#39480) 2025-09-25 15:53:21 +00:00
canvas_context.rs script: Document need for always sending an image update to compositor (#39210) 2025-09-09 08:19:57 +00:00
imagebitmap.rs Replace Hash Algorithm in HashMap/Set with FxHashMap/Set for simple types (#39166) 2025-09-09 08:33:46 +00:00
imagebitmaprenderingcontext.rs canvas: Use non rooted variant of HTMLCanvasElementOrOffscreenCanvas type (#38970) 2025-09-03 19:24:48 +00:00
imagedata.rs
mod.rs
offscreencanvas.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