Title: [261307] branches/safari-609-branch/Source/WebKit
Revision
261307
Author
[email protected]
Date
2020-05-07 10:58:01 -0700 (Thu, 07 May 2020)

Log Message

Apply patch. rdar://problem/62272254

Modified Paths


Diff

Modified: branches/safari-609-branch/Source/WebKit/ChangeLog (261306 => 261307)


--- branches/safari-609-branch/Source/WebKit/ChangeLog	2020-05-07 17:45:43 UTC (rev 261306)
+++ branches/safari-609-branch/Source/WebKit/ChangeLog	2020-05-07 17:58:01 UTC (rev 261307)
@@ -1,3 +1,16 @@
+2020-05-07  Russell Epstein  <[email protected]>
+
+        Apply patch. rdar://problem/62272254
+
+    2020-05-07  Per Arne Vollan  <[email protected]>
+
+            Only hearing audio with black screen when playing video
+            <rdar://problem/59464464> [contentsScale = 0] PUBLIC SEED ☂: Only hearing audio with black screen when playing video
+
+            Add mach-lookup access to MobileGestalt service.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-04-20  Alan Coon  <[email protected]>
 
         Apply patch. rdar://problem/61950472

Modified: branches/safari-609-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (261306 => 261307)


--- branches/safari-609-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-07 17:45:43 UTC (rev 261306)
+++ branches/safari-609-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-07 17:58:01 UTC (rev 261307)
@@ -657,7 +657,10 @@
     (global-name "com.apple.lsd.open")
     (global-name "com.apple.lsd.mapdb"))
 
+
 ;; <rdar://problem/12413942>
+(allow mach-lookup
+    (global-name "com.apple.mobilegestalt.xpc"))
 (allow file-read*
        (well-known-system-group-container-literal "/systemgroup.com.apple.mobilegestaltcache/Library/Caches/com.apple.MobileGestalt.plist"))
 (allow iokit-get-properties
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to