WebKit Bugzilla
Attachment 369709 Details for
Bug 197832
: AX: Need an entitlement for WebContent to send accessibility notifications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 1.45 KB, created by
chris fleizach
on 2019-05-13 01:20:17 PDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
chris fleizach
Created:
2019-05-13 01:20:17 PDT
Size:
1.45 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 245232) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-05-13 Chris Fleizach <cfleizach@apple.com> >+ >+ AX: Need an entitlement for WebContent to send accessibility notifications >+ https://bugs.webkit.org/show_bug.cgi?id=197832 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ 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: >+ > 2019-05-12 Takashi Komori <Takashi.Komori@sony.com> > > [Curl] Suppress extra didReceiveAuthenticationChallenge call when accessing a server which checks basic auth. >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (revision 245177) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (working copy) >@@ -71,6 +71,8 @@ > > (allow mach-register > (local-name "com.apple.iphone.axserver")) ; Needed for Application Accessibility >+(allow mach-lookup >+ (global-name "com.apple.iphone.axserver-systemwide")) ; Needed to send accessibility notifications. > > ;; <rdar://problem/14555119> Access to high quality speech voices > ;; Needed for WebSpeech
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197832
: 369709