Title: [236571] trunk/Source/WebKit
Revision
236571
Author
[email protected]
Date
2018-09-27 14:27:53 -0700 (Thu, 27 Sep 2018)

Log Message

[iOS] Allow access to VoiceServices features needed for accessibility
https://bugs.webkit.org/show_bug.cgi?id=190019
<rdar://problem/43621111>

Reviewed by Chris Fleizach.

Revise the sandbox to allow access to relevant WebSpeech features.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236570 => 236571)


--- trunk/Source/WebKit/ChangeLog	2018-09-27 21:04:58 UTC (rev 236570)
+++ trunk/Source/WebKit/ChangeLog	2018-09-27 21:27:53 UTC (rev 236571)
@@ -1,3 +1,15 @@
+2018-09-27  Brent Fulgham  <[email protected]>
+
+        [iOS] Allow access to VoiceServices features needed for accessibility
+        https://bugs.webkit.org/show_bug.cgi?id=190019
+        <rdar://problem/43621111>
+
+        Reviewed by Chris Fleizach.
+
+        Revise the sandbox to allow access to relevant WebSpeech features.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2018-09-27  Sihui Liu  <[email protected]>
 
         Fix IOSMAC build

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (236570 => 236571)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-09-27 21:04:58 UTC (rev 236570)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-09-27 21:27:53 UTC (rev 236571)
@@ -88,7 +88,9 @@
 ;; <rdar://problem/12030530> AX: Sandbox violation with changing Language while VO is on
 ;; and <rdar://problem/13071747>
 (mobile-preferences-read
-    "com.apple.SpeakSelection") ; Needed for WebSpeech
+    "com.apple.SpeakSelection" ; Needed for WebSpeech
+    "com.apple.VoiceOverTouch" ; Needed for non-US english language synthesis
+    "com.apple.voiceservices") ; Ditto
 
 (allow mach-lookup
     (global-name "com.apple.audio.AudioComponentPrefs")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to