aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Devtools: initial Debugger > Sources panel (#36164)delan azabani2025-04-081-3/+30
* DevTools: Show HTML tree (#32655)eri2024-07-261-15/+5
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-6/+7
* 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-7/+7
* Update devtools server for Firefox 71.Josh Matthews2019-12-131-2/+17
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* DevTools - add Interrupt method to ThreadActorcodehag2018-10-141-0/+16
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-12/+14
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+2
* Implement a dummy sources message in the thread actorAnthony Ramine2016-05-301-0/+18
* Use serde in devtoolsAnthony Ramine2016-03-311-13/+17
* Add a dummy reconfigure reply in the thread actorAnthony Ramine2016-03-241-0/+10
* Implement a basic thread actorAnthony Ramine2016-03-241-0/+80