Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ad340677c00a4b4b6a299c93a6e18cd073b3f4e9 https://github.com/WebKit/WebKit/commit/ad340677c00a4b4b6a299c93a6e18cd073b3f4e9 Author: Andy Estes <aes...@apple.com> Date: 2024-02-21 (Wed, 21 Feb 2024)
Changed paths: M Source/WebKit/Platform/ios/PlaybackSessionInterfaceLMK.mm Log Message: ----------- REGRESSION (LinearMediaPlayer): Start and end times are not displayed in the scrubber https://bugs.webkit.org/show_bug.cgi?id=269817 rdar://123339430 Reviewed by Jer Noble. WebKit needs to provide `remainingTime` to LinearMediaPlayer in order for start and end times to be computed in the scrubber. Computed remainingTime as duration - currentTime. * Source/WebKit/Platform/ios/PlaybackSessionInterfaceLMK.mm: (WebKit::PlaybackSessionInterfaceLMK::durationChanged): (WebKit::PlaybackSessionInterfaceLMK::currentTimeChanged): Canonical link: https://commits.webkit.org/275119@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