[webkit-changes] [WebKit/WebKit] 0be862: Remove single Mode::Rfc2045 caller in CDMPrivate
Anne van Kesteren
noreply at github.com
Tue Jan 14 23:11:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0be8627dc40bb69cf288da969a27d662c6416a01
https://github.com/WebKit/WebKit/commit/0be8627dc40bb69cf288da969a27d662c6416a01
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
A LayoutTests/platform/mac/media/encrypted-media/videoCapabilities-contentType-parsing-expected.txt
A LayoutTests/platform/mac/media/encrypted-media/videoCapabilities-contentType-parsing.html
M Source/WebCore/platform/encryptedmedia/CDMPrivate.cpp
Log Message:
-----------
Remove single Mode::Rfc2045 caller in CDMPrivate
https://bugs.webkit.org/show_bug.cgi?id=260605
rdar://114311586
Reviewed by Jean-Yves Avenard.
The specification appears to require use of the MIME Sniffing standard
definition of MIME type albeit somewhat poorly written. We also don't
want to have multiple MIME type parsers in our code base.
* LayoutTests/platform/mac/media/encrypted-media/videoCapabilities-contentType-parsing-expected.txt: Added.
* LayoutTests/platform/mac/media/encrypted-media/videoCapabilities-contentType-parsing.html: Added.
* Source/WebCore/platform/encryptedmedia/CDMPrivate.cpp:
(WebCore::CDMPrivate::getSupportedCapabilitiesForAudioVideoType):
Canonical link: https://commits.webkit.org/288916@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list