aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performancepainttiming.rs
Commit message (Expand)AuthorAgeFilesLines
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+2
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-5/+6
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-9/+18
* Fix float conversion of paint timing metricsFernando Jiménez Moreno2017-12-071-1/+2
* changed f64 to u64 for navigation start timing until it had to be floatddh2017-11-011-3/+3
* added pipelines to all task sourcesddh2017-10-251-5/+5
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-6/+6
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Add paint metrics to Performance Timeline APIFernando Jiménez Moreno2017-08-231-0/+41