Bug 139861

Summary: [MSE] Implement Append Window support.
Product: WebKit Reporter: Bartlomiej Gajda <b.gajda>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
implement appendwindow v1
none
implement appendwindow v1+layouttest none

Description Bartlomiej Gajda 2014-12-22 06:26:29 PST
There is no support for SourceBuffer.appendWindowStart and SourceBuffer.appendWindowEnd yet.
Comment 1 Bartlomiej Gajda 2014-12-22 06:30:11 PST
Created attachment 243622 [details]
implement appendwindow v1

Added appendWindowStart, appendWindowEnd and missing logic; also reordered idl to match order from spec.
Comment 2 Jer Noble 2015-01-05 10:19:27 PST
Comment on attachment 243622 [details]
implement appendwindow v1

The patch looks good, but it needs a layout test.
Comment 3 Bartlomiej Gajda 2015-01-09 06:29:15 PST
Created attachment 244339 [details]
implement appendwindow v1+layouttest

added LayoutTest which adds same range 3 times with different appendWindows and checks for buffered.
Comment 4 Jer Noble 2015-01-09 08:36:13 PST
Comment on attachment 244339 [details]
implement appendwindow v1+layouttest

Nice!
Comment 5 WebKit Commit Bot 2015-01-09 09:16:16 PST
Comment on attachment 244339 [details]
implement appendwindow v1+layouttest

Clearing flags on attachment: 244339

Committed r178172: <http://trac.webkit.org/changeset/178172>
Comment 6 WebKit Commit Bot 2015-01-09 09:16:19 PST
All reviewed patches have been landed.  Closing bug.