servo/components/style/gecko
Anthony Ramine abef5da9d8 Refactor Gradient
In a similar way to Position, now specified and computed gradients share
a common Gradient type defined in style::values::generics::image.

This allows us to reuse most code for many style traits like ToCss,
HasViewportPercentage and ToComputedValue.

The test changes are the fallout of the disappearance of AngleOrCorner::None,
which align our code to the spec for serialisation, where components that can
be omitted should be omitted.
2017-05-15 15:36:15 +02:00
..
generated Update bindings 2017-05-13 07:50:59 +09:00
arc_types.rs Stylo: Bug 1361994 - Implement access to CSSMozDocumentRule 2017-05-10 16:55:44 +02:00
conversions.rs Refactor Gradient 2017-05-15 15:36:15 +02:00
data.rs stylo: Stop cloning the list of stylesheets each flush. 2017-05-12 14:51:01 +02:00
global_style_data.rs Bug 1361258 - Opt-in to thread-local jemalloc arenas for stylo rayon threads. r=bholley 2017-05-13 08:38:49 +09:00
media_queries.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
mod.rs Use Gecko nsCSSFontFaceRule for font face rule. 2017-03-30 11:41:09 +11:00
non_ts_pseudo_class_list.rs Auto merge of #16841 - bzbarsky:fix-moz-any-matching, r=emilio 2017-05-13 01:00:46 -05:00
restyle_damage.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
rules.rs Add missing 'additive-symbols' validity checks 2017-04-26 13:02:40 +09:00
selector_parser.rs Bug 1355343: Take all the snapshots into account. r=bholley 2017-05-10 12:05:39 +02:00
snapshot.rs Bug 1355343: Take all the snapshots into account. r=bholley 2017-05-10 12:05:39 +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 StyleArc in the style system. 2017-05-02 17:35:44 -07:00
values.rs stylo: Support other unit types in computed angle 2017-05-01 16:25:18 +03:00
wrapper.rs Auto merge of #16831 - heycam:autofill, r=emilio 2017-05-12 17:32:21 -05:00