servo/components
Josh Matthews 73361d0f5f
script: Replace use of UnsafeCell in WeakRangeVec. (#37327)
I can't find any historical motivation for the use of UnsafeCell in the
implementation of WeakRangeVec from #8506. We can replace all the uses
of unsafe in this code by using RefCell, and the resulting code is
easier to understand.

Testing: Existing WPT tests using Ranges show no behaviour changes.
Fixes: #37276

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-06-11 04:01:12 +00:00
..
allocator
background_hang_monitor
bluetooth
canvas Change canvas/context/snapshot size from u64 -> u32 (#36827) 2025-06-07 14:37:21 +00:00
compositing Add support for parsing and applying viewport <meta> (#35901) 2025-06-06 15:13:51 +00:00
config Unconditionally enable the URLPattern API (#37116) 2025-05-24 13:20:45 +00:00
constellation [WebDriver] Properly report error: "No such window" (#37385) 2025-06-10 19:43:03 +00:00
deny_public_fields
devtools Update handle_network_event to use BrowsingContextActor for HttpRequest (#37263) 2025-06-10 14:11:39 +00:00
dom_struct
domobject_derive
fonts chore: fix warnings for Windows-specific fonts code (#37063) 2025-05-21 16:30:43 +00:00
geometry
hyper_serde
jstraceable_derive
layout layout: Floor free space by 0 in solve_inline_margins_avoiding_floats() (#37362) 2025-06-10 09:05:09 +00:00
malloc_size_of Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
media
metrics Removing unused dependencies in crates. (#37096) 2025-05-23 12:58:00 +00:00
net tests: Use Ahem font provided by WPT harness. (#37054) 2025-06-09 08:13:05 +00:00
pixels Change canvas/context/snapshot size from u64 -> u32 (#36827) 2025-06-07 14:37:21 +00:00
profile Constellation can now optionally report memory usage when the page is loaded. (#37151) 2025-05-30 17:15:06 +00:00
rand
range
script script: Replace use of UnsafeCell in WeakRangeVec. (#37327) 2025-06-11 04:01:12 +00:00
script_bindings imagebitmap: Add missing basic functionality (#37025) 2025-06-09 14:28:30 +00:00
servo Fix cargo build -p libservo on macOS 13 by running Python via uv (#37290) 2025-06-06 14:54:00 +00:00
servo_tracing
shared [WebDriver] Properly report error: "No such window" (#37385) 2025-06-10 19:43:03 +00:00
timers
url
webdriver_server [WebDriver] Properly report error: "No such window" (#37385) 2025-06-10 19:43:03 +00:00
webgl webgl: Use glow::Context::supported_extensions() to implement getSupportedExtensions() (#36911) 2025-05-08 08:34:52 +00:00
webgpu Removing unused dependencies in crates. (#37096) 2025-05-23 12:58:00 +00:00
webxr Removing unused dependencies in crates. (#37096) 2025-05-23 12:58:00 +00:00