fune/servo/components/style
Emilio Cobos Álvarez fa760a8139 Bug 1789191 - Add CSSContainerRule.queryContainerFor(Element). r=nchevobbe,dshin
This actually caught a bug in the existing selection logic.

Differential Revision: https://phabricator.services.mozilla.com/D156414
2022-09-10 12:25:22 +00:00
..
counter_style
gecko Bug 1789248 - Disallow forgiving selector-parsing in @supports. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-09-06 17:00:33 +00:00
gecko_bindings
gecko_string_cache
invalidation
media_queries
properties Bug 1789712 - Allow backplating if there's a background-image which is none. r=morgan 2022-09-08 11:57:15 +00:00
queries
rule_tree
servo
sharing
stylesheets Bug 1789191 - Add CSSContainerRule.queryContainerFor(Element). r=nchevobbe,dshin 2022-09-10 12:25:22 +00:00
use_counters
values Bug 1789123 - Make anonymous box wrapping inside XUL boxes be similar to modern flex boxes. r=dholbert 2022-09-08 11:51:15 +00:00
animation.rs Bug 1766041: Part 2: Update rust's step function basd on C++ ComputedTimingFunction. r=boris 2022-07-09 17:33:57 +00:00
applicable_declarations.rs
attr.rs
author_styles.rs
bezier.rs Bug 1766041: Part 4: Port bezier edge cases handling from C++ to Rust. r=emilio 2022-07-09 17:33:58 +00:00
bloom.rs
build.rs
build_gecko.rs
Cargo.toml
context.rs
custom_properties.rs
data.rs
dom.rs
dom_apis.rs
driver.rs
encoding_support.rs
error_reporting.rs
font_face.rs Bug 1788036 - Update font-tech feature-* keywords to features-*, as per editorial fix in the spec. r=emilio 2022-08-30 14:29:42 +00:00
font_metrics.rs Bug 1187682 - Use ScriptPercentScaleDown and ScriptScriptPercentScaleDown constants. r=emilio 2022-08-30 10:16:33 +00:00
global_style_data.rs
lib.rs Bug 1573830 - 0% values are not skipped when parsing CSS transform. r=emilio 2022-08-26 11:11:30 +00:00
logical_geometry.rs
macros.rs Bug 1786147 - Move line-clamp out of mako and do some adjacent clean-up. r=boris 2022-08-31 12:39:19 +00:00
matching.rs Bug 1778983 - Ensure we cancel transitions without the need of an extra flush. r=boris 2022-07-14 12:45:14 +00:00
parallel.rs
parser.rs
piecewise_linear.rs Bug 1780038 - linear(...) easing: Implement right-continuous behaviour on discontinuities. r=emilio 2022-07-18 19:55:08 +00:00
README.md
rule_cache.rs
rule_collector.rs
scoped_tls.rs
selector_map.rs
selector_parser.rs Bug 1789248 - Disallow forgiving selector-parsing in @supports. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-09-06 17:00:33 +00:00
shared_lock.rs
str.rs
style_adjuster.rs Bug 1786147 - Make -webkit-line-clamp create a block container in the appropriate situations. r=dholbert 2022-09-07 23:57:18 +00:00
style_resolver.rs
stylesheet_set.rs
stylist.rs
thread_state.rs
traversal.rs Bug 1779078 - Clean up a bit traversal culling. r=boris 2022-07-12 09:38:47 +00:00
traversal_flags.rs

servo-style

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