gecko-dev/servo/components/style
2024-06-26 12:56:04 -04:00
..
color Bug 1904597 - Upstream Servo-specific serde derives r=emilio 2024-06-26 10:40:29 +00:00
counter_style Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
gecko Bug 1899597 - Avoid double walk over siblings in style invalidation. r=dshin 2024-05-31 13:14:36 +00:00
gecko_bindings
gecko_string_cache
invalidation Bug 1899597 - Avoid double walk over siblings in style invalidation. r=dshin 2024-05-31 13:14:36 +00:00
media_queries
properties Bug 1595620 - Add support for -webkit-font-feature-settings as an alias of font-feature-settings. r=emilio 2024-06-24 21:11:11 +00:00
properties_and_values Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
queries Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
rule_tree
servo Bug 1903997 - Remove style's servo dependency on ServoUrl r=emilio 2024-06-21 13:43:40 +00:00
sharing Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
stylesheets Bug 1903997 - Remove style's servo dependency on ServoUrl r=emilio 2024-06-21 13:43:40 +00:00
use_counters
values Bug 1904858 - Remove some Servo-specific font handling code r=emilio 2024-06-26 16:28:22 +00:00
animation.rs
applicable_declarations.rs
attr.rs Bug 1903997 - Remove style's servo dependency on ServoUrl r=emilio 2024-06-21 13:43:40 +00:00
author_styles.rs
bezier.rs
bloom.rs
build.rs
build_gecko.rs Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
Cargo.toml Bug 1904610 - Upstream Servo changes to malloc_size_of. r=emilio 2024-06-26 10:41:40 +00:00
context.rs
custom_properties.rs Bug 1900623 - Fix perf regression from bug 1899272. r=firefox-style-system-reviewers,boris 2024-06-07 08:13:13 +00:00
custom_properties_map.rs
data.rs Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
dom.rs Bug 1886441: Part 4 - Add support for implicit scope. r=firefox-style-system-reviewers,emilio 2024-05-30 15:23:41 +00:00
dom_apis.rs
driver.rs
encoding_support.rs
error_reporting.rs
font_face.rs Bug 1904858 - Fix file-whitespace lint failures. CLOSED TREE 2024-06-26 12:56:04 -04:00
font_metrics.rs
global_style_data.rs
lib.rs
logical_geometry.rs
macros.rs
matching.rs Bug 1893409 - Make getCSSStyleRules() work for starting style as well. r=layout-reviewers,firefox-style-system-reviewers,nchevobbe,emilio 2024-06-04 03:15:00 +00:00
parallel.rs
parser.rs Bug 1899949 - Add the ability to have a custom parse function to derived variants. r=jwatt 2024-06-03 16:40:08 +00:00
piecewise_linear.rs
README.md
rule_cache.rs
rule_collector.rs Bug 1886441: Part 5 - :scope is featureless in scoped style, if it refers to the shadow host. r=firefox-style-system-reviewers,emilio 2024-05-30 15:23:41 +00:00
scoped_tls.rs
selector_map.rs Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
selector_parser.rs
shared_lock.rs
str.rs
style_adjuster.rs
style_resolver.rs Bug 1893409 - Make getCSSStyleRules() work for starting style as well. r=layout-reviewers,firefox-style-system-reviewers,nchevobbe,emilio 2024-06-04 03:15:00 +00:00
stylesheet_set.rs Bug 1886441: Part 4 - Add support for implicit scope. r=firefox-style-system-reviewers,emilio 2024-05-30 15:23:41 +00:00
stylist.rs Bug 1904228: Don't consider :scope selectors to be featureless outside of @scope. r=emilio 2024-06-24 18:15:27 +00:00
thread_state.rs
traversal.rs Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
traversal_flags.rs

servo-style

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