servo/components/style
Ting-Yu Lin 2dbc89d1f5 style: Support scrollbar-gutter in the style system
This patch adds `scrollbar-gutter` property in CSS Overflow level 3 [1] to the
style system.

`devtools/shared/css/generated/properties-db.js` is generated by
`./mach devtools-css-db`.

[1] https://drafts.csswg.org/css-overflow-3/#scrollbar-gutter-property

Differential Revision: https://phabricator.services.mozilla.com/D131460
2023-06-09 10:22:19 +02:00
..
counter_style style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
gecko style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
gecko_bindings
gecko_string_cache
invalidation
media_queries style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
properties style: Support scrollbar-gutter in the style system 2023-06-09 10:22:19 +02:00
rule_tree
servo Further changes required by Servo 2023-06-09 10:22:19 +02:00
sharing
stylesheets style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
use_counters
values style: Support scrollbar-gutter in the style system 2023-06-09 10:22:19 +02:00
animation.rs
applicable_declarations.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
attr.rs
author_styles.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
bezier.rs
bloom.rs
build.rs
build_gecko.rs
Cargo.toml
context.rs
custom_properties.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
data.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
dom.rs
dom_apis.rs
driver.rs
element_state.rs
encoding_support.rs
error_reporting.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
font_face.rs
font_metrics.rs
global_style_data.rs
hash.rs
lib.rs
logical_geometry.rs
macros.rs
matching.rs
parallel.rs
parser.rs
README.md
rule_cache.rs
rule_collector.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
rustfmt.toml
scoped_tls.rs
selector_map.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
selector_parser.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
shared_lock.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
str.rs
style_adjuster.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
style_resolver.rs
stylesheet_set.rs
stylist.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
thread_state.rs
traversal.rs
traversal_flags.rs

servo-style

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