servo/components
bors-servo 5916b08174 Auto merge of #13966 - asajeffrey:constellation-tidy-up-again, r=ConnorGBrewster
Tidying up constellation.

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

Some miscellaneous tidying up to the constellation:
- improve the efficiency of testing emptiness of the joint session past and future,
- add some helpful debug logs,
- make the if-statement for pipeline traversal easier to read.

r? @ConnorGBrewster
---

<!-- 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 do not require tests because tidying up

<!-- 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/13966)

<!-- Reviewable:end -->
2016-10-31 09:38:54 -05:00
..
canvas Remove old rendering backend. 2016-10-18 10:21:27 +10:00
canvas_traits Remove old rendering backend. 2016-10-18 10:21:27 +10:00
compositing Use a new id type for tracking scrolling areas 2016-10-30 21:10:04 +01:00
constellation Auto merge of #13966 - asajeffrey:constellation-tidy-up-again, r=ConnorGBrewster 2016-10-31 09:38:54 -05:00
debugger Implement a WebSocket server for debugging. 2016-09-12 11:02:09 +02:00
devtools Setting a devtools timeline marker may fail, due to pipeline lookup failure. 2016-10-12 12:56:23 -05:00
devtools_traits Setting a devtools timeline marker may fail, due to pipeline lookup failure. 2016-10-12 12:56:23 -05:00
gfx Auto merge of #13957 - mrobinson:scroll_root, r=glennw 2016-10-30 15:27:56 -05:00
gfx_traits Use a new id type for tracking scrolling areas 2016-10-30 21:10:04 +01:00
layout Auto merge of #13957 - mrobinson:scroll_root, r=glennw 2016-10-30 15:27:56 -05:00
layout_thread Auto merge of #13957 - mrobinson:scroll_root, r=glennw 2016-10-30 15:27:56 -05:00
layout_traits Remove old rendering backend. 2016-10-18 10:21:27 +10:00
msg Move WindowSizeType to script_traits. 2016-10-22 13:33:38 +02:00
net Avoid some unnecessary clones when handling cookies. 2016-10-20 09:38:47 +02:00
net_traits Move Image and PixelFormat to net_traits. 2016-10-21 16:12:39 +02:00
plugins Revert "Make DOMRefCell use style’s copy of RefCell" 2016-10-04 18:35:01 +02:00
profile Add time profiling to ServoXMLParser::parse_sync 2016-10-11 15:03:25 +02:00
profile_traits Add time profiling to ServoXMLParser::parse_sync 2016-10-11 15:03:25 +02:00
range Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
script Auto merge of #13908 - aethanyc:add-border-width-keyword, r=emilio 2016-10-29 19:48:27 -05:00
script_layout_interface Rename NodeData and associated data structures to Element*. 2016-10-29 14:58:07 -07:00
script_traits Use a new id type for tracking scrolling areas 2016-10-30 21:10:04 +01:00
servo Update WR - text + 3d transform fix, android build fix, documentation. 2016-10-31 07:39:50 +10:00
style Regenerate bindings for mozilla-central rev e3279760cd977aac30bd9e8032d3ee71f55d2a67. 2016-10-30 15:25:40 -07:00
style_traits Emit TransitionEnd events in the layout thread and process it in the script thread 2016-10-11 19:36:06 -07:00
util Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26) 2016-10-27 19:18:56 +02:00
webdriver_server Move Image and PixelFormat to net_traits. 2016-10-21 16:12:39 +02:00