servo/components/shared
Ashwin Naren f766b66a97
storage: Move shared functionality to base (#39419)
Part of #39418. See that PR for a full description.

Moves:
- `read_json_from_file`
- `write_json_to_file`
- `IpcSendResult`
- `IpcSend`

Renames:
- `CoreResourceThreadPool` to `ThreadPool` (shorter and more
descriptive, as we use it for more than the core resource thread now)

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-09-22 13:59:36 +00:00
..
background_hang_monitor background_hang_monitor: ensure workers run until monitored components do (#38322) 2025-07-30 13:03:28 +00:00
base storage: Move shared functionality to base (#39419) 2025-09-22 13:59:36 +00:00
bluetooth cargo: Bump rustc to 1.89 (#36818) 2025-08-19 11:07:53 +00:00
canvas canvas: Implement strokeText (#39183) 2025-09-06 18:01:21 +00:00
compositing compositing_traits: Properly cache cumulative node transforms (#39402) 2025-09-22 09:52:47 +00:00
constellation Cargo.toml cleanup (#39403) 2025-09-20 03:09:37 +00:00
devtools Cargo.toml cleanup (#39403) 2025-09-20 03:09:37 +00:00
embedder Cargo.toml cleanup (#39403) 2025-09-20 03:09:37 +00:00
fonts Bump ipc_channel and remove unnecessary lock in SystemFontServiceProxy (#39350) 2025-09-19 05:37:33 +00:00
layout Cargo.toml cleanup (#39403) 2025-09-20 03:09:37 +00:00
net storage: Move shared functionality to base (#39419) 2025-09-22 13:59:36 +00:00
profile profile: Remove integration with Instruments.app "Points of Interest" (#39354) 2025-09-18 02:37:00 +00:00
script Use more workspace dependencies (#39404) 2025-09-20 06:01:59 +00:00
webgpu chore: update wgpu to v26 (#39016) 2025-09-14 04:09:17 +00:00
webxr libservo: Move EventLooperWaker from webxr_traits to embedder_traits (#36420) 2025-04-09 14:19:33 +00:00