gecko-dev/servo/components/style
2024-03-19 13:36:48 +00:00
..
color Bug 1880307 - Color component parsers return typed values. r=layout-reviewers,emilio 2024-03-13 12:42:32 +00:00
counter_style
gecko Bug 1882581: Implement @scope parsing. r=firefox-style-system-reviewers,saschanaz,emilio 2024-03-19 13:36:48 +00:00
gecko_bindings
gecko_string_cache Bug 1877389 - Simplify Servo static atom setup. r=glandium,firefox-style-system-reviewers,zrhoffman 2024-01-30 23:30:31 +00:00
invalidation Bug 1882581: Implement @scope parsing. r=firefox-style-system-reviewers,saschanaz,emilio 2024-03-19 13:36:48 +00:00
media_queries
properties Bug 1875546 - [css-properties-values-api] Support interpolating custom properties in transitions r=firefox-style-system-reviewers,emilio 2024-03-18 19:42:13 +00:00
properties_and_values Bug 1877383 - Preserve computed registered custom property types. r=firefox-style-system-reviewers,emilio 2024-03-11 05:50:18 +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 1883796 - Deal with an assert that doesn't hold always. r=dshin 2024-03-07 14:24:47 +00:00
stylesheets Bug 1882581: Implement @scope parsing. r=firefox-style-system-reviewers,saschanaz,emilio 2024-03-19 13:36:48 +00:00
use_counters Bug 1870676 - Move a bunch of code in properties.mako.rs outside of mako. r=firefox-style-system-reviewers,zrhoffman 2023-12-19 10:50:21 +00:00
values Bug 1823463 - Make PathCommand as the specialization of GenericShapeCommand. r=emilio 2024-03-18 21:20:29 +00:00
animation.rs Bug 1875546 - [css-properties-values-api] Support interpolating custom properties in transitions r=firefox-style-system-reviewers,emilio 2024-03-18 19:42:13 +00:00
applicable_declarations.rs Bug 1846516 - More fixes on top of bug 1870009. r=zrhoffman 2023-12-18 09:24:10 +00:00
attr.rs
author_styles.rs
bezier.rs
bloom.rs
build_gecko.rs Bug 1883518 - Remove a bunch of unused ServoBindings.toml entries. r=firefox-style-system-reviewers,boris 2024-03-04 22:58:55 +00:00
build.rs
Cargo.toml Bug 1847521 - Replace unicode-segmentation with ICU4X in servo. r=firefox-style-system-reviewers,emilio 2024-01-18 02:29:19 +00:00
context.rs
custom_properties_map.rs Bug 1864736 - Use ComputedRegisteredValue for custom property maps. r=firefox-style-system-reviewers,emilio 2024-03-11 05:50:17 +00:00
custom_properties.rs Bug 1877383 - Preserve computed registered custom property types. r=firefox-style-system-reviewers,emilio 2024-03-11 05:50:18 +00:00
data.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
dom_apis.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
dom.rs Bug 1886141 - Simplify return type of relative_selector_search_direction(). r=emilio 2024-03-19 13:20:46 +00:00
driver.rs Bug 1885136 - Allow Servo to start the style traversal from outside the thread pool. r=firefox-style-system-reviewers,zrhoffman 2024-03-14 10:19:59 +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 Bug 1872784 - Remove layout.css.font-display.enabled pref r=jfkthame,webidl,smaug 2024-01-09 20:44:39 +00:00
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 Bug 1874050 - Share more memory in custom property storage. r=dshin 2024-01-12 18:01:17 +00:00
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 Bug 1871513 - Remove an assert that doesn't hold anymore with first-line reparenting. r=dholbert 2024-01-02 07:45:26 +00:00
style_resolver.rs Bug 1876962: Part 3 - Remove special case handling for :has in style sharing. r=firefox-style-system-reviewers,emilio 2024-02-12 14:42:08 +00:00
stylesheet_set.rs
stylist.rs Bug 1882581: Implement @scope parsing. r=firefox-style-system-reviewers,saschanaz,emilio 2024-03-19 13:36:48 +00:00
thread_state.rs
traversal_flags.rs
traversal.rs

servo-style

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