Title: [231354] trunk/Source/WebKit
- Revision
- 231354
- Author
- [email protected]
- Date
- 2018-05-04 09:15:12 -0700 (Fri, 04 May 2018)
Log Message
Adjust sandbox rules for simulator.
https://bugs.webkit.org/show_bug.cgi?id=185275
Reviewed by Brent Fulgham.
Enable rules related to CoreMedia for minimal simulator.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (231353 => 231354)
--- trunk/Source/WebKit/ChangeLog 2018-05-04 15:35:29 UTC (rev 231353)
+++ trunk/Source/WebKit/ChangeLog 2018-05-04 16:15:12 UTC (rev 231354)
@@ -1,3 +1,14 @@
+2018-05-04 Per Arne Vollan <[email protected]>
+
+ Adjust sandbox rules for simulator.
+ https://bugs.webkit.org/show_bug.cgi?id=185275
+
+ Reviewed by Brent Fulgham.
+
+ Enable rules related to CoreMedia for minimal simulator.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2018-05-04 Carlos Garcia Campos <[email protected]>
[GTK] Epiphany (GNOME Web) says "Error downloading: Service Unavailable." when trying to download an image from discogs.com
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (231353 => 231354)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-05-04 15:35:29 UTC (rev 231353)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-05-04 16:15:12 UTC (rev 231354)
@@ -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")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes