⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245237 in webkit


Ignore:
Timestamp:
May 13, 2019, 9:32:21 AM (7 years ago)
Author:
Chris Fleizach
Message:

AX: Need an entitlement for WebContent to send accessibility notifications
https://bugs.webkit.org/show_bug.cgi?id=197832

Reviewed by Brent Fulgham.

In order to send accessibility notifications on iOS, we need to be able to look up this port.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245234 r245237  
     12019-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
    1122019-05-13  Michael Catanzaro  <mcatanzaro@igalia.com>
    213
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r244779 r245237  
    7272(allow mach-register
    7373    (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.
    7476
    7577;; <rdar://problem/14555119> Access to high quality speech voices
Note: See TracChangeset for help on using the changeset viewer.