servo/components/shared
Martin Robinson f8985c5521
base: Remove ucd dependency (#32424)
Remove the `ucd` dependency which has not been updated in 8 years. In
addition, replace it with a generated UnicodeBlock enum which reflects
the modern Unicode standard. This is generated via a Python script which
is included in the repository. The generation is not part of the build
process, because the Unicode database is hosted on the web and it does
not change the frequently.

This is done instead of bringing in the more up-to-date `unicode_blocks`
dependency. `unicode_blocks` defines each block as constant, which means
that they cannot be used in match statements -- which we do in Servo.

Co-authored-by: Lauryn Menard <lauryn.menard@gmail.com>
2024-06-03 17:10:01 +00:00
..
background_hang_monitor Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
base base: Remove ucd dependency (#32424) 2024-06-03 17:10:01 +00:00
bluetooth clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
canvas Move webgl_channel into base crate (#32339) 2024-05-24 06:13:20 +00:00
compositing compositor: Move WebRender-ish messages and types to webrender_traits (#32315) 2024-05-20 10:35:18 +00:00
devtools Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
embedder Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
gfx fonts: Clean up messaging during web fonts loads (#32332) 2024-05-22 08:30:35 +00:00
net fonts: Store web fonts in the per-Layout FontContext (#32303) 2024-05-20 14:13:03 +00:00
profile Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
script Remove more IPC messages between script and layout (#32377) 2024-05-27 07:30:51 +00:00
script_layout Remove more IPC messages between script and layout (#32377) 2024-05-27 07:30:51 +00:00
webrender Move RenderingContext to webrender_traits (#32386) 2024-05-28 12:48:55 +00:00