Bug 120871

Summary: MediaStream should fire ended event when all tracks are ended
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: WebCore Misc.Assignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn, hta, jer.noble, tommyw
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 121101    
Attachments:
Description Flags
Proposed patch
none
Updated patch, this time without already-landed-changes
none
Patch that causes fewer regressions, AND with a complete ChangeLog!
none
Updated patch none

Description Eric Carlson 2013-09-06 11:44:54 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/bebd179b65be69e46f2f434a3ec8b1e4aa85cc42

MediaStream should fire ended event when all tracks are ended
Comment 1 Eric Carlson 2013-09-06 14:14:57 PDT
Created attachment 210799 [details]
Proposed patch
Comment 2 Eric Carlson 2013-09-06 14:33:27 PDT
Created attachment 210800 [details]
Updated patch, this time without already-landed-changes
Comment 3 Eric Carlson 2013-09-06 14:55:59 PDT
Created attachment 210802 [details]
Patch that causes fewer regressions, AND with a complete ChangeLog!
Comment 4 Eric Carlson 2013-09-06 16:51:20 PDT
Created attachment 210817 [details]
Updated patch
Comment 5 Jer Noble 2013-09-06 17:52:31 PDT
Comment on attachment 210817 [details]
Updated patch

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

r=me, with nit:

> Source/WebCore/ChangeLog:4
> +        MediaStream should fire ended event when all tracks are ended
> +        https://bugs.webkit.org/show_bug.cgi?id=120871

This should include a line stating that this is a blink merge, and include the URL to the blink commit.
Comment 6 Eric Carlson 2013-09-07 08:34:26 PDT
Comment on attachment 210817 [details]
Updated patch

(In reply to comment #5)
> (From update of attachment 210817 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=210817&action=review
> 
> r=me, with nit:
> 
> > Source/WebCore/ChangeLog:4
> > +        MediaStream should fire ended event when all tracks are ended
> > +        https://bugs.webkit.org/show_bug.cgi?id=120871
> 
> This should include a line stating that this is a blink merge, and include the URL to the blink commit.

Oops, good point. 

Done.
Comment 7 Eric Carlson 2013-09-07 08:34:52 PDT
Committed r155249: https://trac.webkit.org/r155249