aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/profile/time.rs
Commit message (Expand)AuthorAgeFilesLines
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-211-1/+2
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-131-1/+4
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-29/+31
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-2/+0
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-11/+13
* Plumb URL into interval profiler tracing events (#34337)Delan Azabani2024-11-221-0/+6
* Make ScriptEvaluate count script execution in DOM events and timers (#34286)Delan Azabani2024-11-191-0/+4
* [NFC] Remove unused interval profiler events (#34285)Delan Azabani2024-11-191-22/+6
* Make ScriptParseHTML and ScriptParseXML only count actual parsing time (#34273)Delan Azabani2024-11-191-0/+6
* Plumb time profiler output into tracing (#34238)Delan Azabani2024-11-151-1/+77
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-22/+12
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+175