servo/components/script/dom/webgpu
Narfinger 1e471b9b41
Script: Change the rest of script to not rely on Deref<str> for DOMString (#39481)
This is part of the future work of implementing LazyDOMString as
outlined in issue #39479.

We use str() method or direct implementations on DOMString for these
methods. We also change some types.
This is independent of https://github.com/servo/servo/pull/39480

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 12:27:42 +00:00
..
gpu.rs Add AsHandleValue trait to Heap<Value> and make Heap values rooted (#38024) 2025-08-04 16:42:53 +00:00
gpuadapter.rs Script: Change the rest of script to not rely on Deref<str> for DOMString (#39481) 2025-09-25 12:27:42 +00:00
gpuadapterinfo.rs
gpubindgroup.rs
gpubindgrouplayout.rs
gpubuffer.rs script: add TaskSource argument to route_promise (#36831) 2025-05-04 17:05:27 +00:00
gpubufferusage.rs
gpucanvascontext.rs webgpu: Simplify presentation and handle cleared in script (#38717) 2025-09-09 03:35:12 +00:00
gpucolorwrite.rs
gpucommandbuffer.rs
gpucommandencoder.rs chore: update wgpu to v26 (#39016) 2025-09-14 04:09:17 +00:00
gpucompilationinfo.rs
gpucompilationmessage.rs
gpucomputepassencoder.rs
gpucomputepipeline.rs
gpuconvert.rs
gpudevice.rs webgpu: Add the dedicated WebGPU task source (#39020) 2025-08-29 20:09:03 +00:00
gpudevicelostinfo.rs
gpuerror.rs
gpuinternalerror.rs
gpumapmode.rs
gpuoutofmemoryerror.rs
gpupipelineerror.rs
gpupipelinelayout.rs
gpuqueryset.rs
gpuqueue.rs script: add TaskSource argument to route_promise (#36831) 2025-05-04 17:05:27 +00:00
gpurenderbundle.rs
gpurenderbundleencoder.rs
gpurenderpassencoder.rs
gpurenderpipeline.rs
gpusampler.rs
gpushadermodule.rs script: add TaskSource argument to route_promise (#36831) 2025-05-04 17:05:27 +00:00
gpushaderstage.rs
gpusupportedfeatures.rs
gpusupportedlimits.rs
gputexture.rs
gputextureusage.rs
gputextureview.rs
gpuuncapturederrorevent.rs webgpu: Add the dedicated WebGPU task source (#39020) 2025-08-29 20:09:03 +00:00
gpuvalidationerror.rs
identityhub.rs
mod.rs
wgsllanguagefeatures.rs