Bug 131717 - [MSE] Seeks into buffered ranges will never complete.
Summary: [MSE] Seeks into buffered ranges will never complete.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 16:25 PDT by Jer Noble
Modified: 2014-04-16 16:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.99 KB, patch)
2014-04-15 17:58 PDT, Jer Noble
no flags Details | Formatted Diff | Diff
Patch for landing (5.02 KB, patch)
2014-04-16 09:10 PDT, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2014-04-15 16:25:54 PDT
[MSE] Seeks into buffered ranges will never complete.
Comment 1 Jer Noble 2014-04-15 17:58:25 PDT
Created attachment 229421 [details]
Patch
Comment 2 Eric Carlson 2014-04-16 08:40:32 PDT
Comment on attachment 229421 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229421&action=review

> LayoutTests/media/media-source/media-source-seek-complete.html:16
> +    function runTest() {

Nit: you knew I as going to complain about this opening brace style...
Comment 3 Jer Noble 2014-04-16 08:50:05 PDT
(In reply to comment #2)
> (From update of attachment 229421 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=229421&action=review
> 
> > LayoutTests/media/media-source/media-source-seek-complete.html:16
> > +    function runTest() {
> 
> Nit: you knew I as going to complain about this opening brace style...

And yet, I just can't help myself!
Comment 4 Jer Noble 2014-04-16 09:10:55 PDT
Created attachment 229447 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2014-04-16 09:52:58 PDT
Comment on attachment 229447 [details]
Patch for landing

Clearing flags on attachment: 229447

Committed r167349: <http://trac.webkit.org/changeset/167349>