Title: [236603] branches/safari-606-branch/Source/WebKit
Revision
236603
Author
[email protected]
Date
2018-09-28 10:35:59 -0700 (Fri, 28 Sep 2018)

Log Message

Cherry-pick r236571. rdar://problem/44852809

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebKit/ChangeLog (236602 => 236603)


--- branches/safari-606-branch/Source/WebKit/ChangeLog	2018-09-28 17:24:22 UTC (rev 236602)
+++ branches/safari-606-branch/Source/WebKit/ChangeLog	2018-09-28 17:35:59 UTC (rev 236603)
@@ -1,3 +1,32 @@
+2018-09-28  Babak Shafiei  <[email protected]>
+
+        Cherry-pick r236571. rdar://problem/44852809
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236571 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-21  Kocsen Chung  <[email protected]>
 
         Cherry-pick r236322. rdar://problem/44660342

Modified: branches/safari-606-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (236602 => 236603)


--- branches/safari-606-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-09-28 17:24:22 UTC (rev 236602)
+++ branches/safari-606-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-09-28 17:35:59 UTC (rev 236603)
@@ -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