Title: [283692] branches/safari-612-branch/Source/WebKit
- Revision
- 283692
- Author
- [email protected]
- Date
- 2021-10-06 17:56:56 -0700 (Wed, 06 Oct 2021)
Log Message
Cherry-pick r283490. rdar://problem/83954408
Vorbis decoder can't be instantiated - follow up on Bug 230742
https://bugs.webkit.org/show_bug.cgi?id=231154
rdar://problem/83825162
Fix typo in _expression_.
Reviewed by Tim Horton.
* Scripts/process-entitlements.sh: Add missing bool keyword.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283490 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612-branch/Source/WebKit/ChangeLog (283691 => 283692)
--- branches/safari-612-branch/Source/WebKit/ChangeLog 2021-10-07 00:56:52 UTC (rev 283691)
+++ branches/safari-612-branch/Source/WebKit/ChangeLog 2021-10-07 00:56:56 UTC (rev 283692)
@@ -1,5 +1,34 @@
2021-10-06 Russell Epstein <[email protected]>
+ Cherry-pick r283490. rdar://problem/83954408
+
+ Vorbis decoder can't be instantiated - follow up on Bug 230742
+ https://bugs.webkit.org/show_bug.cgi?id=231154
+ rdar://problem/83825162
+
+ Fix typo in _expression_.
+
+ Reviewed by Tim Horton.
+
+ * Scripts/process-entitlements.sh: Add missing bool keyword.
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283490 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-04 Jean-Yves Avenard <[email protected]>
+
+ Vorbis decoder can't be instantiated - follow up on Bug 230742
+ https://bugs.webkit.org/show_bug.cgi?id=231154
+ rdar://problem/83825162
+
+ Fix typo in _expression_.
+
+ Reviewed by Tim Horton.
+
+ * Scripts/process-entitlements.sh: Add missing bool keyword.
+
+2021-10-06 Russell Epstein <[email protected]>
+
Cherry-pick r283209. rdar://problem/83956699
Crash in WebKit::DisplayLink::displayLinkCallback()
Modified: branches/safari-612-branch/Source/WebKit/Scripts/process-entitlements.sh (283691 => 283692)
--- branches/safari-612-branch/Source/WebKit/Scripts/process-entitlements.sh 2021-10-07 00:56:52 UTC (rev 283691)
+++ branches/safari-612-branch/Source/WebKit/Scripts/process-entitlements.sh 2021-10-07 00:56:56 UTC (rev 283692)
@@ -29,7 +29,7 @@
fi
if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 120000 ))
then
- plistbuddy add :com.apple.coreaudio.allow-vorbis-decode YES
+ plistbuddy add :com.apple.coreaudio.allow-vorbis-decode bool YES
fi
fi
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes