Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b7c9a68c602ec35b245b86d39ff7fb6bcf6ee179
      
https://github.com/WebKit/WebKit/commit/b7c9a68c602ec35b245b86d39ff7fb6bcf6ee179
  Author: Andy Estes <[email protected]>
  Date:   2026-08-17 (Mon, 17 Aug 2026)

  Changed paths:
    M Source/WebCore/PAL/pal/cocoa/AVKitSoftLink.h
    M Source/WebCore/PAL/pal/cocoa/AVKitSoftLink.mm
    M Source/WebKit/Platform/ios/PlaybackSessionInterfaceAVKit.mm
    M Source/WebKit/Platform/ios/WKAVContentSource.h
    M Source/WebKit/Platform/ios/WKAVContentSource.mm

  Log Message:
  -----------
  Take 2: [iOS] WKAVContentSource should conform to 
AVPlaybackUserInterfaceVideoControllable
https://bugs.webkit.org/show_bug.cgi?id=321048
rdar://181531817

Reviewed by Jer Noble.

Migrated WKAVContentSource conformance from 
AVInterfaceVideoPlaybackControllable to
AVPlaybackUserInterfaceVideoControllable, as the former is deprecated.

* Source/WebCore/Configurations/AllowedSPI.toml:
* Source/WebCore/PAL/pal/cocoa/AVKitSoftLink.h:
* Source/WebCore/PAL/pal/cocoa/AVKitSoftLink.mm:
* Source/WebKit/Platform/ios/PlaybackSessionInterfaceAVKit.mm:
(WebKit::PlaybackSessionInterfaceAVKit::durationChanged):
(WebKit::PlaybackSessionInterfaceAVKit::currentTimeChanged):
(WebKit::mediaSelectionOptionSource):
* Source/WebKit/Platform/ios/WKAVContentSource.h:
* Source/WebKit/Platform/ios/WKAVContentSource.mm:
(emptyTimelineSegment):
(playbackPosition):
(-[WKAVContentSource initWithModel:]):
(-[WKAVContentSource setSupportedSeekCapabilities:]):
(-[WKAVContentSource setAudioOptions:]):
(-[WKAVContentSource setLegibleOptions:]):
(-[WKAVContentSource setMetadata:]):
(-[WKAVContentSource setPlaybackPositionInternal:hostTime:]):
(-[WKAVContentSource playbackPosition]):
(-[WKAVContentSource seekToPosition:tolerance:]):
(-[WKAVContentSource segments]):
(-[WKAVContentSource currentSegment]):
(-[WKAVContentSource state]):
(-[WKAVContentSource setState:]):
(-[WKAVContentSource supportedSeekCapabilities]):
(-[WKAVContentSource error]):
(-[WKAVContentSource currentAudioOption]):
(-[WKAVContentSource setCurrentAudioOption:]):
(-[WKAVContentSource currentAudioDescriptionOption]):
(-[WKAVContentSource setCurrentAudioDescriptionOption:]):
(-[WKAVContentSource currentLegibleOption]):
(-[WKAVContentSource setCurrentLegibleOption:]):
(-[WKAVContentSource audioOptions]):
(-[WKAVContentSource audioDescriptionOptions]):
(-[WKAVContentSource legibleOptions]):
(-[WKAVContentSource metadata]):
(createPlatformMetadata):
(-[WKAVContentSource setCurrentPlaybackPositionInternal:]): Deleted.
(-[WKAVContentSource currentValue]): Deleted.
(-[WKAVContentSource setCurrentValue:]): Deleted.
(-[WKAVContentSource currentPlaybackPosition]): Deleted.
(-[WKAVContentSource setCurrentPlaybackPosition:]): Deleted.
(-[WKAVContentSource playbackError]): Deleted.

Canonical link: https://commits.webkit.org/319308@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to