fune/servo/components/style
2023-08-04 21:19:28 +00:00
..
color Bug 1844333 - Clamp and normalize color values to appropriate ranges. r=emilio 2023-08-04 21:19:28 +00:00
counter_style Bug 1846745 - Use static atoms for predefined counter-style names. r=layout-reviewers,jfkthame 2023-08-03 13:53:13 +00:00
gecko Bug 1845693 - Make AbsoluteColor deal with legacy and modern color syntax more concise r=emilio 2023-08-04 12:39:58 +00:00
gecko_bindings
gecko_string_cache
invalidation Bug 1845095: Make sure caching and filtering for relative selector isn't used in invalidation. r=emilio 2023-07-31 12:21:25 +00:00
media_queries
properties Bug 1846817 - Change the initial value of offset-position to be normal. r=dholbert 2023-08-03 18:42:17 +00:00
properties_and_values Bug 1846635 - [css-properties-values-api] Support <string> syntax r=emilio 2023-08-02 21:45:17 +00:00
queries
rule_tree Bug 1844466 - Speed up and simplify cumulative changehint computation. r=boris,hiro 2023-08-03 09:04:11 +00:00
servo
sharing Bug 1845095: Bloom filter for fast-rejecting :has(). r=emilio 2023-07-31 12:21:24 +00:00
stylesheets Bug 1846251 - Make CSSStyleRule inherit from CSSGroupingRule. r=peterv,devtools-reviewers 2023-08-01 09:01:54 +00:00
use_counters
values Bug 1844333 - Clamp and normalize color values to appropriate ranges. r=emilio 2023-08-04 21:19:28 +00:00
animation.rs
applicable_declarations.rs
attr.rs
author_styles.rs
bezier.rs
bloom.rs Bug 1845095: Bloom filter for fast-rejecting :has(). r=emilio 2023-07-31 12:21:24 +00:00
build.rs
build_gecko.rs
Cargo.toml Bug 1846745 - Update cssparser. r=tlouw,supply-chain-reviewers 2023-08-02 16:57:37 +00:00
context.rs Bug 1845095: Bloom filter for fast-rejecting :has(). r=emilio 2023-07-31 12:21:24 +00:00
custom_properties.rs Bug 1840587 - Improve custom property reference storage. r=zrhoffman 2023-06-27 20:26:20 +00:00
data.rs Bug 1845095: Bloom filter for fast-rejecting :has(). r=emilio 2023-07-31 12:21:24 +00:00
dom.rs Bug 1837734 - Remove unused TElement::has_attr. r=boris 2023-06-14 21:08:22 +00:00
dom_apis.rs Bug 1845095: Make sure caching and filtering for relative selector isn't used in invalidation. r=emilio 2023-07-31 12:21:25 +00:00
driver.rs
encoding_support.rs
error_reporting.rs Bug 1839182 - Use desugared selector list in css error reports. r=nchevobbe,firefox-style-system-reviewers,boris 2023-06-27 08:28:53 +00:00
font_face.rs
font_metrics.rs
global_style_data.rs
lib.rs Bug 1839081 - Inline eq_atom. r=emilio 2023-06-19 21:44:16 +00:00
logical_geometry.rs
macros.rs
matching.rs
parallel.rs
parser.rs Bug 1844295 - Don't duplicate ParsingMode in rust and C++. r=emilio 2023-07-25 10:00:59 +00:00
piecewise_linear.rs
README.md
rule_cache.rs
rule_collector.rs
scoped_tls.rs
selector_map.rs Bug 1844900 - Improve memory usage with nesting. r=dshin 2023-07-27 21:38:10 +00:00
selector_parser.rs Bug 1835068 - Parse relative selectors for nesting. r=dshin 2023-06-16 15:29:59 +00:00
shared_lock.rs
str.rs
style_adjuster.rs Bug 1841128 - Tweak an assert that doesn't hold in presence of first-line reparenting but doesn't hurt correctness. 2023-07-07 20:28:21 +02:00
style_resolver.rs Bug 1845095: Make sure caching and filtering for relative selector isn't used in invalidation. r=emilio 2023-07-31 12:21:25 +00:00
stylesheet_set.rs
stylist.rs Bug 1845095: Make sure caching and filtering for relative selector isn't used in invalidation. r=emilio 2023-07-31 12:21:25 +00:00
thread_state.rs
traversal.rs Bug 1822177: Simple relative selector caching. r=emilio 2023-07-25 14:23:27 +00:00
traversal_flags.rs

servo-style

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