aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-1/+1
* DevTools: Show HTML tree (#32655)eri2024-07-261-5/+4
* fix a couple of simple clipy warnings (#32813)Rodion Borovyk2024-07-191-1/+1
* DevTools: Display console messages and errors (#32727)eri2024-07-091-17/+31
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-18/+21
* DevTools: Implement watcher actor (#32509)eri2024-06-211-2/+9
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-1/+1
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-1/+1
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-051-6/+7
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-19/+21
* remove `extern crate` (#30311)Samson2023-09-081-5/+2
* feat: shorten thread namesyvt2021-07-191-1/+1
* devtools: Track multiple clients better, and cleanup streams when a client is...Josh Matthews2020-08-061-7/+15
* devtools: Don't panic when sending to a disconnected client fails.Josh Matthews2020-08-051-10/+13
* devtools: TabDescription actorPaul Rouget2020-07-131-0/+1
* Allow embedder to bypass devtools promptPaul Rouget2020-06-221-11/+40
* Update devtools page titles.Josh Matthews2020-04-281-0/+30
* Move some console-related message types into the console code.Josh Matthews2020-04-281-26/+0
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-50/+73
* Support navigating browsing contexts in the devtools.Josh Matthews2020-04-261-113/+108
* Add support for launching devtools server on random portKunal Mohan2020-03-161-1/+14
* Prompt user before accepting incoming devtools connectionPaul Rouget2020-02-101-4/+16
* Update devtools server for Firefox 71.Josh Matthews2019-12-131-0/+12
* devtools: save and send cached messagesPaul Rouget2019-12-061-25/+32
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-4/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-3/+3
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-10/+0
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-5/+23
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Update hyper to 0.12Bastien Orivel2018-11-011-0/+3
* DevTools - add Emulation Actorcodehag2018-10-151-1/+9
* Auto merge of #21942 - codehag:devtools-add-device-actor, r=jdmbors-servo2018-10-141-1/+13
|\
| * DevTools - add DeviceActor and update Root to own global actorscodehag2018-10-141-1/+13
* | DevTools - add preliminary StyleSheetActorcodehag2018-10-141-1/+9
|/
* Bug 1172897 - Rename Tab Actor to BrowsingContextActorcodehag2018-09-231-12/+12
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-2/+3
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-96/+162
* Use try syntax for Option where appropriateMatt Brubeck2017-10-201-8/+2
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-12/+11
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-3/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-2/+2
* Remove some usage of rust-encodingSimon Sapin2017-05-271-1/+0
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-4/+1
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0