servo/components
bors-servo f4a720483d Auto merge of #17202 - BorisChiou:stylo/animation/mismatched_transform, r=Manishearth,birtles
stylo: Bug 1335998 - Handle interpolation and accumulation of mismatched transform lists

These are the interdependent patches of Bug 1335998. We want to do interpolation and accumulation for mismatched transform lists, so introduce ComputedOperation::InterpolateMatrix and ComputedOperation::Accumulation. Both arms store the from_list and to_list, and resolve them until we have the layout information. For the Servo part, we haven't implemented how to read the transform lists in layout/fragment.rs, but I think it would be easy. (related issue #13267)

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix [Bug 1335998](https://bugzilla.mozilla.org/show_bug.cgi?id=1335998)
- [X] There are tests for these changes

<!-- 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/17202)
<!-- Reviewable:end -->
2017-06-06 23:54:41 -07:00
..
atoms Allow 'decimal' and 'none' in <counter-style-name> 2017-04-26 13:04:27 +09:00
bluetooth Use servo_config::opts only on linux target. 2017-03-21 15:55:45 +01:00
bluetooth_traits Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
canvas Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
canvas_traits Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
compositing Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
config Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
constellation Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
debugger Enable the debugger on Android 2017-03-17 16:36:06 +01:00
deny_public_fields Update syn to 0.11 2017-02-27 14:46:50 +01:00
devtools Remove some usage of rust-encoding 2017-05-27 13:34:23 +02:00
devtools_traits Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
dom_struct Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domobject_derive Update syn to 0.11 2017-02-27 14:46:50 +01:00
geometry Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
gfx Auto merge of #17141 - MortimerGoro:android_fonts, r=mbrubeck 2017-06-06 13:29:05 -07:00
gfx_traits Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
jstraceable_derive Update syn to 0.11 2017-02-27 14:46:50 +01:00
layout Auto merge of #17202 - BorisChiou:stylo/animation/mismatched_transform, r=Manishearth,birtles 2017-06-06 23:54:41 -07:00
layout_thread Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
layout_traits Added a TopLevelBrowsingContextId type. 2017-05-22 09:27:07 -05:00
msg Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
net Read 32kb from the network at a time. 2017-06-05 13:47:39 -04:00
net_traits Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
profile Conditionally define macro that's only used in Linux builds. 2017-05-29 14:52:44 -04:00
profile_traits Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
rand squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
range Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
remutex Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07) 2017-05-08 12:46:03 +02:00
script Move the ancestor hashes out of Selector. 2017-06-05 19:43:58 -07:00
script_layout_interface Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
script_plugins Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)" 2017-06-03 14:37:17 +02:00
script_traits Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
selectors Make a bunch of types 'static. 2017-06-06 19:09:16 -07:00
servo Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
servo_arc Introduce NonZeroPtrMut and use it in servo_arc. 2017-06-06 21:38:51 -07:00
size_of_test Add size_of_test crate 2017-05-16 10:12:51 +02:00
style Auto merge of #17202 - BorisChiou:stylo/animation/mismatched_transform, r=Manishearth,birtles 2017-06-06 23:54:41 -07:00
style_derive Derive the most trivial ToCss implementations 🌋 2017-06-04 16:17:56 +02:00
style_traits Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
url Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
webdriver_server Bump euclid to 0.13 and heapsize to 0.4 2017-06-05 19:28:39 +02:00
webvr Update WR (new groove/ridge border path, mix-blend-mode optimizations) 2017-04-26 14:34:07 +10:00
webvr_traits Update rust-webvr 2017-05-25 10:05:30 +02:00