Changeset 245237 in webkit
- Timestamp:
- May 13, 2019, 9:32:21 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r245234 r245237 1 2019-05-13 Chris Fleizach <cfleizach@apple.com> 2 3 AX: Need an entitlement for WebContent to send accessibility notifications 4 https://bugs.webkit.org/show_bug.cgi?id=197832 5 6 Reviewed by Brent Fulgham. 7 8 In order to send accessibility notifications on iOS, we need to be able to look up this port. 9 10 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 11 1 12 2019-05-13 Michael Catanzaro <mcatanzaro@igalia.com> 2 13 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r244779 r245237 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.