servo/components/shared
Martin Robinson bc8d8b62c3
Stop using time@0.1 in Servo (#33394)
This removes the last few uses of `time@0.1` in Servo. There are still
dependencies from `style` and `webrender`, but they will be removed soon
as well. The uses of this version of `time` are replaced with
`std::time` types and `time@0.3` when negative `Duration` is necessary.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-09-11 07:09:56 +00:00
..
background_hang_monitor Replace the lazy_static crate with std::sync::LazyLock in components/shared (#33060) 2024-08-15 12:05:29 +00:00
base Stop using time@0.1 in Servo (#33394) 2024-09-11 07:09:56 +00:00
bluetooth Use workspace definitions for all crates and update to the 2021 edition (#32544) 2024-06-18 09:22:08 +00:00
canvas Replace the lazy_static crate with std::sync::LazyLock in components/shared (#33060) 2024-08-15 12:05:29 +00:00
compositing Add tracing events (#33189) 2024-09-05 12:11:12 +00:00
devtools Stop using time@0.1 in Servo (#33394) 2024-09-11 07:09:56 +00:00
embedder Replace the lazy_static crate with std::sync::LazyLock in components/shared (#33060) 2024-08-15 12:05:29 +00:00
fonts Rename gfx to fonts (#32556) 2024-06-19 20:26:19 +00:00
net Stop using time@0.1 in Servo (#33394) 2024-09-11 07:09:56 +00:00
profile script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
script script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
script_layout script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00
webrender clippy: Fix various clippy warnings throughout the code (#33003) 2024-08-13 05:16:47 +00:00