servo/components/shared
Martin Robinson dd9f62adcc
chore: Clean up use of gfx and constellation types (#31981)
This change contains three semi-related clean ups:

1. the `to_webrender()` and `from_webrender()` functions on Pipeline are
   turned into more-idiomatic `From` and `Into` implementations.
2. `combine_id_with_fragment_type` now returns a `u64` as that is what is
   expected for all callers and not a `usize`.
3. The `query_scroll_id` query is removed entirely. The
   `ExternalScrollId` that this queries is easily generated directly
   from the node's opaque id. Querying into layout isn't necessary at
   all.
2024-04-09 06:43:48 +00:00
..
bluetooth clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
canvas Update Stylo to 2023-10-16 (#31932) 2024-03-30 13:30:13 +00:00
compositing Initial internal support for multiple webviews (#31417) 2024-04-03 11:06:28 +00:00
devtools Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
embedder Initial internal support for multiple webviews (#31417) 2024-04-03 11:06:28 +00:00
gfx chore: Clean up use of gfx and constellation types (#31981) 2024-04-09 06:43:48 +00:00
msg chore: Clean up use of gfx and constellation types (#31981) 2024-04-09 06:43:48 +00:00
net clippy: Fix warnings in components/shared (#31627) 2024-03-12 17:22:05 +00:00
profile Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
script Rework “visible” to “throttled” in constellation + script + compositor (#31816) 2024-03-22 06:06:28 +00:00
script_layout chore: Clean up use of gfx and constellation types (#31981) 2024-04-09 06:43:48 +00:00
webrender dependencies: Upgrade to WebRender 0.64 (#31486) 2024-03-14 17:40:54 +00:00