Title: [248565] branches/safari-608-branch/Source/WebCore/PAL
Revision
248565
Author
[email protected]
Date
2019-08-12 16:42:07 -0700 (Mon, 12 Aug 2019)

Log Message

Cherry-pick r248381. rdar://problem/54018115

    Context menu on a universal link produces a blank preview
    https://bugs.webkit.org/show_bug.cgi?id=200485
    <rdar://problem/53699620>

    Reviewed by Tim Horton.

    Use the umbrella #import.

    * pal/spi/cocoa/LaunchServicesSPI.h:

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

Modified Paths

Diff

Modified: branches/safari-608-branch/Source/WebCore/PAL/ChangeLog (248564 => 248565)


--- branches/safari-608-branch/Source/WebCore/PAL/ChangeLog	2019-08-12 23:42:05 UTC (rev 248564)
+++ branches/safari-608-branch/Source/WebCore/PAL/ChangeLog	2019-08-12 23:42:07 UTC (rev 248565)
@@ -1,5 +1,33 @@
 2019-08-12  Alan Coon  <[email protected]>
 
+        Cherry-pick r248381. rdar://problem/54018115
+
+    Context menu on a universal link produces a blank preview
+    https://bugs.webkit.org/show_bug.cgi?id=200485
+    <rdar://problem/53699620>
+    
+    Reviewed by Tim Horton.
+    
+    Use the umbrella #import.
+    
+    * pal/spi/cocoa/LaunchServicesSPI.h:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@248381 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-08-07  Dean Jackson  <[email protected]>
+
+            Context menu on a universal link produces a blank preview
+            https://bugs.webkit.org/show_bug.cgi?id=200485
+            <rdar://problem/53699620>
+
+            Reviewed by Tim Horton.
+
+            Use the umbrella #import.
+
+            * pal/spi/cocoa/LaunchServicesSPI.h:
+
+2019-08-12  Alan Coon  <[email protected]>
+
         Cherry-pick r248380. rdar://problem/54018115
 
     Context menu on a universal link produces a blank preview

Modified: branches/safari-608-branch/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h (248564 => 248565)


--- branches/safari-608-branch/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h	2019-08-12 23:42:05 UTC (rev 248564)
+++ branches/safari-608-branch/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h	2019-08-12 23:42:07 UTC (rev 248565)
@@ -34,12 +34,8 @@
 #elif PLATFORM(IOS_FAMILY)
 #import <MobileCoreServices/LSAppLinkPriv.h>
 #elif PLATFORM(IOS)
-#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
-#import <CoreServices/LSURLOverridePriv.h>
-#else
-#import <CoreServices/LSApplicationWorkspace.h>
+#import <MobileCoreServices/MobileCoreServicesPriv.h>
 #endif
-#endif
 
 #endif // USE(APPLE_INTERNAL_SDK)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to