servo/components/servo
bors-servo f834c893c7 Auto merge of #13204 - ejpbruel:debugger, r=jdm
Implement a WebSocket server for debugging.

<!-- Please describe your changes on the following line: -->

This pull request adds a very simple WebSocket server to Servo, that we intend to use for debugging. It currently only echoes back messages, but eventually we want this server to implement the Chrome Debugging Protocol.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because this is a prototype.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13204)
<!-- Reviewable:end -->
2016-09-12 10:19:17 -05:00
..
.cargo Add Windows packaging to create an MSI installer 2016-07-25 14:58:33 -06:00
platform/macos servo: Add an Info.plist on the Mac and opt into integrated graphics. 2016-06-08 12:29:44 -07:00
build.rs New Android suppport 2015-11-04 16:29:39 -06:00
Cargo.lock Auto merge of #13204 - ejpbruel:debugger, r=jdm 2016-09-12 10:19:17 -05:00
Cargo.toml Implement a WebSocket server for debugging. 2016-09-12 11:02:09 +02:00
fake-ld.cmd Add Windows packaging to create an MSI installer 2016-07-25 14:58:33 -06:00
fake-ld.sh Add lint to ensure substitutions use the full form 2016-08-05 09:29:10 -04:00
lib.rs Implement a WebSocket server for debugging. 2016-09-12 11:02:09 +02:00
main.rs Reorder use statements 2016-09-09 04:55:19 +02:00
servo.exe.manifest Fix missing namespace in Windows manifest 2016-07-27 15:16:23 -06:00