WebKit Bugzilla
Attachment 357476 Details for
Bug 192778
: Rollout r235411
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192778-20181217143343.patch (text/plain), 1.52 KB, created by
Alex Christensen
on 2018-12-17 14:33:44 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2018-12-17 14:33:44 PST
Size:
1.52 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 239289) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,16 @@ >+2018-12-17 Suresh Koppisetty <skoppisettyt@apple.com> >+ >+ 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 <zdobersek@igalia.com> > > Unreviewed WPE build fix after r239277. >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 239222) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -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
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 192778
: 357476