⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267684 in webkit


Ignore:
Timestamp:
Sep 27, 2020, 1:00:45 PM (6 years ago)
Author:
Alan Coon
Message:

Cherry-pick r267496. rdar://problem/69594104

[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:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@267496 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-610-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-610-branch/Source/WebKit/ChangeLog

    r267683 r267684  
     12020-09-27  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r267496. rdar://problem/69594104
     4
     5    [macOS] Change name of client decoder entitlement
     6    https://bugs.webkit.org/show_bug.cgi?id=216670
     7    <rdar://problem/69101997>
     8   
     9    Reviewed by Darin Adler.
     10   
     11    The client decoder entitlement landed in <https://trac.webkit.org/changeset/266613/webkit> has changed name, and should be updated.
     12   
     13    * Scripts/process-entitlements.sh:
     14   
     15   
     16    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@267496 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     17
     18    2020-09-23  Per Arne Vollan  <pvollan@apple.com>
     19
     20            [macOS] Change name of client decoder entitlement
     21            https://bugs.webkit.org/show_bug.cgi?id=216670
     22            <rdar://problem/69101997>
     23
     24            Reviewed by Darin Adler.
     25
     26            The client decoder entitlement landed in <https://trac.webkit.org/changeset/266613/webkit> has changed name, and should be updated.
     27
     28            * Scripts/process-entitlements.sh:
     29
    1302020-09-27  Alan Coon  <alancoon@apple.com>
    231
  • branches/safari-610-branch/Source/WebKit/Scripts/process-entitlements.sh

    r267273 r267684  
    2020        if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 110000 ))
    2121        then
    22             plistbuddy Add :com.apple.developer.coremedia.allow-client-decoder-sandbox bool YES
     22            plistbuddy Add :com.apple.developer.videotoolbox.client-sandboxed-decoder bool YES
    2323            plistbuddy Add :com.apple.pac.shared_region_id string WebContent
    2424            plistbuddy Add :com.apple.private.pac.exception bool YES
Note: See TracChangeset for help on using the changeset viewer.