Changeset 245305 in webkit
- Timestamp:
- May 14, 2019, 2:07:41 PM (7 years ago)
- Location:
- branches/safari-608.1.24-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1.24-branch/Source/WebKit/ChangeLog
r245247 r245305 1 2019-05-14 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r245237. rdar://problem/50495880 4 5 AX: Need an entitlement for WebContent to send accessibility notifications 6 https://bugs.webkit.org/show_bug.cgi?id=197832 7 8 Reviewed by Brent Fulgham. 9 10 In order to send accessibility notifications on iOS, we need to be able to look up this port. 11 12 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 13 14 15 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245237 268f45cc-cd09-0410-ab3c-d52691b4dbfc 16 17 2019-05-13 Chris Fleizach <cfleizach@apple.com> 18 19 AX: Need an entitlement for WebContent to send accessibility notifications 20 https://bugs.webkit.org/show_bug.cgi?id=197832 21 22 Reviewed by Brent Fulgham. 23 24 In order to send accessibility notifications on iOS, we need to be able to look up this port. 25 26 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 27 1 28 2019-05-13 Alan Coon <alancoon@apple.com> 2 29 -
branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r244779 r245305 72 72 (allow mach-register 73 73 (local-name "com.apple.iphone.axserver")) ; Needed for Application Accessibility 74 (allow mach-lookup 75 (global-name "com.apple.iphone.axserver-systemwide")) ; Needed to send accessibility notifications. 74 76 75 77 ;; <rdar://problem/14555119> Access to high quality speech voices
Note:
See TracChangeset
for help on using the changeset viewer.