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

Changeset 245305 in webkit


Ignore:
Timestamp:
May 14, 2019, 2:07:41 PM (7 years ago)
Author:
Alan Coon
Message:

Cherry-pick r245237. rdar://problem/50495880

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:

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

Location:
branches/safari-608.1.24-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-608.1.24-branch/Source/WebKit/ChangeLog

    r245247 r245305  
     12019-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
    1282019-05-13  Alan Coon  <alancoon@apple.com>
    229
  • branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r244779 r245305  
    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.