Files
servo/components
bors-servo 4dcd1e71fa Auto merge of #21943 - codehag:devtools-add-list-workers-method, r=jdm
DevTools - add ListWorkers method to BrowsingContextTargetActor

This is one of three pull requests that allows the DevTools Debugger to render.

The two related prs are #21942 and #21944

This pr introduces a `ListWorkers` method, which the debugger relies on for startup. At the moment, we are returning an empty array, but later on we can return an array populated by all workers associated with a target.

---
<!-- 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
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- 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/21943)
<!-- Reviewable:end -->
2018-10-14 15:07:01 -04:00
..
2018-10-08 16:12:03 +02:00
2018-09-12 11:25:45 +08:00
2018-09-22 18:51:42 +02:00
2018-10-11 22:34:33 -04:00
2018-09-09 10:11:08 +08:00
2018-09-09 10:14:36 +08:00
2018-09-11 15:04:55 +08:00
2018-09-12 12:37:11 +05:30
2018-10-08 16:12:03 +02:00
2018-09-22 18:51:42 +02:00
2018-09-18 11:46:01 +02:00
2018-10-12 10:25:03 +02:00