Skip to content

Commit

Permalink
Make CSSUnprefixedBackdropFilterEnabled an embedder feature.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=269537
<rdar://123058619>

Reviewed by Cameron McCormack.

We want this setting to be conditionally enabled at compile time, and only 'embedder' status allows varying default values.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/274863@main
  • Loading branch information
mattwoodrow committed Feb 16, 2024
1 parent 8f845a8 commit 95241f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1511,20 +1511,20 @@ CSSTypedOMEnabled:

CSSUnprefixedBackdropFilterEnabled:
type: bool
status: testable
status: embedder
category: css
humanReadableName: "CSS Unprefixed Backdrop Filter"
humanReadableDescription: "Enable unprefixed backdrop-filter CSS property"
defaultValue:
WebKitLegacy:
"ENABLE(UNPREFIXED_BACKDROP_FILTER)": true
default: false
default: true
WebKit:
"ENABLE(UNPREFIXED_BACKDROP_FILTER)": true
default: false
default: true
WebCore:
"ENABLE(UNPREFIXED_BACKDROP_FILTER)": true
default: false
default: true

CSSWordBreakAutoPhraseEnabled:
type: bool
Expand Down

0 comments on commit 95241f7

Please sign in to comment.