servo/components
bors-servo d80bf2ada7 Auto merge of #13793 - heycam:cleanup-2, r=Manishearth
Make use statements in gecko.mako.rs neater.

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

Similarly to #13792 I find the grouped `use` statements in gecko.mako.rs hard to deal with.  Splitting these out to one per line should help avoid rebasing problems (which I sometimes get), is easier to read, and easier to keep sorted.  r? @emilio

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./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 _____

<!-- 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/13793)
<!-- Reviewable:end -->
2016-10-16 22:46:56 -05:00
..
canvas Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
canvas_traits Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
compositing Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
constellation Made pipeline always store the frame_id. 2016-10-10 13:59:04 -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 layout: Rewrite clipping to be a two-phase process that takes physical 2016-10-15 14:18:48 -07:00
gfx_traits Correct the unicode codes used for tree printing 2016-10-11 11:44:38 +02:00
layout Make list-style-image use UrlOrNone. 2016-10-16 11:32:57 +08:00
layout_thread Emit TransitionEnd events in the layout thread and process it in the script thread 2016-10-11 19:36:06 -07:00
layout_traits Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
msg Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
net Implement blob url support in the fetch stack. 2016-10-14 14:18:03 +02:00
net_traits Remove unused trait method. 2016-10-10 13:42:16 -04: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 Removed incorrectly exposed webidl interfaces 2016-10-16 13:29:47 -03:00
script_layout_interface Move children_to_process to layout. 2016-10-08 18:20:45 -07:00
script_traits Emit TransitionEnd events in the layout thread and process it in the script thread 2016-10-11 19:36:06 -07:00
servo Auto merge of #13759 - bholley:owning_handle, r=SimonSapin 2016-10-14 10:42:10 -05:00
style Auto merge of #13793 - heycam:cleanup-2, r=Manishearth 2016-10-16 22:46:56 -05: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 Migrate user agent string to Cow<'static, str>. 2016-10-10 16:34:20 -04:00
webdriver_server Use fn pipeline_id consistently, not fn pipeline 2016-09-13 15:17:40 -04:00