Title: [289958] branches/safari-613.1.17.2-branch/Source/WTF

Diff

Modified: branches/safari-613.1.17.2-branch/Source/WTF/ChangeLog (289957 => 289958)


--- branches/safari-613.1.17.2-branch/Source/WTF/ChangeLog	2022-02-16 21:55:21 UTC (rev 289957)
+++ branches/safari-613.1.17.2-branch/Source/WTF/ChangeLog	2022-02-16 21:59:30 UTC (rev 289958)
@@ -1,3 +1,16 @@
+2022-02-16  Russell Epstein  <repst...@apple.com>
+
+        Apply patch. rdar://problem/87486284
+
+    2022-02-16  Keith Miller  <keith_mil...@apple.com>
+
+
+            Disable some options that don't need to be on.
+
+            * Scripts/Preferences/WebPreferences.yaml:
+            * wtf/PlatformEnableCocoa.h:
+            * wtf/PlatformHave.h
+
 2022-02-07  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r288885. rdar://problem/88591342

Modified: branches/safari-613.1.17.2-branch/Source/WTF/Scripts/Preferences/WebPreferences.yaml (289957 => 289958)


--- branches/safari-613.1.17.2-branch/Source/WTF/Scripts/Preferences/WebPreferences.yaml	2022-02-16 21:55:21 UTC (rev 289957)
+++ branches/safari-613.1.17.2-branch/Source/WTF/Scripts/Preferences/WebPreferences.yaml	2022-02-16 21:59:30 UTC (rev 289958)
@@ -1606,11 +1606,11 @@
   condition: ENABLE(NOTIFICATIONS)
   defaultValue:
     WebKitLegacy:
-      default: true
+      default: false
     WebKit:
-      default: true
+      default: false
     WebCore:
-      default: true
+      default: false
 
 OfflineWebApplicationCacheEnabled:
   type: bool

Modified: branches/safari-613.1.17.2-branch/Source/WTF/wtf/PlatformEnableCocoa.h (289957 => 289958)


--- branches/safari-613.1.17.2-branch/Source/WTF/wtf/PlatformEnableCocoa.h	2022-02-16 21:55:21 UTC (rev 289957)
+++ branches/safari-613.1.17.2-branch/Source/WTF/wtf/PlatformEnableCocoa.h	2022-02-16 21:59:30 UTC (rev 289958)
@@ -139,7 +139,7 @@
 #define ENABLE_AVF_CAPTIONS 1
 #endif
 
-#if !defined(ENABLE_BUILT_IN_NOTIFICATIONS) && (PLATFORM(MAC) || PLATFORM(IOS))
+#if !defined(ENABLE_BUILT_IN_NOTIFICATIONS) && (PLATFORM(MAC))
 #define ENABLE_BUILT_IN_NOTIFICATIONS 1
 #endif
 
@@ -438,7 +438,7 @@
 #define ENABLE_NON_VISIBLE_WEBPROCESS_MEMORY_CLEANUP_TIMER 1
 #endif
 
-#if !defined(ENABLE_NOTIFICATIONS) && (PLATFORM(MAC) || PLATFORM(IOS))
+#if !defined(ENABLE_NOTIFICATIONS) && (PLATFORM(MAC))
 #define ENABLE_NOTIFICATIONS 1
 #endif
 

Modified: branches/safari-613.1.17.2-branch/Source/WTF/wtf/PlatformHave.h (289957 => 289958)


--- branches/safari-613.1.17.2-branch/Source/WTF/wtf/PlatformHave.h	2022-02-16 21:55:21 UTC (rev 289957)
+++ branches/safari-613.1.17.2-branch/Source/WTF/wtf/PlatformHave.h	2022-02-16 21:59:30 UTC (rev 289958)
@@ -859,8 +859,8 @@
 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000) \
     || ((PLATFORM(IOS) || PLATFORM(MACCATALYST)) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000)
 #if !defined(HAVE_CORE_ANIMATION_SEPARATED_LAYERS)
-#define HAVE_CORE_ANIMATION_SEPARATED_LAYERS 1
-#define HAVE_CORE_ANIMATION_SEPARATED_PORTALS 1
+#define HAVE_CORE_ANIMATION_SEPARATED_LAYERS 0
+#define HAVE_CORE_ANIMATION_SEPARATED_PORTALS 0
 #endif
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to