Title: [227386] branches/safari-605-branch/Source/WebKit

Diff

Modified: branches/safari-605-branch/Source/WebKit/ChangeLog (227385 => 227386)


--- branches/safari-605-branch/Source/WebKit/ChangeLog	2018-01-23 04:08:23 UTC (rev 227385)
+++ branches/safari-605-branch/Source/WebKit/ChangeLog	2018-01-23 04:08:26 UTC (rev 227386)
@@ -1,5 +1,22 @@
 2018-01-22  Jason Marcell  <[email protected]>
 
+        Cherry-pick r227345. rdar://problem/36745991
+
+    2018-01-22  Brent Fulgham  <[email protected]>
+
+            [macOS, iOS] Allow accss to AVFoundation preference
+            https://bugs.webkit.org/show_bug.cgi?id=181937
+            <rdar://problem/33137029>
+
+            Reviewed by Eric Carlson.
+
+            Grant access to the 'com.apple.avfoundation.frecents' preference.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2018-01-22  Jason Marcell  <[email protected]>
+
         Cherry-pick r227349. rdar://problem/36746053
 
     2018-01-22  Brent Fulgham  <[email protected]>

Modified: branches/safari-605-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (227385 => 227386)


--- branches/safari-605-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-23 04:08:23 UTC (rev 227385)
+++ branches/safari-605-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-23 04:08:26 UTC (rev 227386)
@@ -327,6 +327,7 @@
     "com.apple.LaunchServices"
     "com.apple.WebFoundation"
     "com.apple.mobileipod"
+    "com.apple.avfoundation.frecents" ;; <rdar://problem/33137029>
     "com.apple.avfoundation.videoperformancehud" ;; <rdar://problem/31594568>
     "com.apple.voiceservices.logging")
 

Modified: branches/safari-605-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (227385 => 227386)


--- branches/safari-605-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-01-23 04:08:23 UTC (rev 227385)
+++ branches/safari-605-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-01-23 04:08:26 UTC (rev 227386)
@@ -457,6 +457,7 @@
         "com.apple.ServicesMenu.Services" ;; Needed for NSAttributedString <rdar://problem/10844321>
         "com.apple.WebFoundation"
         "com.apple.avfoundation"
+        "com.apple.avfoundation.frecents" ;; <rdar://problem/33137029>
         "com.apple.avfoundation.videoperformancehud" ;; <rdar://problem/31594568>
         "com.apple.coremedia"
         "com.apple.crypto"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to