Title: [292349] trunk/Source/WebKit
Revision
292349
Author
timothy_hor...@apple.com
Date
2022-04-04 15:01:16 -0700 (Mon, 04 Apr 2022)

Log Message

Remove some unused system feature flags
https://bugs.webkit.org/show_bug.cgi?id=238755

Reviewed by Wenson Hsieh.

* FeatureFlags/WebKit-appletvos.plist:
* FeatureFlags/WebKit-ios.plist:
* FeatureFlags/WebKit-macos.plist:
* FeatureFlags/WebKit-watchos.plist:
Neither of these flags is read anywhere, so they don't need to be in the plist.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (292348 => 292349)


--- trunk/Source/WebKit/ChangeLog	2022-04-04 21:56:40 UTC (rev 292348)
+++ trunk/Source/WebKit/ChangeLog	2022-04-04 22:01:16 UTC (rev 292349)
@@ -1,3 +1,16 @@
+2022-04-04  Tim Horton  <timothy_hor...@apple.com>
+
+        Remove some unused system feature flags
+        https://bugs.webkit.org/show_bug.cgi?id=238755
+
+        Reviewed by Wenson Hsieh.
+
+        * FeatureFlags/WebKit-appletvos.plist:
+        * FeatureFlags/WebKit-ios.plist:
+        * FeatureFlags/WebKit-macos.plist:
+        * FeatureFlags/WebKit-watchos.plist:
+        Neither of these flags is read anywhere, so they don't need to be in the plist.
+
 2022-04-04  Cameron McCormack  <hey...@apple.com>
 
         Remove display list map entry before remote resource

Modified: trunk/Source/WebKit/FeatureFlags/WebKit-appletvos.plist (292348 => 292349)


--- trunk/Source/WebKit/FeatureFlags/WebKit-appletvos.plist	2022-04-04 21:56:40 UTC (rev 292348)
+++ trunk/Source/WebKit/FeatureFlags/WebKit-appletvos.plist	2022-04-04 22:01:16 UTC (rev 292349)
@@ -47,11 +47,6 @@
 			<true/>
 		</dict>
 	</dict>
-	<key>InAppBrowserPrivacy</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>incremental_pdf</key>
 	<dict>
 		<key>Enabled</key>
@@ -72,11 +67,6 @@
 		<key>Enabled</key>
 		<true/>
 	</dict>
-	<key>WebXR</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>webm_format_reader</key>
 	<dict>
 		<key>Enabled</key>

Modified: trunk/Source/WebKit/FeatureFlags/WebKit-ios.plist (292348 => 292349)


--- trunk/Source/WebKit/FeatureFlags/WebKit-ios.plist	2022-04-04 21:56:40 UTC (rev 292348)
+++ trunk/Source/WebKit/FeatureFlags/WebKit-ios.plist	2022-04-04 22:01:16 UTC (rev 292349)
@@ -47,11 +47,6 @@
 			<true/>
 		</dict>
 	</dict>
-	<key>InAppBrowserPrivacy</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>incremental_pdf</key>
 	<dict>
 		<key>Enabled</key>
@@ -72,11 +67,6 @@
 		<key>Enabled</key>
 		<true/>
 	</dict>
-	<key>WebXR</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>webm_format_reader</key>
 	<dict>
 		<key>Enabled</key>

Modified: trunk/Source/WebKit/FeatureFlags/WebKit-macos.plist (292348 => 292349)


--- trunk/Source/WebKit/FeatureFlags/WebKit-macos.plist	2022-04-04 21:56:40 UTC (rev 292348)
+++ trunk/Source/WebKit/FeatureFlags/WebKit-macos.plist	2022-04-04 22:01:16 UTC (rev 292349)
@@ -47,11 +47,6 @@
 			<true/>
 		</dict>
 	</dict>
-	<key>InAppBrowserPrivacy</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>incremental_pdf</key>
 	<dict>
 		<key>Enabled</key>
@@ -72,11 +67,6 @@
 		<key>Enabled</key>
 		<true/>
 	</dict>
-	<key>WebXR</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>webm_format_reader</key>
 	<dict>
 		<key>Enabled</key>

Modified: trunk/Source/WebKit/FeatureFlags/WebKit-watchos.plist (292348 => 292349)


--- trunk/Source/WebKit/FeatureFlags/WebKit-watchos.plist	2022-04-04 21:56:40 UTC (rev 292348)
+++ trunk/Source/WebKit/FeatureFlags/WebKit-watchos.plist	2022-04-04 22:01:16 UTC (rev 292349)
@@ -47,11 +47,6 @@
 			<true/>
 		</dict>
 	</dict>
-	<key>InAppBrowserPrivacy</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>incremental_pdf</key>
 	<dict>
 		<key>Enabled</key>
@@ -72,11 +67,6 @@
 		<key>Enabled</key>
 		<true/>
 	</dict>
-	<key>WebXR</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
 	<key>webm_format_reader</key>
 	<dict>
 		<key>Enabled</key>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to