gecko-dev/servo/components/style
Emilio Cobos Álvarez b9c1bf761c Bug 312971 - Unprefix -moz-read-write / -moz-read-only. r=edgar
And remove some duplicated tests from WPT.

Differential Revision: https://phabricator.services.mozilla.com/D75231
2020-05-14 16:46:08 +00:00
..
counter_style
gecko Bug 312971 - Unprefix -moz-read-write / -moz-read-only. r=edgar 2020-05-14 16:46:08 +00:00
gecko_bindings Bug 1626570 - Improve handling of copying arrays in layout/style/ and servo/. r=emilio 2020-05-05 10:42:23 +00:00
gecko_string_cache Bug 1621773 - Gracefully handle errors creating shared memory UA style sheets. r=emilio 2020-05-11 00:11:45 +00:00
invalidation
media_queries
properties Bug 935056 - Don't apply minimum font sizes to SVG text. r=heycam 2020-05-13 09:10:54 +00:00
rule_tree
servo
sharing
stylesheets Bug 1621773 - Gracefully handle errors creating shared memory UA style sheets. r=emilio 2020-05-11 00:11:45 +00:00
use_counters
values Bug 935056 - Don't apply minimum font sizes to SVG text. r=heycam 2020-05-13 09:10:54 +00:00
animation.rs Bug 1636357 - Clean up cascade rule iteration. r=nordzilla 2020-05-11 21:33:31 +00:00
applicable_declarations.rs
attr.rs
author_styles.rs
bezier.rs
bloom.rs
build.rs
build_gecko.rs
Cargo.toml
context.rs
custom_properties.rs
data.rs
dom.rs
dom_apis.rs
driver.rs
element_state.rs Bug 312971 - Unprefix -moz-read-write / -moz-read-only. r=edgar 2020-05-14 16:46:08 +00:00
encoding_support.rs
error_reporting.rs
font_face.rs
font_metrics.rs
global_style_data.rs
hash.rs
lib.rs
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 Bug 1621773 - Gracefully handle errors creating shared memory UA style sheets. r=emilio 2020-05-11 00:11:45 +00:00
str.rs
style_adjuster.rs
style_resolver.rs
stylesheet_set.rs
stylist.rs Bug 1636357 - Clean up cascade rule iteration. r=nordzilla 2020-05-11 21:33:31 +00:00
thread_state.rs
timer.rs
traversal.rs
traversal_flags.rs

servo-style

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