servo/components/shared/base
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
..
generic_channel Add generic cross process callback mechanism (#38973) 2025-08-30 16:58:49 +00:00
Cargo.toml storage: Move shared functionality to base (#39419) 2025-09-22 13:59:36 +00:00
cross_process_instant.rs deps: Upgrade to webrender@0.66 (#35325) 2025-02-07 11:57:26 +00:00
generate-unicode-block.py base: Remove ucd dependency (#32424) 2024-06-03 17:10:01 +00:00
generic_channel.rs script: Migrate swmanager to GenericChannel (#39076) 2025-09-01 19:23:16 +00:00
id.rs Change BrowingContextId from WebViewId explicitly (#39095) 2025-09-03 12:18:08 +00:00
lib.rs storage: Move shared functionality to base (#39419) 2025-09-22 13:59:36 +00:00
print_tree.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
text.rs clippy: Fix collapsible_match warning in components/shared (#33664) 2024-10-07 07:52:38 +00:00
threadpool.rs storage: Move shared functionality to base (#39419) 2025-09-22 13:59:36 +00:00
unicode_block.rs base: Remove ucd dependency (#32424) 2024-06-03 17:10:01 +00:00