Title: [271561] trunk/Source/WebKit
Revision
271561
Author
[email protected]
Date
2021-01-17 04:36:52 -0800 (Sun, 17 Jan 2021)

Log Message

Add CoreMedia aavds entitlement to WebContent and GPU processes
https://bugs.webkit.org/show_bug.cgi?id=220238

Reviewed by Brent Fulgham.

Manually tested.

* Scripts/process-entitlements.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (271560 => 271561)


--- trunk/Source/WebKit/ChangeLog	2021-01-17 08:50:49 UTC (rev 271560)
+++ trunk/Source/WebKit/ChangeLog	2021-01-17 12:36:52 UTC (rev 271561)
@@ -1,3 +1,14 @@
+2021-01-17  Youenn Fablet  <[email protected]>
+
+        Add CoreMedia aavds entitlement to WebContent and GPU processes
+        https://bugs.webkit.org/show_bug.cgi?id=220238
+
+        Reviewed by Brent Fulgham.
+
+        Manually tested.
+
+        * Scripts/process-entitlements.sh:
+
 2021-01-15  Wenson Hsieh  <[email protected]>
 
         [iOS] Emoji keyboard covers text field on twitter.com/messages

Modified: trunk/Source/WebKit/Scripts/process-entitlements.sh (271560 => 271561)


--- trunk/Source/WebKit/Scripts/process-entitlements.sh	2021-01-17 08:50:49 UTC (rev 271560)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh	2021-01-17 12:36:52 UTC (rev 271561)
@@ -185,6 +185,7 @@
 {
     plistbuddy Add :com.apple.QuartzCore.secure-mode bool YES
     plistbuddy Add :com.apple.QuartzCore.webkit-end-points bool YES
+    plistbuddy Add :com.apple.developer.coremedia.allow-alternate-video-decoder-selection bool YES
     plistbuddy Add :com.apple.mediaremote.set-playback-state bool YES
     plistbuddy Add :com.apple.pac.shared_region_id string WebContent
     plistbuddy Add :com.apple.private.allow-explicit-graphics-priority bool YES
@@ -212,6 +213,7 @@
 {
     plistbuddy Add :com.apple.QuartzCore.secure-mode bool YES
     plistbuddy Add :com.apple.QuartzCore.webkit-end-points bool YES
+    plistbuddy Add :com.apple.developer.coremedia.allow-alternate-video-decoder-selection bool YES
     plistbuddy Add :com.apple.mediaremote.set-playback-state bool YES
     plistbuddy Add :com.apple.private.allow-explicit-graphics-priority bool YES
     plistbuddy Add :com.apple.private.coremedia.extensions.audiorecording.allow bool YES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to