[webkit-changes] [WebKit/WebKit] e3ec66: [Cocoa][MSE] Seeking to the end of X.com videos wi...
Jer Noble
noreply at github.com
Wed Jan 15 13:15:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e3ec66bc9646bfbd69446c491205765c530e8989
https://github.com/WebKit/WebKit/commit/e3ec66bc9646bfbd69446c491205765c530e8989
Author: Jer Noble <jer.noble at apple.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
A LayoutTests/media/media-source/media-source-seek-past-end-expected.txt
A LayoutTests/media/media-source/media-source-seek-past-end.html
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/platform/graphics/SourceBufferPrivate.cpp
M Source/WebCore/platform/graphics/TrackBuffer.cpp
M Source/WebCore/platform/graphics/TrackBuffer.h
Log Message:
-----------
[Cocoa][MSE] Seeking to the end of X.com videos will never complete
https://bugs.webkit.org/show_bug.cgi?id=285776
rdar://136845120
Reviewed by Jean-Yves Avenard.
We already allow selections immediately before a buffered range to succeed; also
apply the same "fudge factor" to allow seeking just past the end of a buffered range.
* LayoutTests/media/media-source-seek-past-end-expected.txt: Added.
* LayoutTests/media/media-source-seek-past-end.html: Added.
* Source/WebCore/platform/graphics/TrackBuffer.cpp:
Canonical link: https://commits.webkit.org/288962@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