aboutsummaryrefslogtreecommitdiffstats
path: root/components/debugger
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-182-4/+4
|
* 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
|
* 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
| | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* 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
| | | | | | 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