servo/components/script
chickenleaf c242822eeb
Fix GC borrow hazard in HTMLImageElement::finish_reacting_to_environment_change (#33904)
* Fix GC borrow hazard in HTMLImageElement::finish_reacting_to_environment_change

Signed-off-by: L Ashwin B <lashwinib@gmail.com>

* Fixed clippy error

Signed-off-by: L Ashwin B <lashwinib@gmail.com>

---------

Signed-off-by: L Ashwin B <lashwinib@gmail.com>
2024-10-19 21:03:03 +00:00
..
docs
dom Fix GC borrow hazard in HTMLImageElement::finish_reacting_to_environment_change (#33904) 2024-10-19 21:03:03 +00:00
layout_dom clippy: Add safety documentation and clean up unsafe methods (#33748) 2024-10-16 08:11:31 +00:00
task_source Dedupliate syn (#33038) 2024-08-13 21:21:47 +00:00
animation_timeline.rs
animations.rs CanGc fixes in components/script/dom (#33843) 2024-10-15 04:45:16 +00:00
body.rs Various CanGc fixes in 8 files (#33893) 2024-10-18 11:54:32 +00:00
build.rs use rerun-if-changed in script/build.rs (#33502) 2024-09-30 11:31:05 +00:00
canvas_state.rs Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822) 2024-10-13 16:11:46 +00:00
Cargo.toml replace sparkle with glow in components/script (#33911) 2024-10-19 10:40:03 +00:00
clipboard_provider.rs
devtools.rs Various CanGc fixes in 8 files (#33893) 2024-10-18 11:54:32 +00:00
document_loader.rs net: Start reducing number of IPCs channels used for fetch with a FetchThread (#33863) 2024-10-16 16:53:24 +00:00
fetch.rs fix clippy warning in components/script (#33878) 2024-10-17 12:58:28 +00:00
image_listener.rs Use ROUTER::add_typed_route instead of ROUTER::add_route everywhere (#33866) 2024-10-18 10:47:52 +00:00
init.rs
layout_image.rs net: Start reducing number of IPCs channels used for fetch with a FetchThread (#33863) 2024-10-16 16:53:24 +00:00
lib.rs Properly track rel keywords for <a>/<area>/<form> elements (#33462) 2024-09-23 11:48:53 +00:00
links.rs Properly track rel keywords for <a>/<area>/<form> elements (#33462) 2024-09-23 11:48:53 +00:00
mem.rs
microtask.rs Make CanGc derive Copy and Clone (#33407) 2024-09-12 10:24:44 +00:00
network_listener.rs fix clippy warning in components/script (#33878) 2024-10-17 12:58:28 +00:00
realms.rs
script_module.rs fix clippy warning in components/script (#33878) 2024-10-17 12:58:28 +00:00
script_runtime.rs Prevent moving CanGc values between threads/tasks (#33902) 2024-10-18 17:26:54 +00:00
script_thread.rs Prevent moving CanGc values between threads/tasks (#33902) 2024-10-18 17:26:54 +00:00
security_manager.rs clippy: Fix suggestions in script, libservo, and servoshell (#33453) 2024-09-14 08:41:13 +00:00
serviceworker_manager.rs Prevent moving CanGc values between threads/tasks (#33902) 2024-10-18 17:26:54 +00:00
stylesheet_loader.rs net: Start reducing number of IPCs channels used for fetch with a FetchThread (#33863) 2024-10-16 16:53:24 +00:00
stylesheet_set.rs
task.rs
task_manager.rs
task_queue.rs clippy: Fix suggestions in script, libservo, and servoshell (#33453) 2024-09-14 08:41:13 +00:00
test.rs
textinput.rs remove usage of legacy numeric operations in script (#33095) 2024-08-16 21:30:13 +00:00
timers.rs Various CanGc fixes (#33800) 2024-10-11 03:53:39 +00:00
unpremultiplytable.rs
webdriver_handlers.rs CanGc fixes and checks in multiple files (#33836) 2024-10-15 04:30:48 +00:00
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