Title: [260612] branches/safari-609.2.9.0-branch/Source/WebKit
Revision
260612
Author
[email protected]
Date
2020-04-23 17:52:00 -0700 (Thu, 23 Apr 2020)

Log Message

Apply patch. rdar://problem/62272256

Modified Paths


Diff

Modified: branches/safari-609.2.9.0-branch/Source/WebKit/ChangeLog (260611 => 260612)


--- branches/safari-609.2.9.0-branch/Source/WebKit/ChangeLog	2020-04-24 00:46:18 UTC (rev 260611)
+++ branches/safari-609.2.9.0-branch/Source/WebKit/ChangeLog	2020-04-24 00:52:00 UTC (rev 260612)
@@ -1,3 +1,18 @@
+2020-04-23  Russell Epstein  <[email protected]>
+
+        Apply patch. rdar://problem/62272256
+
+    2020-04-23  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
+
+            Reviewed by Brent Fulgham.
+
+            Add mach-lookup access to MobileGestalt service.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-04-22 Russell Epstein <[email protected]>
 
         Cherry-pick r260474. rdar://problem/62083321.

Modified: branches/safari-609.2.9.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (260611 => 260612)


--- branches/safari-609.2.9.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-24 00:46:18 UTC (rev 260611)
+++ branches/safari-609.2.9.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-24 00:52:00 UTC (rev 260612)
@@ -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