servo/components/style/gecko
Boris Chiou 02fc1789e8 Bug 1357357 - Make the parser of transition-property match the spec.
1. We add a new arm to TransitionProperty, TransitionProperty::Unsupported,
   which contains an Atom, so it's better to remove the Copy trait from
   TransitionProperty.
2. TransitionProperty::Unsupported(Atom) represents any non-animatable, custom,
   or unrecognized property, and we use Atom to store the ident string for
   serialization.
2017-04-26 21:35:05 +08:00
..
generated Update Stylo bindings 2017-04-14 17:22:17 +08:00
arc_types.rs Stylo: Add FFI interfaces for exposing style sources. 2017-04-10 16:40:46 +08:00
conversions.rs Cleanup position and make use of generic Position for its users 2017-04-25 17:32:45 +05:30
data.rs style: Simplify author_style_disabled handling. 2017-04-19 09:41:37 +02:00
global_style_data.rs Store style system options in the global style data and shared style context. 2017-04-12 14:34:42 +08:00
media_queries.rs Support vendor prefix keyframes rule. 2017-04-21 12:18:12 +09:00
mod.rs Use Gecko nsCSSFontFaceRule for font face rule. 2017-03-30 11:41:09 +11:00
non_ts_pseudo_class_list.rs Bug 1350140: stylo: Implement all the remaining state pseudo-classes. r=heycam 2017-03-29 11:52:53 +02:00
restyle_damage.rs Implement "handled for descendants" tracking for RestyleDamage. 2017-02-17 10:15:53 -08:00
rules.rs Add missing 'additive-symbols' validity checks 2017-04-26 13:02:40 +09:00
selector_parser.rs stylo: Fix a serialization bug for string pseudos. 2017-04-24 19:28:11 +02:00
snapshot.rs Bug 1350140: stylo: Implement all the remaining state pseudo-classes. r=heycam 2017-03-29 11:52:53 +02:00
snapshot_helpers.rs style: Document Gecko's snapshot code. 2017-01-02 12:58:05 +01:00
traversal.rs Do the sequential traversal breadth-first. 2017-04-09 14:52:49 +08:00
url.rs Use a UrlExtraData type alias to unify url handling logic. 2017-04-03 21:57:16 +10:00
values.rs Make ShapeRadius generic 2017-04-25 17:13:44 +05:30
wrapper.rs Bug 1357357 - Make the parser of transition-property match the spec. 2017-04-26 21:35:05 +08:00