Title: [294265] trunk/Source/WTF
Revision
294265
Author
bfulg...@apple.com
Date
2022-05-16 14:53:34 -0700 (Mon, 16 May 2022)

Log Message

Remove abandoned WebKitAdditionsFeature1 flag (240462)
https://bugs.webkit.org/show_bug.cgi?id=240462
<rdar://93353298>

Reviewed by Alex Christensen.

Remove the abandoned WebKitAdditionsFeature1 preference, since
it ended up not being needed and now just complicates the build
and generated preferences.

* Scripts/Preferences/WebPreferencesExperimental.yaml:
* wtf/ExperimentalFeatureNames.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (294264 => 294265)


--- trunk/Source/WTF/ChangeLog	2022-05-16 21:44:55 UTC (rev 294264)
+++ trunk/Source/WTF/ChangeLog	2022-05-16 21:53:34 UTC (rev 294265)
@@ -1,5 +1,20 @@
 2022-05-16  Brent Fulgham  <bfulg...@apple.com>
 
+        Remove abandoned WebKitAdditionsFeature1 flag (240462)
+        https://bugs.webkit.org/show_bug.cgi?id=240462
+        <rdar://93353298>
+
+        Reviewed by Alex Christensen.
+
+        Remove the abandoned WebKitAdditionsFeature1 preference, since
+        it ended up not being needed and now just complicates the build
+        and generated preferences.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+        * wtf/ExperimentalFeatureNames.h:
+
+2022-05-16  Brent Fulgham  <bfulg...@apple.com>
+
         Remove abandoned UseScreenCaptureKit preference
         https://bugs.webkit.org/show_bug.cgi?id=240460
         <rdar://problem/93351960>

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (294264 => 294265)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-05-16 21:44:55 UTC (rev 294264)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-05-16 21:53:34 UTC (rev 294265)
@@ -1660,18 +1660,6 @@
       "HAVE(WEBGL_COMPATIBLE_METAL)": true
       default: false
 
-WebKitAdditionsFeature1Enabled:
-  type: bool
-  humanReadableName: WebKitAdditionsFeature1HumanReadableName
-  humanReadableDescription: WebKitAdditionsFeature1HumanReadableDescription
-  defaultValue:
-    WebKitLegacy:
-      default: false
-    WebKit:
-      default: false
-    WebCore:
-      default: false
-
 WebLocksAPIEnabled:
   type: bool
   humanReadableName: "Web Locks API"

Modified: trunk/Source/WTF/wtf/ExperimentalFeatureNames.h (294264 => 294265)


--- trunk/Source/WTF/wtf/ExperimentalFeatureNames.h	2022-05-16 21:44:55 UTC (rev 294264)
+++ trunk/Source/WTF/wtf/ExperimentalFeatureNames.h	2022-05-16 21:53:34 UTC (rev 294265)
@@ -31,11 +31,6 @@
 
 #include <WebKitAdditions/ExperimentalFeatureNameAdditions.h>
 
-#else
-
-#define WebKitAdditionsFeature1HumanReadableName "WebKitAdditions Feature"
-#define WebKitAdditionsFeature1HumanReadableDescription "WebKitAdditions Feature"
-
 #endif
 
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to