servo/components/script
Martin Robinson 6be99241c6
Fix warnings after latest rust upgrade (#33043)
This fixes various unused code warnings after the recent rust upgrade.
Some of the dead code is maintained, as it is quite likely that it will
be used in future changes.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-08-14 07:00:16 +00:00
..
docs
dom Fix warnings after latest rust upgrade (#33043) 2024-08-14 07:00:16 +00:00
layout_dom
task_source Dedupliate syn (#33038) 2024-08-13 21:21:47 +00:00
animation_timeline.rs
animations.rs
body.rs
build.rs
canvas_state.rs
Cargo.toml Dedupliate syn (#33038) 2024-08-13 21:21:47 +00:00
clipboard_provider.rs
devtools.rs DevTools: Allow modification of attributes (#32888) 2024-08-05 10:24:01 +00:00
document_loader.rs
fetch.rs
image_listener.rs
init.rs
layout_image.rs
lib.rs
mem.rs
microtask.rs
network_listener.rs
realms.rs
script_module.rs
script_runtime.rs Replace the lazy_static crate whth std::sync::LazyLock in components/script (#33004) 2024-08-12 07:30:35 +00:00
script_thread.rs Allow navigations that include cross-origin redirects to succeed. (#32996) 2024-08-12 06:09:45 +00:00
security_manager.rs
serviceworker_manager.rs
stylesheet_loader.rs
stylesheet_set.rs
task.rs
task_manager.rs
task_queue.rs
test.rs
textinput.rs
timers.rs
unpremultiplytable.rs
webdriver_handlers.rs
window_named_properties.rs Replace the lazy_static crate whth std::sync::LazyLock in components/script (#33004) 2024-08-12 07:30:35 +00:00