Title: [239291] trunk/Source/WebKit
Revision
239291
Author
[email protected]
Date
2018-12-17 15:00:41 -0800 (Mon, 17 Dec 2018)

Log Message

Rollout r235411
https://bugs.webkit.org/show_bug.cgi?id=192778
<rdar://46789485>

Disabling access to CoreServices is causing a performance
regression in process launch time.  See <rdar://46141878>

Patch by Suresh Koppisetty <[email protected]> on 2018-12-17
Reviewed by Alex Christensen.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239290 => 239291)


--- trunk/Source/WebKit/ChangeLog	2018-12-17 22:46:50 UTC (rev 239290)
+++ trunk/Source/WebKit/ChangeLog	2018-12-17 23:00:41 UTC (rev 239291)
@@ -1,3 +1,16 @@
+2018-12-17  Suresh Koppisetty  <[email protected]>
+
+        Rollout r235411
+        https://bugs.webkit.org/show_bug.cgi?id=192778
+        <rdar://46789485>
+
+        Disabling access to CoreServices is causing a performance
+        regression in process launch time.  See <rdar://46141878>
+
+        Reviewed by Alex Christensen.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-12-17  Zan Dobersek  <[email protected]>
 
         Unreviewed WPE build fix after r239277.

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-12-17 22:46:50 UTC (rev 239290)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-12-17 23:00:41 UTC (rev 239291)
@@ -662,10 +662,7 @@
 ;; CoreFoundation. We don't import com.apple.corefoundation.sb, because it allows unnecessary access to pasteboard.
 (allow mach-lookup
     (global-name-regex #"^com.apple.distributed_notifications")                                                       
-#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101400
-    (global-name "com.apple.CoreServices.coreservicesd")
-#endif
-)
+    (global-name "com.apple.CoreServices.coreservicesd"))
 (allow file-read-data
     (literal "/dev/autofs_nowait")) ; Used by CF to circumvent automount triggers
 (allow ipc-posix-shm
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to