Skip to content

Commit

Permalink
[css-grid] Enable masonry feature flag
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=247074
rdar://101595681

Reviewed by Tim Nguyen and Brent Fulgham.

Enable masonry by default on platforms.

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

Canonical link: https://commits.webkit.org/274661@main
  • Loading branch information
stwrt committed Feb 14, 2024
1 parent 7003dbc commit 8046191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -4300,17 +4300,17 @@ MaskWebGLStringsEnabled:

MasonryEnabled:
type: bool
status: preview
status: stable
category: css
humanReadableName: "CSS Masonry Layout"
humanReadableDescription: "Enable Masonry Layout for CSS Grid"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

MathMLEnabled:
type: bool
Expand Down

0 comments on commit 8046191

Please sign in to comment.