Title: [267496] trunk/Source/WebKit
Revision
267496
Author
[email protected]
Date
2020-09-23 12:39:48 -0700 (Wed, 23 Sep 2020)

Log Message

[macOS] Change name of client decoder entitlement
https://bugs.webkit.org/show_bug.cgi?id=216670
<rdar://problem/69101997>

Reviewed by Darin Adler.

The client decoder entitlement landed in <https://trac.webkit.org/changeset/266613/webkit> has changed name, and should be updated.

* Scripts/process-entitlements.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (267495 => 267496)


--- trunk/Source/WebKit/ChangeLog	2020-09-23 19:35:19 UTC (rev 267495)
+++ trunk/Source/WebKit/ChangeLog	2020-09-23 19:39:48 UTC (rev 267496)
@@ -1,3 +1,15 @@
+2020-09-23  Per Arne Vollan  <[email protected]>
+
+        [macOS] Change name of client decoder entitlement
+        https://bugs.webkit.org/show_bug.cgi?id=216670
+        <rdar://problem/69101997>
+
+        Reviewed by Darin Adler.
+
+        The client decoder entitlement landed in <https://trac.webkit.org/changeset/266613/webkit> has changed name, and should be updated.
+
+        * Scripts/process-entitlements.sh:
+
 2020-09-23  Peng Liu  <[email protected]>
 
         [Media in GPU Process] Implement caption support in video fullscreen and PiP

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


--- trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-09-23 19:35:19 UTC (rev 267495)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-09-23 19:39:48 UTC (rev 267496)
@@ -19,7 +19,7 @@
         plistbuddy Add :com.apple.rootless.storage.WebKitWebContentSandbox bool YES
         if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 110000 ))
         then
-            plistbuddy Add :com.apple.developer.coremedia.allow-client-decoder-sandbox bool YES
+            plistbuddy Add :com.apple.developer.videotoolbox.client-sandboxed-decoder bool YES
             plistbuddy Add :com.apple.pac.shared_region_id string WebContent
             plistbuddy Add :com.apple.private.pac.exception bool YES
         fi
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to