WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
270034
[MSE] Media from the TimeRange containing currentTime can be evicted when it shouldn't
https://bugs.webkit.org/show_bug.cgi?id=270034
Summary
[MSE] Media from the TimeRange containing currentTime can be evicted when it ...
Jean-Yves Avenard [:jya]
Reported
2024-02-24 00:48:25 PST
In
Bug 246144
, an exception was added to not evict data from the time range that contains currentTime. [1] // Do not evict data from the time range that contains currentTime. But that is not what the code does. it just aborts if the current TimeRange contains the currentTime and there's no buffered range after that. [1]
https://searchfox.org/wubkat/rev/2a2bff6e7028e22ab05443ee79f7c742c0db8eeb/Source/WebCore/platform/graphics/SourceBufferPrivate.cpp#496-503
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-02-24 04:10:28 PST
<
rdar://problem/123556056
>
Jean-Yves Avenard [:jya]
Comment 2
2024-02-24 04:16:35 PST
Pull request:
https://github.com/WebKit/WebKit/pull/25057
EWS
Comment 3
2024-02-25 21:27:45 PST
Committed
275306@main
(19f884773fca): <
https://commits.webkit.org/275306@main
> Reviewed commits have been landed. Closing PR #25057 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug