servo/components/script/dom/bluetooth
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
..
bluetooth.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
bluetoothadvertisingevent.rs Use new stylo crate renames (#35898) 2025-03-12 00:02:12 +00:00
bluetoothcharacteristicproperties.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
bluetoothdevice.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
bluetoothpermissionresult.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
bluetoothremotegattcharacteristic.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
bluetoothremotegattdescriptor.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
bluetoothremotegattserver.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
bluetoothremotegattservice.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
bluetoothuuid.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
mod.rs script: Fix bluetooth module clippy lint position to be consistent (#38974) 2025-08-28 05:55:13 +00:00
testrunner.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00