Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 65823f160a9a947951b732684899d76d0d62b998 https://github.com/WebKit/WebKit/commit/65823f160a9a947951b732684899d76d0d62b998 Author: Eric Carlson <eric.carl...@apple.com> Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths: M Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp M Source/WebCore/platform/audio/PlatformMediaSessionManager.h M Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm M Source/WebCore/platform/graphics/cocoa/VP9UtilitiesCocoa.h M Source/WebCore/platform/graphics/cocoa/VP9UtilitiesCocoa.mm M Source/WebKit/GPUProcess/GPUProcess.cpp M Source/WebKit/WebProcess/WebPage/WebPage.cpp Log Message: ----------- Remove VP9 preference code from PlatformMediaSessionManager https://bugs.webkit.org/show_bug.cgi?id=291034 rdar://148553383 Reviewed by Jean-Yves Avenard and Jer Noble. The VP9 preference code in PlatformMediaSessionManager was partially duplicated in VP9Utilities, duplicate the rest and remove it all from PlatformMediaSessionManager. * Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp: (WebCore::PlatformMediaSessionManager::setShouldEnableVP9Decoder): Deleted. (WebCore::PlatformMediaSessionManager::shouldEnableVP9Decoder): Deleted. (WebCore::PlatformMediaSessionManager::setSWVPDecodersAlwaysEnabled): Deleted. (WebCore::PlatformMediaSessionManager::swVPDecodersAlwaysEnabled): Deleted. * Source/WebCore/platform/audio/PlatformMediaSessionManager.h: * Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm: (WebCore::MediaSessionManagerCocoa::ensureCodecsRegistered): * Source/WebCore/platform/graphics/cocoa/VP9UtilitiesCocoa.h: * Source/WebCore/platform/graphics/cocoa/VP9UtilitiesCocoa.mm: (WebCore::VP9TestingOverrides::setShouldEnableVP9Decoder): (WebCore::VP9TestingOverrides::shouldEnableVP9Decoder const): (WebCore::shouldEnableVP9Decoder): * Source/WebKit/GPUProcess/GPUProcess.cpp: (WebKit::GPUProcess::updateGPUProcessPreferences): * Source/WebKit/WebProcess/WebPage/WebPage.cpp: (WebKit::m_textAnimationController): (WebKit::WebPage::updatePreferences): Canonical link: https://commits.webkit.org/293247@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes