Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eef520e81686779b2126d0a5255ec8eb36644eaf
https://github.com/WebKit/WebKit/commit/eef520e81686779b2126d0a5255ec8eb36644eaf
Author: Andy Estes <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M Source/WebCore/testing/MockMediaDeviceRoute.mm
M Source/WebCore/testing/cocoa/WebMockMediaDeviceRoute.h
M Source/WebCore/testing/cocoa/WebMockMediaDeviceRoute.mm
Log Message:
-----------
[iOS] WebMockMediaDeviceRoute should conform to AVPlaybackControl
https://bugs.webkit.org/show_bug.cgi?id=317372
rdar://179992867
Reviewed by Eric Carlson.
Migrated WebMockMediaDeviceRoute from conforming to AVInterfaceControllable to
AVPlaybackControl.
No new tests. Covered by existing tests.
* Source/WebCore/testing/MockMediaDeviceRoute.mm:
(WebCore::MockMediaDeviceRoute::hasPlaybackError const):
(WebCore::MockMediaDeviceRoute::setHasPlaybackError):
(WebCore::MockMediaDeviceRoute::audioOptions const):
(WebCore::MockMediaDeviceRoute::setAudioOptions):
(WebCore::MockMediaDeviceRoute::currentPlaybackPosition const):
(WebCore::MockMediaDeviceRoute::setCurrentPlaybackPosition):
* Source/WebCore/testing/cocoa/WebMockMediaDeviceRoute.h:
* Source/WebCore/testing/cocoa/WebMockMediaDeviceRoute.mm:
(-[WebMockMediaDeviceRoute seekToPosition:tolerance:]):
(-[WebMockMediaDeviceRoute startWithURL:completionHandler:]):
(-[WebMockMediaDeviceRoute currentPlaybackPosition]): Deleted.
(-[WebMockMediaDeviceRoute setCurrentPlaybackPosition:]): Deleted.
(-[WebMockMediaDeviceRoute currentValue]): Deleted.
(-[WebMockMediaDeviceRoute setCurrentValue:]): Deleted.
Canonical link: https://commits.webkit.org/315500@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications