WebKit Bugzilla
Attachment 339482 Details for
Bug 185275
: Adjust sandbox rules for simulator.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185275-20180503161719.patch (text/plain), 1.36 KB, created by
Per Arne Vollan
on 2018-05-03 16:17:20 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2018-05-03 16:17:20 PDT
Size:
1.36 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 231330) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2018-05-03 Per Arne Vollan <pvollan@apple.com> >+ >+ Adjust sandbox rules for simulator. >+ https://bugs.webkit.org/show_bug.cgi?id=185275 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Enable rules related to CoreMedia for minimal simulator. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2018-05-03 Justin Fan <justin_fan@apple.com> > > [WebGL] Add runtime flag for enabling ASTC support in WebGL >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 231327) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -705,7 +705,7 @@ > (global-name "com.apple.coremedia.endpointpicker.xpc") > ; <rdar://problem/35509194> > (global-name "com.apple.coremedia.endpointremotecontrolsession.xpc") >-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300 >+#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300 > (global-name "com.apple.coremedia.routediscoverer.xpc") > (global-name "com.apple.coremedia.routingcontext.xpc") > (global-name "com.apple.coremedia.volumecontroller.xpc")
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 185275
: 339482