Changeset 239291 in webkit


Ignore:
Timestamp:
Dec 17, 2018 3:00:41 PM (5 years ago)
Author:
commit-queue@webkit.org
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 <skoppisettyt@apple.com> on 2018-12-17
Reviewed by Alex Christensen.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239281 r239291  
     12018-12-17  Suresh Koppisetty  <skoppisettyt@apple.com>
     2
     3        Rollout r235411
     4        https://bugs.webkit.org/show_bug.cgi?id=192778
     5        <rdar://46789485>
     6
     7        Disabling access to CoreServices is causing a performance
     8        regression in process launch time.  See <rdar://46141878>
     9
     10        Reviewed by Alex Christensen.
     11
     12        * WebProcess/com.apple.WebProcess.sb.in:
     13
    1142018-12-17  Zan Dobersek  <zdobersek@igalia.com>
    215
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r239170 r239291  
    663663(allow mach-lookup
    664664    (global-name-regex #"^com.apple.distributed_notifications")                                                       
    665 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101400
    666     (global-name "com.apple.CoreServices.coreservicesd")
    667 #endif
    668 )
     665    (global-name "com.apple.CoreServices.coreservicesd"))
    669666(allow file-read-data
    670667    (literal "/dev/autofs_nowait")) ; Used by CF to circumvent automount triggers
Note: See TracChangeset for help on using the changeset viewer.