servo/components/script/dom/webgl
Narfinger 18a1da0d80
Script: Remove last instances of Deref<str> and DerefMut<str> used for DOMString (#39504)
This removes the last instances of Deref<str> and DerefMut<str> used for
DOMString.
The goal is outlined in https://github.com/servo/servo/issues/39479.

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

Testing: Compilation is the test as it just changes function names
essentially.

---------

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
2025-09-27 01:48:24 +00:00
..
extensions Script: Change the rest of script to not rely on Deref<str> for DOMString (#39481) 2025-09-25 12:27:42 +00:00
validations script: Remove three duplicated log functions from webgl (#39227) 2025-09-09 11:31:55 +00:00
mod.rs
vertexarrayobject.rs
webgl2renderingcontext.rs canvas: Use non rooted variant of HTMLCanvasElementOrOffscreenCanvas type (#38970) 2025-09-03 19:24:48 +00:00
webglactiveinfo.rs
webglbuffer.rs
webglcontextevent.rs
webglframebuffer.rs script: Remove three duplicated log functions from webgl (#39227) 2025-09-09 11:31:55 +00:00
webglobject.rs
webglprogram.rs Script: Remove last instances of Deref<str> and DerefMut<str> used for DOMString (#39504) 2025-09-27 01:48:24 +00:00
webglquery.rs
webglrenderbuffer.rs
webglrenderingcontext.rs script: Fix building with webgl_backtrace feature (#39231) 2025-09-09 14:09:20 +00:00
webglsampler.rs
webglshader.rs Script: Change the rest of script to not rely on Deref<str> for DOMString (#39481) 2025-09-25 12:27:42 +00:00
webglshaderprecisionformat.rs
webglsync.rs
webgltexture.rs
webgltransformfeedback.rs
webgluniformlocation.rs
webglvertexarrayobject.rs
webglvertexarrayobjectoes.rs