WebKit Bugzilla
Attachment 360605 Details for
Bug 194035
: [macOS] Sandbox fails to compile on 10.12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194035-20190130125952.patch (text/plain), 1.89 KB, created by
Per Arne Vollan
on 2019-01-30 12:59:53 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-01-30 12:59:53 PST
Size:
1.89 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 240726) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,17 @@ >+2019-01-30 Per Arne Vollan <pvollan@apple.com> >+ >+ [macOS] Sandbox fails to compile on 10.12 >+ https://bugs.webkit.org/show_bug.cgi?id=194035 >+ <rdar://problem/47651260> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This was caused by the commit <https://trac.webkit.org/changeset/239994>, which is only valid for >+ 10.14 and later. >+ >+ * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in: >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-01-30 Chris Dumez <cdumez@apple.com> > > Regression(PSON) Load hang can occur on history navigation >Index: Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in >=================================================================== >--- Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (revision 240715) >+++ Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (working copy) >@@ -160,8 +160,10 @@ > ) > #endif > >+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400 > ;; <rdar://problem/47268166> > (allow mach-lookup (xpc-service-name "com.apple.MTLCompilerService")) >+#endif > > ;; Utility functions > (define (home-literal home-relative-literal) >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 240715) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -609,8 +609,10 @@ > #endif > ) > >+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400 > ;; <rdar://problem/47268166> > (allow mach-lookup (xpc-service-name "com.apple.MTLCompilerService")) >+#endif > > #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400 > (deny mach-lookup (with no-log)
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 194035
: 360605