fune/servo/components/style
Emilio Cobos Álvarez 490d5e355e Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris
There are some mediaqueries-5 features that we still don't support and
explain the remaining failures in at-container-{parsing,serialization}.

Differential Revision: https://phabricator.services.mozilla.com/D144446
2022-04-27 07:32:07 +00:00
..
counter_style Bug 1741990 - Run rustfmt on servo/components/style and servo/ports/geckolib. r=emilio,layout-reviewers 2021-11-19 00:14:27 +00:00
gecko Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 07:32:07 +00:00
gecko_bindings
gecko_string_cache
invalidation Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
media_queries Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 07:32:07 +00:00
properties Bug 1766046 - cleanup animation-name. r=boris 2022-04-25 08:23:51 +00:00
queries Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 07:32:07 +00:00
rule_tree Bug 1744102 - Remove servo/components/{hashglobe,fallible} in favor of try_reserve. r=xidorn 2021-12-18 09:54:24 +00:00
servo
sharing Bug 1765550 - Move transitions and animations to nsStyleUIReset. r=dshin 2022-04-20 15:13:54 +00:00
stylesheets Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 07:32:07 +00:00
use_counters
values Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 07:32:07 +00:00
animation.rs Bug 1765550 - Move transitions and animations to nsStyleUIReset. r=dshin 2022-04-20 15:13:54 +00:00
applicable_declarations.rs Bug 1699220 - Fix style attribute important and revert-layer behavior. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:38:34 +00:00
attr.rs
author_styles.rs Bug 1741990 - Run rustfmt on servo/components/style and servo/ports/geckolib. r=emilio,layout-reviewers 2021-11-19 00:14:27 +00:00
bezier.rs
bloom.rs
build.rs
build_gecko.rs Bug 1751331 - Use the mozbuild crate in servo. r=emilio 2022-01-25 21:29:51 +00:00
Cargo.toml Bug 1751331 - Use the mozbuild crate in servo. r=emilio 2022-01-25 21:29:51 +00:00
context.rs Bug 1680285 - Simplify selector flag setting now that flag setting is atomic. r=nika,decoder 2022-03-24 15:09:47 +00:00
custom_properties.rs Bug 1762298 - Inherit used color-scheme from embedder <browser> elements. r=nika,dao,Gijs 2022-04-04 18:22:04 +00:00
data.rs Bug 1741990 - Run rustfmt on servo/components/style and servo/ports/geckolib. r=emilio,layout-reviewers 2021-11-19 00:14:27 +00:00
dom.rs Bug 1680285 - Simplify selector flag setting now that flag setting is atomic. r=nika,decoder 2022-03-24 15:09:47 +00:00
dom_apis.rs
driver.rs Bug 1746920 - Use ThreadPool::scope_fifo in style. r=TYLin 2021-12-20 23:55:36 +00:00
element_state.rs Bug 1760342 - Remove :-moz-lwtheme-{brighttext,darktext}. r=dao,Gijs 2022-03-25 14:58:59 +00:00
encoding_support.rs
error_reporting.rs Bug 1741990 - Run rustfmt on servo/components/style and servo/ports/geckolib. r=emilio,layout-reviewers 2021-11-19 00:14:27 +00:00
font_face.rs
font_metrics.rs Bug 1531223 - Add support for the 'ic' font-relative unit. r=emilio 2021-12-08 17:07:05 +00:00
global_style_data.rs Bug 1713773 - Part 2: Join servo style threads during shutdown, r=emilio 2022-04-12 20:22:24 +00:00
lib.rs Bug 1765999 - Move some of the media query code to a more generic queries module. r=hiro 2022-04-24 21:48:02 +00:00
logical_geometry.rs Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 07:32:07 +00:00
macros.rs
matching.rs Bug 1765550 - Move transitions and animations to nsStyleUIReset. r=dshin 2022-04-20 15:13:54 +00:00
parallel.rs
parser.rs
README.md
rule_cache.rs
rule_collector.rs Bug 1699220 - Fix style attribute important and revert-layer behavior. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:38:34 +00:00
scoped_tls.rs
selector_map.rs Bug 1747037 - Shrink maps if needed after stylist rebuilds. r=bholley 2021-12-28 17:19:31 +00:00
selector_parser.rs Bug 1747037 - Shrink maps if needed after stylist rebuilds. r=bholley 2021-12-28 17:19:31 +00:00
shared_lock.rs Bug 1741990 - Run rustfmt on servo/components/style and servo/ports/geckolib. r=emilio,layout-reviewers 2021-11-19 00:14:27 +00:00
str.rs
style_adjuster.rs Bug 1725721 - Top layer elements that are display:contents should be display: block. r=hiro 2021-11-19 04:46:42 +00:00
style_resolver.rs Bug 1680285 - Simplify selector flag setting now that flag setting is atomic. r=nika,decoder 2022-03-24 15:09:47 +00:00
stylesheet_set.rs
stylist.rs Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
thread_state.rs
traversal.rs
traversal_flags.rs

servo-style

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