servo/components/script/dom/webrtc
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
..
mod.rs
rtcdatachannel.rs Script: Change the rest of script to not rely on Deref<str> for DOMString (#39481) 2025-09-25 12:27:42 +00:00
rtcdatachannelevent.rs
rtcerror.rs
rtcerrorevent.rs
rtcicecandidate.rs
rtcpeerconnection.rs Replace Hash Algorithm in HashMap/Set with FxHashMap/Set for simple types (#39166) 2025-09-09 08:33:46 +00:00
rtcpeerconnectioniceevent.rs
rtcrtpsender.rs
rtcrtptransceiver.rs
rtcsessiondescription.rs
rtctrackevent.rs