servo/components/shared
Martin Robinson a4ceb82ef5
script: Stop using time in DOM timers (#33262)
This switches to using `std::time` types for DOM timer operations, which
allows removing our custom time units in favor of `Duration`.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-08-30 15:20:44 +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 Replace the lazy_static crate with std::sync::LazyLock in components/shared (#33060) 2024-08-15 12:05:29 +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 Rename gfx to fonts (#32556) 2024-06-19 20:26:19 +00:00
devtools DevTools: Inspect node styles (#33025) 2024-08-25 09:30:23 +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 Basic tab strip for the minibrowser (#33100) 2024-08-27 20:17:33 +00:00
profile Use workspace definitions for all crates and update to the 2021 edition (#32544) 2024-06-18 09:22:08 +00:00
script script: Stop using time in DOM timers (#33262) 2024-08-30 15:20:44 +00:00
script_layout Remove measurement of layout query wait time (#33210) 2024-08-27 16:01:48 +00:00
webrender clippy: Fix various clippy warnings throughout the code (#33003) 2024-08-13 05:16:47 +00:00