Title: [151049] trunk/Source/WebKit2
Revision
151049
Author
[email protected]
Date
2013-05-31 15:32:27 -0700 (Fri, 31 May 2013)

Log Message

        <rdar://problem/14036464> Sandbox violation when using Web SpeechSynthesis

        Reviewed by Anders Carlsson

        * WebProcess/com.apple.WebProcess.sb.in: Allow com.apple.speech.synthesis.console.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (151048 => 151049)


--- trunk/Source/WebKit2/ChangeLog	2013-05-31 22:23:03 UTC (rev 151048)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-31 22:32:27 UTC (rev 151049)
@@ -1,3 +1,11 @@
+2013-05-31  Alexey Proskuryakov  <[email protected]>
+
+        <rdar://problem/14036464> Sandbox violation when using Web SpeechSynthesis
+
+        Reviewed by Anders Carlsson
+
+        * WebProcess/com.apple.WebProcess.sb.in: Allow com.apple.speech.synthesis.console.
+
 2013-05-31  Jessie Berlin  <[email protected]>
 
         Need the ability to get the information for a plug-in with a particular process id that may

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (151048 => 151049)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-05-31 22:23:03 UTC (rev 151048)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-05-31 22:32:27 UTC (rev 151049)
@@ -194,6 +194,7 @@
        (global-name "com.apple.cfnetwork.AuthBrokerAgent")
        (global-name "com.apple.PowerManagement.control")
        (global-name "com.apple.speech.speechsynthesisd")
+       (global-name "com.apple.speech.synthesis.console")
 
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
        (global-name "com.apple.coreservices.launchservicesd")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to