Title: [267684] branches/safari-610-branch/Source/WebKit
- Revision
- 267684
- Author
- [email protected]
- Date
- 2020-09-27 13:00:45 -0700 (Sun, 27 Sep 2020)
Log 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
Modified Paths
Diff
Modified: branches/safari-610-branch/Source/WebKit/ChangeLog (267683 => 267684)
--- branches/safari-610-branch/Source/WebKit/ChangeLog 2020-09-27 20:00:43 UTC (rev 267683)
+++ branches/safari-610-branch/Source/WebKit/ChangeLog 2020-09-27 20:00:45 UTC (rev 267684)
@@ -1,5 +1,34 @@
2020-09-27 Alan Coon <[email protected]>
+ 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
+
+ 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-27 Alan Coon <[email protected]>
+
Cherry-pick r267412. rdar://problem/69594162
Crashtracer inside PDFPlugin::createScrollbar.
Modified: branches/safari-610-branch/Source/WebKit/Scripts/process-entitlements.sh (267683 => 267684)
--- branches/safari-610-branch/Source/WebKit/Scripts/process-entitlements.sh 2020-09-27 20:00:43 UTC (rev 267683)
+++ branches/safari-610-branch/Source/WebKit/Scripts/process-entitlements.sh 2020-09-27 20:00:45 UTC (rev 267684)
@@ -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