aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/device.rs
Commit message (Expand)AuthorAgeFilesLines
* DevTools: Fix console in Firefox 131 (#33661)eri2024-10-091-1/+1
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-3/+4
* DevTools: Implement watcher actor (#32509)eri2024-06-211-1/+1
* Devtools device description: improve how Servo is advertised in Firefox's abo...Olivier Tilloy2024-05-081-2/+17
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-051-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+6
* 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-1/+1
* Update devtools server for Firefox 71.Josh Matthews2019-12-131-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-4/+3
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* fix lint issuescodehag2018-10-141-4/+2
* DevTools - add DeviceActor and update Root to own global actorscodehag2018-10-141-0/+86