gecko-dev/servo/components/style
2024-10-10 15:31:38 +00:00
..
color Bug 1899011 - In Lab/Oklab, very small a and b values makes the color achromatic r=layout-reviewers,emilio 2024-05-29 14:26:39 +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 Bug 1281158 - Improve interaction of ThinVec in the style system. r=dshin 2024-05-08 16:06:46 +00:00
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 1913536 - Expose the special shorthands in the SpecifiedValueInfo for the CSS white-space shorthand. a=RyanVM 2024-10-10 15:31:38 +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
sharing Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
stylesheets Bug 1899911. Run rustfmt on servo/components/style/. r=tlouw 2024-05-31 08:02:50 +00:00
use_counters
values Bug 1906037 - Restore macOS desktop tinting on dialog windows. a=RyanVM 2024-08-20 17:21:02 +00:00
animation.rs
applicable_declarations.rs Bug 1886441: Part 1 - Introduce scope proximity in cascade ordering. r=firefox-style-system-reviewers,emilio 2024-05-30 15:23:40 +00:00
attr.rs
author_styles.rs
bezier.rs
bloom.rs Bug 1894756 - Remove owning_ref. r=firefox-style-system-reviewers,supply-chain-reviewers,zrhoffman,sylvestre 2024-05-10 08:15:04 +00:00
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 1894756 - Remove owning_ref. r=firefox-style-system-reviewers,supply-chain-reviewers,zrhoffman,sylvestre 2024-05-10 08:15:04 +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
font_metrics.rs
global_style_data.rs
lib.rs Bug 1281158 - Improve interaction of ThinVec in the style system. r=dshin 2024-05-08 16:06:46 +00:00
logical_geometry.rs
macros.rs Bug 1899126 - Simplify some font-variant code to take advantage of cbindgen and derived implementations. r=jfkthame,layout-reviewers 2024-05-28 09:37:21 +00:00
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 Bug 1906078 - Avoid pathological VecDeque behavior on parallel traversal. r=dshin, a=dmeehan 2024-07-08 18:07:42 +00:00
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, a=dmeehan 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.