Title: [245305] branches/safari-608.1.24-branch/Source/WebKit
- Revision
- 245305
- Author
- [email protected]
- Date
- 2019-05-14 14:07:41 -0700 (Tue, 14 May 2019)
Log 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
Modified Paths
Diff
Modified: branches/safari-608.1.24-branch/Source/WebKit/ChangeLog (245304 => 245305)
--- branches/safari-608.1.24-branch/Source/WebKit/ChangeLog 2019-05-14 20:38:43 UTC (rev 245304)
+++ branches/safari-608.1.24-branch/Source/WebKit/ChangeLog 2019-05-14 21:07:41 UTC (rev 245305)
@@ -1,3 +1,30 @@
+2019-05-14 Alan Coon <[email protected]>
+
+ 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
+
+ 2019-05-13 Chris Fleizach <[email protected]>
+
+ 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:
+
2019-05-13 Alan Coon <[email protected]>
Cherry-pick r245246. rdar://problem/50727815
Modified: branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (245304 => 245305)
--- branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-05-14 20:38:43 UTC (rev 245304)
+++ branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-05-14 21:07:41 UTC (rev 245305)
@@ -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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes