Title: [219987] trunk/Source/WebKit
Revision
219987
Author
n_w...@apple.com
Date
2017-07-27 16:46:53 -0700 (Thu, 27 Jul 2017)

Log Message

AX: A11Y: Zoom no longer follows keyboard insertion point in safari
https://bugs.webkit.org/show_bug.cgi?id=174869

Reviewed by David Kilzer.

There was a recent change by denying XPC services access by default.
In UAZoomChangeFocus we need to send message to HIServices, so let's
allow the connection to XPC services for that.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (219986 => 219987)


--- trunk/Source/WebKit/ChangeLog	2017-07-27 23:08:34 UTC (rev 219986)
+++ trunk/Source/WebKit/ChangeLog	2017-07-27 23:46:53 UTC (rev 219987)
@@ -1,3 +1,16 @@
+2017-07-27  Nan Wang  <n_w...@apple.com>
+
+        AX: A11Y: Zoom no longer follows keyboard insertion point in safari
+        https://bugs.webkit.org/show_bug.cgi?id=174869
+
+        Reviewed by David Kilzer.
+
+        There was a recent change by denying XPC services access by default. 
+        In UAZoomChangeFocus we need to send message to HIServices, so let's
+        allow the connection to XPC services for that. 
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2017-07-27  Brady Eidson  <beid...@apple.com>
 
         Part 1 of: Rename DatabaseProcess to StorageProcess.

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (219986 => 219987)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2017-07-27 23:08:34 UTC (rev 219986)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2017-07-27 23:46:53 UTC (rev 219987)
@@ -192,6 +192,7 @@
     (xpc-service-name "com.apple.coremedia.videodecoder")
     (xpc-service-name "com.apple.coremedia.videoencoder")
     (xpc-service-name-regex #"\.apple-extension-service$")
+    (xpc-service-name "com.apple.hiservices-xpcservice")
 )
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to