servo/components/style
bors-servo aa60077563
Auto merge of #23973 - emilio:gecko-sync, r=emilio,jdm
style: Sync changes from mozilla-central.

See each individual commit for details.

<!-- 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/23973)
<!-- Reviewable:end -->
2019-08-16 06:44:52 -04:00
..
counter_style
gecko style: Fix formatting of recent changes. 2019-08-15 17:02:37 +02:00
gecko_bindings
gecko_string_cache
invalidation
media_queries style: Use static_prefs::pref!. 2019-08-15 17:00:37 +02:00
properties Fix Servo build and unify display representation. 2019-08-15 17:11:08 +02:00
rule_tree Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) 2019-07-31 13:34:01 +02:00
servo
sharing
stylesheets style: Use static_prefs::pref!. 2019-08-15 17:00:37 +02:00
use_counters
values Fix Servo build and unify display representation. 2019-08-15 17:11:08 +02:00
animation.rs
applicable_declarations.rs
attr.rs
author_styles.rs
bezier.rs
bloom.rs
build.rs Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020} 2019-07-29 17:37:03 +02:00
build_gecko.rs
Cargo.toml style: Fix Servo build. 2019-08-15 17:02:37 +02:00
context.rs
custom_properties.rs
data.rs
dom.rs
dom_apis.rs
driver.rs
element_state.rs
encoding_support.rs
error_reporting.rs
font_face.rs style: Use static_prefs::pref!. 2019-08-15 17:00:37 +02:00
font_metrics.rs
global_style_data.rs
hash.rs
lib.rs Fix Servo build and unify display representation. 2019-08-15 17:11:08 +02:00
logical_geometry.rs
macros.rs
matching.rs
parallel.rs
parser.rs
README.md
rule_cache.rs
rule_collector.rs
scoped_tls.rs
selector_map.rs
selector_parser.rs
shared_lock.rs
str.rs
style_adjuster.rs Fix Servo build and unify display representation. 2019-08-15 17:11:08 +02:00
style_resolver.rs
stylesheet_set.rs
stylist.rs
thread_state.rs
timer.rs
traversal.rs
traversal_flags.rs

servo-style

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