aboutsummaryrefslogtreecommitdiffstats
path: root/components/debugger
Commit message (Expand)AuthorAgeFilesLines
* Remove stub debugger server.Josh Matthews2020-08-102-88/+0
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Update to url 2.0Simon Sapin2019-08-171-1/+1
* Upgrade ws.Josh Matthews2019-06-121-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-182-4/+4
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-3/+2
* Format remaining filesPyfisch2018-11-061-2/+4
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-122-5/+5
* Format components debugger and deny_public_fields #21373kingdido9992018-09-011-16/+20
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Re-expose webrender debugger feature in components/servoMatt2018-03-201-1/+1
* Enable the debugger on AndroidAnthony Ramine2017-03-172-18/+0
* Update ws to 0.6Anthony Ramine2017-02-261-1/+1
* Removed util.Alan Jeffrey2016-12-142-7/+5
* Disable the debugger on Android until mio works on AndroidLars Bergstrom2016-11-172-0/+18
* Replace rust-websocket with ws-rs in the debugger server.Eddy Bruel2016-11-072-38/+58
* Implement a WebSocket server for debugging.Eddy Bruel2016-09-122-0/+65