Title: [239170] trunk/Source/WebKit
- Revision
- 239170
- Author
- [email protected]
- Date
- 2018-12-13 10:08:54 -0800 (Thu, 13 Dec 2018)
Log Message
[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 Brent Fulgham.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (239169 => 239170)
--- trunk/Source/WebKit/ChangeLog 2018-12-13 17:22:06 UTC (rev 239169)
+++ trunk/Source/WebKit/ChangeLog 2018-12-13 18:08:54 UTC (rev 239170)
@@ -1,3 +1,13 @@
+2018-12-13 Per Arne Vollan <[email protected]>
+
+ [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 Brent Fulgham.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2018-12-13 Youenn Fablet <[email protected]>
On page close, WebPage::m_userMediaPermissionRequestManager is nullified too early
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (239169 => 239170)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-12-13 17:22:06 UTC (rev 239169)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-12-13 18:08:54 UTC (rev 239170)
@@ -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")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes