WebKit Bugzilla
Attachment 339341 Details for
Bug 185217
: Open audio/video sandbox services for minimal simulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185217-20180502142946.patch (text/plain), 1.73 KB, created by
Jer Noble
on 2018-05-02 14:29:46 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jer Noble
Created:
2018-05-02 14:29:46 PDT
Size:
1.73 KB
patch
obsolete
>Subversion Revision: 231258 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 38d47a02fe21fb53bec5055d4b16cb7f2b48e72e..15958cf0edce7de4b68690ce541dc661b4faf111 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,14 @@ >+2018-05-02 Jer Noble <jer.noble@apple.com> >+ >+ Open audio/video sandbox services for minimal simulator >+ https://bugs.webkit.org/show_bug.cgi?id=185217 >+ <rdar://problem/39918909> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebKit.xcodeproj/project.pbxproj: >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2018-05-02 Jer Noble <jer.noble@apple.com> > > Make EncryptedMediaAPIEnabled an experimental feature >diff --git a/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in b/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >index a1bdba96dc8a03cd8db5591c6a846e739d645ce2..01df8f496f42c462f7107117fec67c590ee6c1e2 100644 >--- a/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >+++ b/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >@@ -358,7 +358,7 @@ > #endif > ) > >-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300 >+#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300 > (deny mach-lookup (xpc-service-name-prefix "")) > (allow mach-lookup > (xpc-service-name "com.apple.PerformanceAnalysis.animationperfd") >@@ -557,7 +557,7 @@ > (global-name "com.apple.SystemConfiguration.configd") > (global-name "com.apple.SystemConfiguration.PPPController") > (global-name "com.apple.audio.SystemSoundServer-OSX") >-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300 >+#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300 > (global-name "com.apple.analyticsd") > (global-name "com.apple.audio.AudioComponentRegistrar") > #endif
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 185217
: 339341