Title: [225795] trunk/Source/WebKit
Revision
225795
Author
[email protected]
Date
2017-12-12 11:52:41 -0800 (Tue, 12 Dec 2017)

Log Message

REGRESSION(r216941): Plugin Process can't access AppStore Plugin Service
https://bugs.webkit.org/show_bug.cgi?id=180701
<rdar://problem/35940948>

Reviewed by Daniel Bates.

The PluginProcess needs access to the AppStore Plugin XPC service.

* PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (225794 => 225795)


--- trunk/Source/WebKit/ChangeLog	2017-12-12 19:40:40 UTC (rev 225794)
+++ trunk/Source/WebKit/ChangeLog	2017-12-12 19:52:41 UTC (rev 225795)
@@ -1,3 +1,15 @@
+2017-12-12  Brent Fulgham  <[email protected]>
+
+        REGRESSION(r216941): Plugin Process can't access AppStore Plugin Service
+        https://bugs.webkit.org/show_bug.cgi?id=180701
+        <rdar://problem/35940948>
+
+        Reviewed by Daniel Bates.
+
+        The PluginProcess needs access to the AppStore Plugin XPC service.
+
+        * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+
 2017-12-12  Brady Eidson  <[email protected]>
 
         Make ServiceWorkers follow the DEFAULT_EXPERIMENTAL_FEATURES_ENABLED flag on Mac.

Modified: trunk/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (225794 => 225795)


--- trunk/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-12-12 19:40:40 UTC (rev 225794)
+++ trunk/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-12-12 19:52:41 UTC (rev 225795)
@@ -128,6 +128,7 @@
     (xpc-service-name "com.apple.ViewBridgeAuxiliary")
     (xpc-service-name "com.apple.accessibility.mediaaccessibilityd")
     (xpc-service-name "com.apple.appkit.xpc.openAndSavePanelService")
+    (xpc-service-name "com.apple.appstore.PluginXPCService") ; <rdar://problem/35940948>
     (xpc-service-name "com.apple.audio.SandboxHelper")
     (xpc-service-name "com.apple.coremedia.videodecoder")
     (xpc-service-name "com.apple.coremedia.videoencoder")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to