gecko-dev/servo/components/style
Boris Chiou f036767f24 servo: Merge #17202 - stylo: Bug 1335998 - Handle interpolation and accumulation of mismatched transform lists (from BorisChiou:stylo/animation/mismatched_transform); r=Manishearth,birtles
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

Source-Repo: https://github.com/servo/servo
Source-Revision: f4a720483dfab2f7289a9845b0f1faa31a2d6f11

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 08d5082c5675c530b9d05136c673df1a025cf9c5
2017-06-06 23:54:41 -07:00
..
counter_style servo: Merge #17060 - Support symbols() function and string value for list-style-type for stylo (from upsuper:bug1363596); r=heycam 2017-05-27 07:09:30 -05:00
gecko servo: Merge #17202 - stylo: Bug 1335998 - Handle interpolation and accumulation of mismatched transform lists (from BorisChiou:stylo/animation/mismatched_transform); r=Manishearth,birtles 2017-06-06 23:54:41 -07:00
gecko_bindings servo: Merge #17202 - stylo: Bug 1335998 - Handle interpolation and accumulation of mismatched transform lists (from BorisChiou:stylo/animation/mismatched_transform); r=Manishearth,birtles 2017-06-06 23:54:41 -07:00
gecko_string_cache servo: Merge #17027 - Rollup of 9 pull requests (from Manishearth:rollup); r=Manishearth 2017-05-24 16:08:02 -05:00
invalidation servo: Merge #17179 - shrink Rule and store all heap-allocated selector data inline (from bholley:one_selector_allocation); r=emilio 2017-06-05 20:10:28 -07:00
properties servo: Merge #17202 - stylo: Bug 1335998 - Handle interpolation and accumulation of mismatched transform lists (from BorisChiou:stylo/animation/mismatched_transform); r=Manishearth,birtles 2017-06-06 23:54:41 -07:00
rule_tree servo: Merge #17197 - Force the NonZero optimization for servo_arc and StrongRuleNode (from bholley:nonzero_arc); r=Manishearth 2017-06-06 22:42:42 -07:00
servo servo: Merge #17165 - support matching :-moz-browser-frame and :-moz-table-border-nonzero against snapshots (from heycam:pseudo-other); r=emilio 2017-06-05 22:09:56 -07:00
sharing servo: Merge #17172 - Parent mismatch should not clear style sharing cache (from bzbarsky:cache-parent-level); r=emilio 2017-06-05 14:36:35 -07:00
stylesheets servo: Merge #17173 - Stop parsing @supports rules before Delimiter::Bang (from Manishearth:supports-fixes); r=upsuper 2017-06-05 23:19:31 -07:00
values servo: Merge #17199 - Make shadow values share more code (from upsuper:shadow); r=Manishearth 2017-06-06 21:02:30 -07:00
animation.rs servo: Merge #17167 - Use generics for transition-timing-function 📈 (from servo:derive-all-the-things); r=emilio 2017-06-05 13:38:01 -07:00
attr.rs servo: Merge #16915 - Shrink selectors::Component, implement attr selector (in)case-sensitivity (from servo:attr-selectors); r=nox,emilio 2017-05-18 18:45:20 -05:00
bezier.rs servo: Merge #14821 - More docs in style (from servo:docs-in-style); r=emilio 2017-01-02 02:08:01 -08:00
bloom.rs servo: Merge #17172 - Parent mismatch should not clear style sharing cache (from bzbarsky:cache-parent-level); r=emilio 2017-06-05 14:36:35 -07:00
build_gecko.rs servo: Merge #16941 - Move config info from build_gecko.rs to Gecko code (from upsuper:bug1336540); r=emilio 2017-05-18 20:42:55 -05:00
build.rs servo: Merge #16935 - Move bindings tests out of the style crate (from servo:out-of-crate-bindings-tests); r=emilio 2017-05-19 03:48:14 -05:00
cache.rs servo: Merge #17142 - Move LRUCache to ArrayDeque crate (from kenan-rhoton:LRUCacheArrayVecDeque); r=emilio 2017-06-04 13:29:24 -07:00
Cargo.toml servo: Merge #17179 - shrink Rule and store all heap-allocated selector data inline (from bholley:one_selector_allocation); r=emilio 2017-06-05 20:10:28 -07:00
cascade_info.rs servo: Merge #16973 - Derive ToComputedValue (from servo:derive-all-the-things); r=emilio 2017-05-21 08:48:10 -05:00
context.rs servo: Merge #17142 - Move LRUCache to ArrayDeque crate (from kenan-rhoton:LRUCacheArrayVecDeque); r=emilio 2017-06-04 13:29:24 -07:00
custom_properties.rs servo: Merge #16973 - Derive ToComputedValue (from servo:derive-all-the-things); r=emilio 2017-05-21 08:48:10 -05:00
data.rs servo: Merge #17151 - style: Recascade the document when rem units are used and the root font-size changes (from heycam:rem-recascade); r=emilio 2017-06-03 19:04:45 -07:00
dom.rs servo: Merge #17144 - Stylo: Support link preshints on <body> (from jryans:link-pres-hints); r=Manishearth 2017-06-02 13:08:04 -07:00
element_state.rs servo: Merge #16873 - Fix dynamic updates when :dir matching changes in stylo (from bzbarsky:fix-dir-matching); r=emilio 2017-05-15 11:40:40 -05:00
encoding_support.rs servo: Merge #16835 - Stylo: Bug 1350175 - Support getting line / column number of CSS rules (from ferjm:bug1350175.line.column.css.rules); r=upsuper,SimonSapin 2017-05-15 05:28:50 -05:00
error_reporting.rs servo: Merge #16585 - Don’t log CSS parsing errors in user-agent stylesheets (from servo:log); r=emilio 2017-04-24 05:05:51 -05:00
font_face.rs servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00
font_metrics.rs servo: Merge #16333 - stylo: support font metrics (from Manishearth:stylo-metrics); r=heycam 2017-04-10 01:35:18 -05:00
lib.rs servo: Merge #17179 - shrink Rule and store all heap-allocated selector data inline (from bholley:one_selector_allocation); r=emilio 2017-06-05 20:10:28 -07:00
logical_geometry.rs servo: Merge #16779 - [gfx] [layout] [style] Upgrade unicode-bidi to 0.3 (from behnam:bidi-0.3); r=mbrubeck 2017-05-22 23:06:07 -05:00
macros.rs servo: Merge #16960 - Derive HasViewportPercentage 🍷 (from servo:derive-all-the-things); r=emilio 2017-05-20 11:34:36 -05:00
matching.rs servo: Merge #17172 - Parent mismatch should not clear style sharing cache (from bzbarsky:cache-parent-level); r=emilio 2017-06-05 14:36:35 -07:00
media_queries.rs servo: Merge #16609 - Implement unitless length quirk (from nox:quirks); r=Manishearth,emilio 2017-04-27 22:32:24 -05:00
parallel.rs servo: Merge #16971 - Rewrite parallel.rs (from bholley:fix_parallelism); r=emilio 2017-05-21 01:12:22 -05:00
parser.rs servo: Merge #17139 - style: Simplify a bit the parsing code (from emilio:parsing-simplify); r=nox 2017-06-02 05:38:48 -07:00
README.md servo: Merge #10934 - style: Add infrastructure to support lazy pseudo-elements (from emilio:other-gecko-pseudos); r=bholley,mbrubeck 2016-05-04 03:42:23 -07:00
restyle_hints.rs servo: Merge #17165 - support matching :-moz-browser-frame and :-moz-table-border-nonzero against snapshots (from heycam:pseudo-other); r=emilio 2017-06-05 22:09:56 -07:00
scoped_tls.rs servo: Merge #16303 - bump required rayon version to 0.7 (from froydnj:rayon-version-bump); r=jdm 2017-05-08 21:36:48 -05:00
selector_map.rs servo: Merge #17179 - shrink Rule and store all heap-allocated selector data inline (from bholley:one_selector_allocation); r=emilio 2017-06-05 20:10:28 -07:00
selector_parser.rs servo: Merge #17032 - Stylo: visited pseudo-class support (from jryans:stylo-visited); r=emilio 2017-05-24 19:53:48 -05:00
sequential.rs servo: Merge #16379 - Limit traversal statistics dumps to subtrees of 50 or more elements and add more values (from bholley:quieter_stats); r=SimonSapin 2017-04-13 01:44:12 -05:00
shared_lock.rs servo: Merge #17154 - style: Split stylesheets.rs (from emilio:split); r=Manishearth 2017-06-04 14:26:30 -07:00
sink.rs servo: Merge #14819 - Document most of the remaining parts of the style system, make docs-by-default for the whole style system (from emilio:no-missing-docs); r=Manishearth 2017-01-02 04:10:56 -08:00
str.rs servo: Merge #16553 - Support vendor prefix keyframes rule (from hiikezoe:vendor-prefix-keyframes); r=emilio 2017-04-21 00:17:06 -05:00
style_adjuster.rs servo: Merge #17026 - mathvariant attributes should affect computed font style and weight in stylo (from bzbarsky:mathvariant); r=Manishearth 2017-05-25 02:07:08 -05:00
stylesheet_set.rs servo: Merge #17147 - Bug 1357461 - stylo: Cache media query results and only flush and restyle if they changed (from emilio:media-query-caching); r=heycam 2017-06-03 08:11:23 -07:00
stylist.rs servo: Merge #17179 - shrink Rule and store all heap-allocated selector data inline (from bholley:one_selector_allocation); r=emilio 2017-06-05 20:10:28 -07:00
thread_state.rs servo: Merge #14896 - Tidy assignments (from g1smo:tidy-assignments); r=jdm 2017-01-07 09:40:46 -08:00
timer.rs servo: Merge #14801 - style: Document and force documentation in a big chunk of the style crate (from emilio:no-missing-docs); r=mbrubeck,Manishearth,Wafflespeanut 2016-12-31 03:19:02 -08:00
traversal.rs servo: Merge #17055 - Allow style sharing for elements with ids as long as the ID is not being used for styling (from bzbarsky:sharing-across-ids); r=emilio 2017-06-05 11:05:00 -07:00

servo-style

Style system for Servo, using rust-cssparser for parsing.