Title: [231277] trunk/Source/WebKit
- Revision
- 231277
- Author
- [email protected]
- Date
- 2018-05-02 16:00:19 -0700 (Wed, 02 May 2018)
Log Message
Open audio/video sandbox services for minimal simulator
https://bugs.webkit.org/show_bug.cgi?id=185217
<rdar://problem/39918909>
Reviewed by Per Arne Vollan.
* WebKit.xcodeproj/project.pbxproj:
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (231276 => 231277)
--- trunk/Source/WebKit/ChangeLog 2018-05-02 22:55:44 UTC (rev 231276)
+++ trunk/Source/WebKit/ChangeLog 2018-05-02 23:00:19 UTC (rev 231277)
@@ -1,3 +1,14 @@
+2018-05-02 Jer Noble <[email protected]>
+
+ Open audio/video sandbox services for minimal simulator
+ https://bugs.webkit.org/show_bug.cgi?id=185217
+ <rdar://problem/39918909>
+
+ Reviewed by Per Arne Vollan.
+
+ * WebKit.xcodeproj/project.pbxproj:
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2018-05-02 Daniel Bates <[email protected]>
Cleanup NetworkResourceLoader::didReceiveResponse()
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (231276 => 231277)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-05-02 22:55:44 UTC (rev 231276)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-05-02 23:00:19 UTC (rev 231277)
@@ -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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes