From 9ffdc4ca0afd82524736b99d31cfbc1d71207c89 Mon Sep 17 00:00:00 2001 From: Brent Fulgham Date: Mon, 17 Apr 2023 14:35:29 -0700 Subject: [PATCH] Correct the NotificationsEnabled state from 'developer' to 'stable' https://bugs.webkit.org/show_bug.cgi?id=255545 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 --- Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml b/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml index dfdc45b2c021..6af848c5c5a6 100644 --- a/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml +++ b/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml @@ -4529,7 +4529,7 @@ NotificationEventEnabled: NotificationsEnabled: type: bool - status: developer + status: stable category: dom humanReadableName: "Notifications" humanReadableDescription: "Enable the Notifications API"