Backed out changeset 88d90d0dc2e3 (bug 1842474) for causing build bustages at ServoCSSPropList.mako.py CLOSED TREE

This commit is contained in:
Cristina Horotan 2023-07-20 19:30:01 +03:00
parent b9b4dc302e
commit 8c8969086e
4 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,7 @@ prefs =
dom.animations.mainthread-synchronization-with-geometric-animations=true
gfx.omta.background-color=true
gfx.font_loader.delay=0
layout.css.accent-color.enabled=true
layout.css.container-queries.enabled=true
layout.css.individual-transform.enabled=true
layout.css.motion-path.enabled=true

View File

@ -8214,6 +8214,13 @@
mirror: always
rust: true
# Whether the `accent-color` css property is enabled.
- name: layout.css.accent-color.enabled
type: RelaxedAtomicBool
value: true
mirror: always
rust: true
# Whether the `color-scheme` css property and meta tags are enabled.
- name: layout.css.color-scheme.enabled
type: RelaxedAtomicBool

View File

@ -87,6 +87,7 @@ ${helpers.predefined_type(
"generics::color::ColorOrAuto::Auto",
engines="gecko",
spec="https://drafts.csswg.org/css-ui-4/#widget-accent",
gecko_pref="layout.css.accent-color.enabled",
animation_value_type="ColorOrAuto",
ignored_when_colors_disabled=True,
has_effect_on_gecko_scrollbars=False,

View File

@ -0,0 +1 @@
prefs: [layout.css.accent-color.enabled:true]