Title: [279951] trunk/Source/WebKit
- Revision
- 279951
- Author
- [email protected]
- Date
- 2021-07-15 09:43:00 -0700 (Thu, 15 Jul 2021)
Log Message
[macOS] Expand GPU sandbox to support multi-target AirPlay
https://bugs.webkit.org/show_bug.cgi?id=227972
<rdar://problem/76029596>
Reviewed by Eric Carlson.
* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (279950 => 279951)
--- trunk/Source/WebKit/ChangeLog 2021-07-15 16:16:40 UTC (rev 279950)
+++ trunk/Source/WebKit/ChangeLog 2021-07-15 16:43:00 UTC (rev 279951)
@@ -1,3 +1,13 @@
+2021-07-15 Brent Fulgham <[email protected]>
+
+ [macOS] Expand GPU sandbox to support multi-target AirPlay
+ https://bugs.webkit.org/show_bug.cgi?id=227972
+ <rdar://problem/76029596>
+
+ Reviewed by Eric Carlson.
+
+ * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+
2021-07-15 Alexander Mikhaylenko <[email protected]>
[GTK] Can't click links with touchscreen
Modified: trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (279950 => 279951)
--- trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in 2021-07-15 16:16:40 UTC (rev 279950)
+++ trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in 2021-07-15 16:43:00 UTC (rev 279951)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010-2020 Apple Inc. All rights reserved.
+; Copyright (C) 2010-2021 Apple Inc. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
@@ -861,6 +861,7 @@
(allow mach-lookup
(global-name "com.apple.coremedia.endpoint.xpc")
(global-name "com.apple.coremedia.endpointstream.xpc")
+ (global-name "com.apple.coremedia.endpointstreamaudioengine.xpc") ;; <rdar://76029596>
(global-name "com.apple.coremedia.endpointplaybacksession.xpc")
; <rdar://problem/35509194>
(global-name "com.apple.coremedia.endpointremotecontrolsession.xpc")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes