aboutsummaryrefslogtreecommitdiffstats
path: root/components/metrics/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1/+1
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-101-1/+0
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-4/+4
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-4/+4
* More Cargo.toml updatesatouchet2020-05-251-6/+6
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* Decoupled gfx and metricsGeorg Streich2018-01-151-1/+0
* Print url of recorded PWMFernando Jiménez Moreno2017-12-071-0/+1
* added pipelines to all task sourcesddh2017-10-251-1/+0
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-0/+4
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Wait for actual paint before setting paint related metricsFernando Jiménez Moreno2017-08-221-1/+5
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+16