aboutsummaryrefslogtreecommitdiffstats
path: root/components/debugger
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Update ws in debugger to 0.7.3 Update lockfile
* Enable the debugger on AndroidAnthony Ramine2017-03-172-18/+0
| | | | Apparently mio 0.6.5 now fully supports Android.
* Update ws to 0.6Anthony Ramine2017-02-261-1/+1
| | | | This is exactly the same as 0.5.4, but without a semver violation.
* 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