Changeset 225795 in webkit


Ignore:
Timestamp:
Dec 12, 2017 11:52:41 AM (6 years ago)
Author:
Brent Fulgham
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r225789 r225795  
     12017-12-12  Brent Fulgham  <bfulgham@apple.com>
     2
     3        REGRESSION(r216941): Plugin Process can't access AppStore Plugin Service
     4        https://bugs.webkit.org/show_bug.cgi?id=180701
     5        <rdar://problem/35940948>
     6
     7        Reviewed by Daniel Bates.
     8
     9        The PluginProcess needs access to the AppStore Plugin XPC service.
     10
     11        * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
     12
    1132017-12-12  Brady Eidson  <beidson@apple.com>
    214
  • trunk/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in

    r222984 r225795  
    129129    (xpc-service-name "com.apple.accessibility.mediaaccessibilityd")
    130130    (xpc-service-name "com.apple.appkit.xpc.openAndSavePanelService")
     131    (xpc-service-name "com.apple.appstore.PluginXPCService") ; <rdar://problem/35940948>
    131132    (xpc-service-name "com.apple.audio.SandboxHelper")
    132133    (xpc-service-name "com.apple.coremedia.videodecoder")
Note: See TracChangeset for help on using the changeset viewer.