fune/servo/components/style
2023-12-12 15:22:44 +00:00
..
color Bug 1864258 - HSL and HWB syntax should allow numbers as well as percentage r=layout-reviewers,emilio 2023-11-23 10:42:48 +00:00
counter_style
gecko Bug 1868411 - Remove -moz-non-native-content-theme media feature. r=jwatt 2023-12-06 10:58:09 +00:00
gecko_bindings
gecko_string_cache
invalidation Bug 1852149 Part 3 - Add margin rules to servo r=firefox-style-system-reviewers,emilio 2023-12-08 20:25:55 +00:00
media_queries
properties Bug 1868552 - Make the initial value of -moz-user-focus normal, and make none actually prevent focusability. r=smaug,jwatt 2023-12-12 13:51:30 +00:00
properties_and_values Bug 1846625 - Fix custom properties url resolution. r=zsun,zrhoffman,firefox-style-system-reviewers 2023-11-22 17:48:53 +00:00
queries Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
rule_tree
servo
sharing Bug 1868399 - Use attribute bucketing for revalidation. r=firefox-style-system-reviewers,zrhoffman 2023-12-12 13:39:35 +00:00
stylesheets Bug 1852149 Part 3 - Add margin rules to servo r=firefox-style-system-reviewers,emilio 2023-12-08 20:25:55 +00:00
use_counters
values Bug 1869299 - Generalize -moz-mac-sidebar into a cross-platform -moz-sidebar{,text,border} set. r=dao,desktop-theme-reviewers,win-reviewers,gstoll 2023-12-12 15:22:44 +00:00
animation.rs
applicable_declarations.rs
attr.rs
author_styles.rs
bezier.rs
bloom.rs
build.rs
build_gecko.rs
Cargo.toml Bug 1866929 - Avoid building unicode-bidi twice. r=emilio 2023-11-28 20:44:12 +00:00
context.rs
custom_properties.rs Bug 1868436: Registered non-universal property dependency cycle resolve as if unset. r=zrhoffman 2023-12-05 20:33:22 +00:00
data.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
dom.rs Bug 1861466 - Add CustomStateSet and :state() pseudo. r=emilio,smaug 2023-11-08 13:38:02 +00:00
dom_apis.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
driver.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
encoding_support.rs
error_reporting.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
font_face.rs
font_metrics.rs
global_style_data.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
lib.rs
logical_geometry.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
macros.rs
matching.rs
parallel.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
parser.rs
piecewise_linear.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
README.md
rule_cache.rs
rule_collector.rs
scoped_tls.rs
selector_map.rs Bug 1868399 - Use attribute bucketing for revalidation. r=firefox-style-system-reviewers,zrhoffman 2023-12-12 13:39:35 +00:00
selector_parser.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
shared_lock.rs
str.rs
style_adjuster.rs
style_resolver.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
stylesheet_set.rs
stylist.rs Bug 1868399 - Use attribute bucketing for revalidation. r=firefox-style-system-reviewers,zrhoffman 2023-12-12 13:39:35 +00:00
thread_state.rs
traversal.rs
traversal_flags.rs

servo-style

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