aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/performance.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* DevTools: Show HTML tree (#32655)eri2024-07-261-0/+3
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-11/+13
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-051-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* devtools: Track multiple clients better, and cleanup streams when a client is...Josh Matthews2020-08-061-0/+2
* devtools: Don't panic when sending to a disconnected client fails.Josh Matthews2020-08-051-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format remaining filesPyfisch2018-11-061-2/+4
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-23/+31
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+2
* Implement a dummy canCurrentlyRecord method in performance actorAnthony Ramine2016-05-301-1/+39
* Implement a dummy protocolDescription in the root actorAnthony Ramine2016-05-301-1/+9
* Use serde in devtoolsAnthony Ramine2016-03-311-5/+6
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Implement a PerformanceActor.Ms2ger2015-08-151-0/+73