fune/servo/components/style
Emilio Cobos Álvarez 3a5abc5912 Bug 1588737 - Simplify media query code now that lifetimes are non-lexical. r=xidorn
We can deindent and simplify a bunch of this code now.

Differential Revision: https://phabricator.services.mozilla.com/D49509

--HG--
extra : moz-landing-system : lando
2019-10-20 13:44:07 +00:00
..
counter_style
gecko Bug 1588737 - Hide -moz-touch-enabled media query in Nightly and Early Beta. r=xidorn 2019-10-20 13:44:16 +00:00
gecko_bindings
gecko_string_cache
invalidation Bug 1579585 - Use fallible allocation for stylesheet invalidation. r=jwatt 2019-09-23 19:08:22 +00:00
media_queries Bug 1588737 - Simplify media query code now that lifetimes are non-lexical. r=xidorn 2019-10-20 13:44:07 +00:00
properties Bug 1588743 - Remove old scroll-snap implementation, and scroll snapping prefs. r=hiro 2019-10-15 12:40:14 +00:00
rule_tree
servo
sharing
stylesheets
use_counters
values Bug 1587368 - Revert ccov bustage workaround now that builds have been updated. 2019-10-10 09:44:19 +00:00
animation.rs
applicable_declarations.rs
attr.rs
author_styles.rs
bezier.rs
bloom.rs
build.rs Bug 1587368 - servo: WebIDL codegen: Replace cmake with a single Python script. r=emilio 2019-10-09 13:35:45 +02:00
build_gecko.rs Bug 1587235 - Report missing include filename in ServoBindings.toml. r=emilio 2019-10-09 10:44:29 +00:00
Cargo.toml Bug 1587468 - Update num_derive to 0.3. r=boris 2019-10-09 20:22:05 +00: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
font_metrics.rs
global_style_data.rs
hash.rs
lib.rs
logical_geometry.rs Bug 1582224 - Split SIDEWAYS bit in WritingMode. r=jfkthame,emilio 2019-09-19 02:37:14 +00:00
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 Bug 1587368 - Use consistent naming and shared code for out-of-flow stuff. r=nox 2019-10-09 13:35:48 +02:00
style_resolver.rs
stylesheet_set.rs
stylist.rs Bug 1548718 - Support multiple parts in ::part() selectors. r=boris 2019-10-17 00:51:54 +00:00
thread_state.rs
timer.rs
traversal.rs
traversal_flags.rs

servo-style

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