WebKit Bugzilla
Attachment 357058 Details for
Bug 192593
: [macOS] Remove with-report from 3 services that are currently needed on macOS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192593-20181211093642.patch (text/plain), 2.80 KB, created by
Per Arne Vollan
on 2018-12-11 09:36:43 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2018-12-11 09:36:43 PST
Size:
2.80 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 239073) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-12-11 Per Arne Vollan <pvollan@apple.com> >+ >+ [macOS] Remove with-report from 3 services that are currently needed on macOS >+ https://bugs.webkit.org/show_bug.cgi?id=192593 >+ <rdar://problem/46604752> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2018-12-11 Commit Queue <commit-queue@webkit.org> > > Unreviewed, rolling out r239071. >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 238804) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -586,6 +586,7 @@ > (global-name "com.apple.cmio.registerassistantservice") ;; Needed by CoreMedia for plugin drivers > (global-name "com.apple.cookied") > (global-name "com.apple.coreservices.launchservicesd") >+ (global-name "com.apple.diagnosticd") > (global-name "com.apple.fonts") > (global-name "com.apple.iconservices") > (global-name "com.apple.iconservices.store") >@@ -595,8 +596,10 @@ > (global-name "com.apple.lsd.mapdb") > (global-name "com.apple.mobileassetd") > (global-name "com.apple.powerlog.plxpclogger.xpc") >+ (global-name "com.apple.speech.speechsynthesisd") > (global-name "com.apple.system.logger") > (global-name "com.apple.tccd") >+ (global-name "com.apple.tccd.system") > (global-name "com.apple.trustd.agent") > #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400 > (global-name "com.apple.CARenderServer") ; Needed for [CAContext remoteContextWithOptions] >@@ -616,7 +619,6 @@ > ; "com.apple.coremedia.endpointpicker.xpc" can be removed when <rdar://problem/30081582> is resolved. > (global-name "com.apple.coremedia.endpointpicker.xpc") > (global-name "com.apple.coremedia.endpointplaybacksession.xpc") >- (global-name "com.apple.diagnosticd") > (global-name "com.apple.dock.server") > (global-name "com.apple.dyld.closured") > ;; OpenGL memory debugging >@@ -626,11 +628,9 @@ > (xpc-service-name "com.apple.ist.ds.appleconnect2.HelperService") > (xpc-service-name "com.apple.signpost.signpost-notificationd") > #endif >- (global-name "com.apple.speech.speechsynthesisd") > (global-name "com.apple.speech.synthesis.console") > (global-name "com.apple.system.DirectoryService.libinfo_v1") > (global-name "com.apple.system.opendirectoryd.api") >- (global-name "com.apple.tccd.system") > (global-name "com.apple.trustd") > (global-name "com.apple.window_proxies") > (global-name "com.apple.xpc.activity.unmanaged")
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 192593
: 357058