Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stub debugger server. | Josh Matthews | 2020-08-10 | 2 | -88/+0 |
| | |||||
* | Update ipc-channel and crossbeam-channel. | Josh Matthews | 2020-02-20 | 1 | -1/+1 |
| | |||||
* | Update to url 2.0 | Simon Sapin | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | Upgrade ws. | Josh Matthews | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 2 | -4/+4 |
| | |||||
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 1 | -1/+0 |
| | | | | A `crate_name::foo` path always works in 2018 | ||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -3/+2 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -2/+4 |
| | |||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 2 | -5/+5 |
| | | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com> | ||||
* | Format components debugger and deny_public_fields #21373 | kingdido999 | 2018-09-01 | 1 | -16/+20 |
| | |||||
* | Bump env_logger to 0.5 and log to 0.4 in every servo crate | Bastien Orivel | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Re-expose webrender debugger feature in components/servo | Matt | 2018-03-20 | 1 | -1/+1 |
| | | | | | | Update ws in debugger to 0.7.3 Update lockfile | ||||
* | Enable the debugger on Android | Anthony Ramine | 2017-03-17 | 2 | -18/+0 |
| | | | | Apparently mio 0.6.5 now fully supports Android. | ||||
* | Update ws to 0.6 | Anthony Ramine | 2017-02-26 | 1 | -1/+1 |
| | | | | This is exactly the same as 0.5.4, but without a semver violation. | ||||
* | Removed util. | Alan Jeffrey | 2016-12-14 | 2 | -7/+5 |
| | |||||
* | Disable the debugger on Android until mio works on Android | Lars Bergstrom | 2016-11-17 | 2 | -0/+18 |
| | |||||
* | Replace rust-websocket with ws-rs in the debugger server. | Eddy Bruel | 2016-11-07 | 2 | -38/+58 |
| | |||||
* | Implement a WebSocket server for debugging. | Eddy Bruel | 2016-09-12 | 2 | -0/+65 |