Changeset 267684 in webkit
- Timestamp:
- Sep 27, 2020, 1:00:45 PM (6 years ago)
- Location:
- branches/safari-610-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/process-entitlements.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-610-branch/Source/WebKit/ChangeLog
r267683 r267684 1 2020-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 1 30 2020-09-27 Alan Coon <alancoon@apple.com> 2 31 -
branches/safari-610-branch/Source/WebKit/Scripts/process-entitlements.sh
r267273 r267684 20 20 if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 110000 )) 21 21 then 22 plistbuddy Add :com.apple.developer. coremedia.allow-client-decoder-sandboxbool YES22 plistbuddy Add :com.apple.developer.videotoolbox.client-sandboxed-decoder bool YES 23 23 plistbuddy Add :com.apple.pac.shared_region_id string WebContent 24 24 plistbuddy Add :com.apple.private.pac.exception bool YES
Note:
See TracChangeset
for help on using the changeset viewer.