Title: [216909] branches/safari-604.1.21-branch/Source/WebKit2
Revision
216909
Author
jmarc...@apple.com
Date
2017-05-16 00:07:42 -0700 (Tue, 16 May 2017)

Log Message

Cherry-pick r216790. rdar://problem/32082745

Modified Paths

Diff

Modified: branches/safari-604.1.21-branch/Source/WebKit2/ChangeLog (216908 => 216909)


--- branches/safari-604.1.21-branch/Source/WebKit2/ChangeLog	2017-05-16 07:07:35 UTC (rev 216908)
+++ branches/safari-604.1.21-branch/Source/WebKit2/ChangeLog	2017-05-16 07:07:42 UTC (rev 216909)
@@ -1,3 +1,20 @@
+2017-05-15  Jason Marcell  <jmarc...@apple.com>
+
+        Cherry-pick r216790. rdar://problem/32082745
+
+    2017-05-12  Brent Fulgham  <bfulg...@apple.com>
+
+            REGRESSION(r213564): Flash audio playback failures
+            https://bugs.webkit.org/show_bug.cgi?id=171876
+            <rdar://problem/32082745>
+
+            Reviewed by Alexey Proskuryakov.
+
+            The IOKit property filters added in r213564 need to be expanded to support
+            some Flash features.
+
+            * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+
 2017-05-15  Matthew Hanson  <matthew_han...@apple.com>
 
         Cherry-pick r216836. rdar://problem/31899730

Modified: branches/safari-604.1.21-branch/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (216908 => 216909)


--- branches/safari-604.1.21-branch/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-05-16 07:07:35 UTC (rev 216908)
+++ branches/safari-604.1.21-branch/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-05-16 07:07:42 UTC (rev 216909)
@@ -22,7 +22,8 @@
 ; THE POSSIBILITY OF SUCH DAMAGE.
 
 (version 1)
-(deny default)
+;(deny default)
+(allow default (with report))
 (allow system-audit file-read-metadata)
 
 (import "system.sb")
@@ -66,6 +67,7 @@
     (iokit-property "IOVARendererID")
     (iokit-property-regex #"^MetalPlugin(Name|ClassName)")
     (iokit-property "NoAutoRoute")
+    (iokit-property "Protocol Characteristics")
     (iokit-property "SupportAudioAUUC")
     (iokit-property "board-id")
     (iokit-property "idProduct")
@@ -278,6 +280,7 @@
 
 ;; Various services required by AppKit and other frameworks
 (allow mach-lookup
+    (global-name "com.apple.audio.AudioComponentRegistrar")
     (global-name "com.apple.CoreServices.coreservicesd")
     (global-name "com.apple.DiskArbitration.diskarbitrationd")
     (global-name "com.apple.FileCoordination")
@@ -335,7 +338,6 @@
 (allow network-inbound
     (local udp))
 
-
 ;; Open and Save panels
 (define (webkit-powerbox)
     (allow file-read* (literal "/Library/Preferences/com.apple.ViewBridge.plist"))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to