servo/components/style/gecko
Hiroyuki Ikezoe 4183b0dff2 Introduce UpdateAnimationTasks to perform a bunch of animation's tasks in a SequentialTask.
The UpdateAnimationsTasks is a bitflags and each bit is generated from
Gecko's UpdateAnimationsTasks (enum class) values for matching values
between C++ and Rust. For this reason, the bitflags is annotated as
(feature = "gecko"), as a result update_animations() which uses this bitflags
also became gecko-only function.
2017-03-27 17:38:09 +09:00
..
generated Update bindinggen bits for gecko bug 1343078. 2017-03-08 00:13:29 -05:00
arc_types.rs Move all PropertyDeclarationBlock from RwLock<_> to Locked<_> 2017-03-19 22:30:38 +01:00
conversions.rs Add support for -moz-image-rect 2017-03-25 21:58:36 +03:00
data.rs Rename ReadGuards to StylesheetGuards 2017-03-19 22:30:42 +01:00
global_style_data.rs Move all PropertyDeclarationBlock from RwLock<_> to Locked<_> 2017-03-19 22:30:38 +01:00
media_queries.rs style: Kill SharedStyleContext::default_computed_values. 2017-03-14 00:49:16 +01:00
mod.rs Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
non_ts_pseudo_class_list.rs Implement :required/:optional support for stylo. 2017-03-22 20:20:17 -04:00
restyle_damage.rs Implement "handled for descendants" tracking for RestyleDamage. 2017-02-17 10:15:53 -08:00
selector_parser.rs Bug 1349553: Account for negations of state-dependent selectors. 2017-03-23 09:51:24 +01:00
snapshot.rs Stylo: Add support for -moz-* pseudo-classes for alt text 2017-03-18 19:46:53 +03:00
snapshot_helpers.rs style: Document Gecko's snapshot code. 2017-01-02 12:58:05 +01:00
traversal.rs Replace RwLock<StyleRule> with Locked<StyleRule> 2017-03-19 22:30:37 +01:00
url.rs Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
values.rs Rename and move PercentageOrNumber to values 2017-03-25 21:58:32 +03:00
wrapper.rs Introduce UpdateAnimationTasks to perform a bunch of animation's tasks in a SequentialTask. 2017-03-27 17:38:09 +09:00