Title: [269517] trunk/Source/WebKit
- Revision
- 269517
- Author
- [email protected]
- Date
- 2020-11-06 09:51:59 -0800 (Fri, 06 Nov 2020)
Log Message
[macOS] Allow IOAVDHEVCDecodeCapabilities on Intel
https://bugs.webkit.org/show_bug.cgi?id=218639
<rdar://problem/71100188>
Reviewed by Eric Carlson.
The current rule for IOAVDHEVCDecodeCapabilities is incorrect for macOS 11. We should
allow this access on Intel, too.
* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (269516 => 269517)
--- trunk/Source/WebKit/ChangeLog 2020-11-06 17:20:14 UTC (rev 269516)
+++ trunk/Source/WebKit/ChangeLog 2020-11-06 17:51:59 UTC (rev 269517)
@@ -1,3 +1,17 @@
+2020-11-06 Brent Fulgham <[email protected]>
+
+ [macOS] Allow IOAVDHEVCDecodeCapabilities on Intel
+ https://bugs.webkit.org/show_bug.cgi?id=218639
+ <rdar://problem/71100188>
+
+ Reviewed by Eric Carlson.
+
+ The current rule for IOAVDHEVCDecodeCapabilities is incorrect for macOS 11. We should
+ allow this access on Intel, too.
+
+ * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2020-11-06 Milan Crha <[email protected]>
[GTK] Application cannot override drag&drop callbacks
Modified: trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (269516 => 269517)
--- trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in 2020-11-06 17:20:14 UTC (rev 269516)
+++ trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in 2020-11-06 17:51:59 UTC (rev 269517)
@@ -392,6 +392,9 @@
(iokit-property "dpm")
#endif
(iokit-property "IOGVAH264EncodeCapabilities") ;; <rdar://problem/49498040>
+#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED > 101500
+ (iokit-property "IOAVDHEVCDecodeCapabilities") ;; <rdar://problem/71100188>
+#endif
)
(deny mach-lookup (xpc-service-name-prefix ""))
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (269516 => 269517)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-06 17:20:14 UTC (rev 269516)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-06 17:51:59 UTC (rev 269517)
@@ -426,6 +426,9 @@
(iokit-property "dpm")
#endif
(iokit-property "IOGVAH264EncodeCapabilities") ;; <rdar://problem/49498040>
+#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED > 101500
+ (iokit-property "IOAVDHEVCDecodeCapabilities") ;; <rdar://problem/71100188>
+#endif
)
;; <rdar://problem/60088861>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes