Bug 131717

Summary: [MSE] Seeks into buffered ranges will never complete.
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: NEW ---    
Severity: Normal CC: commit-queue, eric.carlson, glenn, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

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>