Title: [283819] branches/safari-613.1.4-branch/Source/WTF
- Revision
- 283819
- Author
- [email protected]
- Date
- 2021-10-08 12:10:51 -0700 (Fri, 08 Oct 2021)
Log Message
Cherry-pick r283811.
Disable SYSTEM_PREVIEW when UIKit internals is enabled
https://bugs.webkit.org/show_bug.cgi?id=231438
rdar://84019482
Reviewed by Tim Horton.
We're going to replace SystemPreview with the <model>
element, so disable it when UIKit internals are enabled.
* wtf/PlatformUse.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283811 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-613.1.4-branch/Source/WTF/ChangeLog (283818 => 283819)
--- branches/safari-613.1.4-branch/Source/WTF/ChangeLog 2021-10-08 19:01:43 UTC (rev 283818)
+++ branches/safari-613.1.4-branch/Source/WTF/ChangeLog 2021-10-08 19:10:51 UTC (rev 283819)
@@ -1,3 +1,33 @@
+2021-10-08 Alan Coon <[email protected]>
+
+ Cherry-pick r283811. rdar://problem/84037770
+
+ Disable SYSTEM_PREVIEW when UIKit internals is enabled
+ https://bugs.webkit.org/show_bug.cgi?id=231438
+ rdar://84019482
+
+ Reviewed by Tim Horton.
+
+ We're going to replace SystemPreview with the <model>
+ element, so disable it when UIKit internals are enabled.
+
+ * wtf/PlatformUse.h:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283811 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-08 Dean Jackson <[email protected]>
+
+ Disable SYSTEM_PREVIEW when UIKit internals is enabled
+ https://bugs.webkit.org/show_bug.cgi?id=231438
+ rdar://84019482
+
+ Reviewed by Tim Horton.
+
+ We're going to replace SystemPreview with the <model>
+ element, so disable it when UIKit internals are enabled.
+
+ * wtf/PlatformUse.h:
+
2021-10-03 David Kilzer <[email protected]>
WTF::RetainPtr<> allows assignment of two pointer types that are not assignable
Modified: branches/safari-613.1.4-branch/Source/WTF/wtf/PlatformUse.h (283818 => 283819)
--- branches/safari-613.1.4-branch/Source/WTF/wtf/PlatformUse.h 2021-10-08 19:01:43 UTC (rev 283818)
+++ branches/safari-613.1.4-branch/Source/WTF/wtf/PlatformUse.h 2021-10-08 19:10:51 UTC (rev 283819)
@@ -165,7 +165,7 @@
#define USE_QUICK_LOOK 1
#endif
-#if PLATFORM(IOS)
+#if PLATFORM(IOS) && !HAVE(UIKIT_WEBKIT_INTERNALS)
#define USE_SYSTEM_PREVIEW 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes