servo/components/shared
Martin Robinson a1cf0cbf86
libservo: Stop using script_traits in the embedding layer (#35185)
Many types used directly in the `libservo` API are in the
`script_traits` crate, which was created to break circular dependencies.
Move all API exposed types to `embedder_traits` which now contains types
exposed via the `libservo` embedding API. Also expose these at the root
of the `libservo` `servo` crate so that the API won't break when they
move around in the future.

The idea with `embedder_traits` in the future is that it contains types
that are available throughout servo because they are used in the
embedding API and thus should have minimal dependencies on other Servo
crates (a bit like `base`).

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-01-28 11:15:36 +00:00
..
background_hang_monitor script: Eliminate code duplication in the task queue (#34798) 2025-01-01 13:50:52 +00:00
base chore: remove WindowMethods::rendering_context (#34780) 2025-01-01 08:26:23 +00:00
bluetooth doc(resources): Add documentation to undocumented embedder_traits::resources::Resource variants (#33885) 2024-10-18 03:44:14 +00:00
canvas prefs: Move some DebugOptions to Preferences and clean up (#34998) 2025-01-17 11:47:47 +00:00
compositing libservo: Stop using script_traits in the embedding layer (#35185) 2025-01-28 11:15:36 +00:00
devtools Support syntax highlighting of arguments in the devtools console (#34810) 2025-01-02 18:47:52 +00:00
embedder libservo: Stop using script_traits in the embedding layer (#35185) 2025-01-28 11:15:36 +00:00
fonts Remove some unused dependencies (#34355) 2024-11-25 10:29:58 +00:00
net script: Do not set up an IPC route for every image load (#35041) 2025-01-25 09:39:04 +00:00
profile script: Eliminate code duplication in the task queue (#34798) 2025-01-01 13:50:52 +00:00
script libservo: Stop using script_traits in the embedding layer (#35185) 2025-01-28 11:15:36 +00:00
script_layout script: Move the FontContext to Window (#34845) 2025-01-07 04:44:31 +00:00
webrender feat: Turn RenderingContext into a trait (#35052) 2025-01-24 02:39:39 +00:00