Skip to content

Commit

Permalink
Correct the NotificationsEnabled state from 'developer' to 'stable'
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255545
<rdar://107159906>

Reviewed by Patrick Angle.

The 'NotificationsEnabled' feature flag is not a development flag; it is just
a toggle for A/B testing. It should therefore be in the 'stable' category.

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

Canonical link: https://commits.webkit.org/263038@main
  • Loading branch information
brentfulgham authored and Brent Fulgham committed Apr 17, 2023
1 parent da253c7 commit 9ffdc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -4529,7 +4529,7 @@ NotificationEventEnabled:

NotificationsEnabled:
type: bool
status: developer
status: stable
category: dom
humanReadableName: "Notifications"
humanReadableDescription: "Enable the Notifications API"
Expand Down

0 comments on commit 9ffdc4c

Please sign in to comment.