aboutsummaryrefslogtreecommitdiffstats
path: root/components/debugger/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
| | | | A `crate_name::foo` path always works in 2018
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-3/+2
|
* Format remaining filesPyfisch2018-11-061-2/+4
|
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-5/+4
| | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* Format components debugger and deny_public_fields #21373kingdido9992018-09-011-16/+20
|
* Enable the debugger on AndroidAnthony Ramine2017-03-171-16/+0
| | | | Apparently mio 0.6.5 now fully supports Android.
* Removed util.Alan Jeffrey2016-12-141-6/+5
|
* Disable the debugger on Android until mio works on AndroidLars Bergstrom2016-11-171-0/+16
|
* Replace rust-websocket with ws-rs in the debugger server.Eddy Bruel2016-11-071-36/+55
|
* Implement a WebSocket server for debugging.Eddy Bruel2016-09-121-0/+50