Title: [294309] branches/safari-7614.1.14.1-branch/Source/WTF
Revision
294309
Author
alanc...@apple.com
Date
2022-05-16 23:17:50 -0700 (Mon, 16 May 2022)

Log Message

Cherry-pick r294265. rdar://problem/93118830

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294265 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-7614.1.14.1-branch/Source/WTF/ChangeLog (294308 => 294309)


--- branches/safari-7614.1.14.1-branch/Source/WTF/ChangeLog	2022-05-17 06:17:47 UTC (rev 294308)
+++ branches/safari-7614.1.14.1-branch/Source/WTF/ChangeLog	2022-05-17 06:17:50 UTC (rev 294309)
@@ -1,5 +1,40 @@
 2022-05-16  Russell Epstein  <repst...@apple.com>
 
+        Cherry-pick r294265. rdar://problem/93118830
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294265 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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  Russell Epstein  <repst...@apple.com>
+
         Cherry-pick r294264. rdar://problem/93118830
 
     Remove abandoned UseScreenCaptureKit preference

Modified: branches/safari-7614.1.14.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (294308 => 294309)


--- branches/safari-7614.1.14.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-05-17 06:17:47 UTC (rev 294308)
+++ branches/safari-7614.1.14.1-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-05-17 06:17:50 UTC (rev 294309)
@@ -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: branches/safari-7614.1.14.1-branch/Source/WTF/wtf/ExperimentalFeatureNames.h (294308 => 294309)


--- branches/safari-7614.1.14.1-branch/Source/WTF/wtf/ExperimentalFeatureNames.h	2022-05-17 06:17:47 UTC (rev 294308)
+++ branches/safari-7614.1.14.1-branch/Source/WTF/wtf/ExperimentalFeatureNames.h	2022-05-17 06:17:50 UTC (rev 294309)
@@ -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