[webkit-changes] [WebKit/WebKit] c9a926: [css-grid] Turn masonry feature off-by-default on ...

Brent Fulgham noreply at github.com
Fri Feb 23 11:18:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c9a9269b077fd8712363b519b8bca7c73478b5b5
      https://github.com/WebKit/WebKit/commit/c9a9269b077fd8712363b519b8bca7c73478b5b5
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

  Log Message:
  -----------
  [css-grid] Turn masonry feature off-by-default on non-Cocoa builds
https://bugs.webkit.org/show_bug.cgi?id=269939
<rdar://problem/123465041>

Reviewed by Tim Nguyen.

In Bug 247074 we moved the Masonry feature flag from preview to stable. While
the Cocoa build of WebKit needs the feature to be on by default at the moment,
we do not need to toggle the feature for other ports.

This patch leaves the Cocoa port enabled, but switches the default for non-Cocoa
ports back off.

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

Canonical link: https://commits.webkit.org/275249@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list