diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-11-24 04:57:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-24 04:57:50 -0800 |
commit | 99c4821485de30eabc0eb81af9cc5e5102e2f3f6 (patch) | |
tree | ff16a33ad0c12463cd41468dc98c361843503a4e /components/style/sequential.rs | |
parent | 1321c0704dead3421221cb7581fa261a82603f87 (diff) | |
parent | fb6cefcb78fa4f15ece887800308de997bbfc8f5 (diff) | |
download | servo-99c4821485de30eabc0eb81af9cc5e5102e2f3f6.tar.gz servo-99c4821485de30eabc0eb81af9cc5e5102e2f3f6.zip |
Auto merge of #14344 - asajeffrey:script-thread-new-layout-use-incomplete-loads, r=jdm
Script thread creating layout thread should use the incomplete loads
<!-- Please describe your changes on the following line: -->
When a script thread creates a new layout thread, it does so by sending a message to an existing layout thread asking it to spawn. At the moment, we're only looking at the completed loads for that layout thread, so we can get a panic if two loads happen in quick succession. The temporary fix is to look for the layout thread in the incomplete loads too.
---
<!-- 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
- [X] These changes fix #14333.
- [X] These changes do not require tests because it fixes a panic.
<!-- 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/14344)
<!-- Reviewable:end -->
Diffstat (limited to 'components/style/sequential.rs')
0 files changed, 0 insertions, 0 deletions