servo/components/style/gecko
bors-servo e4a1cb6f87 Auto merge of #15175 - BorisChiou:animation/interpolate_and_cascade, r=heycam
Interpolate servo animation values and add them to the cascade

These are the servo-side changes for [bug 1317209](https://bugzilla.mozilla.org/show_bug.cgi?id=1317209). @Manishearth, @emilio, and @heycam have already reviewed them there. Please merge these patches until the gecko-side changes for [bug 1317209](https://bugzilla.mozilla.org/show_bug.cgi?id=1317209) is landed.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix [bug 1317209](https://bugzilla.mozilla.org/show_bug.cgi?id=1317209).
- [X] These changes do not require tests because there are existing tests for this in mozilla-central

<!-- 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/15175)
<!-- Reviewable:end -->
2017-01-25 23:36:33 -08:00
..
generated Move most of geckolib into style::gecko 2016-09-26 09:07:17 +02:00
conversions.rs style: Document Gecko conversions module. 2017-01-02 12:58:03 +01:00
data.rs Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam 2017-01-17 14:05:23 +01:00
media_queries.rs Regen bindings 2017-01-21 16:54:17 -08:00
mod.rs Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam 2017-01-17 14:05:23 +01:00
non_ts_pseudo_class_list.rs Put stylo's pseudo-class into a list file 2017-01-24 10:17:57 +11:00
restyle_damage.rs style: Document Gecko's restyle-damage code. 2017-01-02 12:58:05 +01:00
selector_parser.rs Put stylo's pseudo-class into a list file 2017-01-24 10:17:57 +11:00
snapshot.rs style: Document Gecko's snapshot code. 2017-01-02 12:58:05 +01:00
snapshot_helpers.rs style: Document Gecko's snapshot code. 2017-01-02 12:58:05 +01:00
traversal.rs style: Expose the traversal kind to the style system. 2017-01-24 08:41:29 +01:00
values.rs style: Document the remaining public parts of Gecko's values module. 2017-01-02 12:58:06 +01:00
wrapper.rs Bug 1317209 - Part 5: Support transition cascade level. r=emilio 2017-01-24 18:44:07 +08:00