servo/components
bors-servo fdfde1c5eb Auto merge of #12292 - ConnorGBrewster:runnable_variant, r=KiChjang
Consolidate runnable variants on DOMManipulationTask into a single Runnable variant.

<!-- Please describe your changes on the following line: -->
Consolidates the runnable variants on `DOMManipulationTask` into a single `Runnable` variant.
Also combines `MainThreadRunnable` into the `Runnable` trait.

I plan on filing a few E-Easy issues after this lands to implement `name` on each of the structs that implement `Runnable`.

---
<!-- 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 refactoring

<!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12292)
<!-- Reviewable:end -->
2016-07-07 14:26:44 -07:00
..
canvas Move util::vec::byte_swap to canvas_traits 2016-07-04 16:48:15 +02:00
canvas_traits Move util::vec::byte_swap to canvas_traits 2016-07-04 16:48:15 +02:00
compositing Associate logical and physical keypresses together to support non-QWERTY keyboards. 2016-07-05 18:06:42 -04:00
constellation Make textinput handle actual key values. Don't restrict character values to a single byte. 2016-07-06 00:10:24 -04:00
devtools Use get_mut instead of get-remove-set in XHR send() 2016-06-27 21:31:28 -07:00
devtools_traits Use get_mut instead of get-remove-set in XHR send() 2016-06-27 21:31:28 -07:00
gfx Auto merge of #12291 - mbrubeck:font-panic, r=Wafflespeanut 2016-07-07 11:54:11 -07:00
gfx_traits Move util::print_tree to gfx_traits 2016-07-04 15:47:06 +02:00
layout Auto merge of #12233 - KiChjang:underline-color, r=emilio 2016-07-06 01:05:13 -07:00
layout_thread Move util::workqueue to style 2016-07-04 21:56:09 +02:00
layout_traits Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) 2016-06-27 14:13:44 +02:00
msg Move webdriver_msg to script_traits. 2016-07-05 09:02:46 +02:00
net Properly check storage size against QUOTA_SIZE_LIMIT (fixes #12247) 2016-07-06 14:01:25 +02:00
net_traits Auto merge of #12258 - izgzhen:remove-data-slice, r=Manishearth 2016-07-05 06:24:46 -07:00
plugins Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) 2016-06-08 14:03:57 +02:00
profile Move util::time::duration_from_seconds to profile::time 2016-06-29 18:00:24 +02:00
profile_traits Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) 2016-06-27 14:13:44 +02:00
range Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) 2016-06-27 14:13:44 +02:00
script Auto merge of #12292 - ConnorGBrewster:runnable_variant, r=KiChjang 2016-07-07 14:26:44 -07:00
script_layout_interface Upgrade rust-selectors. 2016-07-05 18:03:40 -07:00
script_traits Make textinput handle actual key values. Don't restrict character values to a single byte. 2016-07-06 00:10:24 -04:00
servo Auto merge of #11950 - jdm:keylayout2, r=emilio 2016-07-06 02:51:50 -07:00
style Auto merge of #11948 - stshine:flex-shorthand-properties, r=emilio 2016-07-05 20:08:07 -07:00
style_traits Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) 2016-06-27 14:13:44 +02:00
util Auto merge of #12275 - emilio:prefs-rwlock, r=jdm 2016-07-06 17:54:13 -07:00
webdriver_server Move webdriver_msg to script_traits. 2016-07-05 09:02:46 +02:00