Skip to content

Commit

Permalink
Correct the state of on-by-default features to 'stable' instead of 'p…
Browse files Browse the repository at this point in the history
…review'

https://bugs.webkit.org/show_bug.cgi?id=255535
<rdar://107159915>

Reviewed by Patrick Angle.

We have a number of features that were in Preview state, that are now on-by-default. Since
Preview is only meant to indicate features that are off-by-default for stable software, we
should reflect the fact that these feature are complete by moving them to 'stable'.

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

Canonical link: https://commits.webkit.org/263033@main
  • Loading branch information
brentfulgham authored and Brent Fulgham committed Apr 17, 2023
1 parent 47bb434 commit 88d12a2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -1124,7 +1124,7 @@ CSSMotionPathEnabled:

CSSNestingEnabled:
type: bool
status: preview
status: stable
category: css
humanReadableName: "CSS Nesting"
humanReadableDescription: "Enable support for CSS nesting https://www.w3.org/TR/css-nesting-1/"
Expand Down Expand Up @@ -1577,7 +1577,7 @@ ConstantPropertiesEnabled:

ConstructableStylesheetsEnabled:
type: bool
status: preview
status: stable
category: css
humanReadableName: "Constructable Stylesheets"
humanReadableDescription: "Enable Constructable Stylesheets"
Expand Down Expand Up @@ -1993,7 +1993,7 @@ DefaultTextEncodingName:

DeprecateRSAESPKCSWebCryptoEnabled:
type: bool
status: preview
status: stable
category: dom
humanReadableName: "Deprecate RSAES-PKCS1-v1_5 Web Crypto"
humanReadableDescription: "Enable Deprecation of RSAES-PKCS1-v1_5 Web Crypto"
Expand Down Expand Up @@ -3608,7 +3608,7 @@ LineHeightUnitsEnabled:

LinkModulePreloadEnabled:
type: bool
status: preview
status: stable
category: networking
humanReadableName: "Link rel=modulepreload"
humanReadableDescription: "Enable Link rel=modulepreload"
Expand Down Expand Up @@ -3851,7 +3851,7 @@ ManageCaptureStatusBarInGPUProcessEnabled:

ManagedMediaSourceEnabled:
type: bool
status: preview
status: stable
category: media
humanReadableName: "Managed Media Source API"
humanReadableDescription: "Managed Media Source API"
Expand Down Expand Up @@ -5553,7 +5553,7 @@ SelectTrailingWhitespaceEnabled:

SelectionAPIForShadowDOMEnabled:
type: bool
status: preview
status: stable
category: dom
humanReadableName: "Selection API for shadow DOM"
humanReadableDescription: "Enable selection API for shadow DOM"
Expand Down Expand Up @@ -6524,7 +6524,7 @@ UseCGDisplayListsForDOMRendering:

UseGPUProcessForCanvasRenderingEnabled:
type: bool
status: preview
status: stable
category: dom
humanReadableName: "GPU Process: Canvas Rendering"
humanReadableDescription: "Enable canvas rendering in GPU Process"
Expand All @@ -6539,7 +6539,7 @@ UseGPUProcessForCanvasRenderingEnabled:

UseGPUProcessForDOMRenderingEnabled:
type: bool
status: preview
status: stable
category: dom
humanReadableName: "GPU Process: DOM Rendering"
humanReadableDescription: "Enable DOM rendering in GPU Process"
Expand All @@ -6554,7 +6554,7 @@ UseGPUProcessForDOMRenderingEnabled:

UseGPUProcessForDisplayCapture:
type: bool
status: preview
status: stable
category: media
humanReadableName: "GPU Process: Screen and Window capture"
humanReadableDescription: "Display capture in GPU Process"
Expand Down Expand Up @@ -7146,7 +7146,7 @@ WebCodecsEnabled:

WebCryptoSafeCurvesEnabled:
type: bool
status: preview
status: stable
category: dom
humanReadableName: "Web Crypto Safe Curves"
humanReadableDescription: "Enable Web Crypto Safe Curves"
Expand Down

0 comments on commit 88d12a2

Please sign in to comment.