[Webkit-unassigned] [Bug 132558] [MediaStream] MediaStream.addTrack Should not check for active state.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 9 09:30:05 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132558


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #231129|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #11 from Eric Carlson <eric.carlson at apple.com>  2014-05-09 09:30:24 PST ---
(From update of attachment 231129)
View in context: https://bugs.webkit.org/attachment.cgi?id=231129&action=review

I am marking this r+ but not cq+ because of the minor changes needed. That means that your revised patch does not need to be reviewed again, so when you upload a new patch:

1 -put "Reviewed by Eric Carlson" in the ChangeLog files
2 - name your patch "Patch for landing"
3 - DO NOT mark this patch as obsolete
4 - mark the new patch cq+ but not r? (because it doesn't need a new review)

and any reviewer can mark it cq+.

Thanks for sticking with this!

> LayoutTests/fast/mediastream/MediaStream-add-tracks-to-inactive-stream.html:6
> +        <p id="description"></p>
> +        <div id="console"></div>

Oops, these elements should be in <body> intend of in <head>!

> LayoutTests/fast/mediastream/MediaStream-add-tracks-to-inactive-stream.html:8
> +            description("Test adding tracks to inactive MediaStream.");

This can go in startMedia().

> LayoutTests/fast/mediastream/MediaStream-add-tracks-to-inactive-stream.html:57
> +            //getUserMedia({audio:true, video:true}, gotStream1);

Nit: this should be removed.

> LayoutTests/fast/mediastream/MediaStream-add-tracks-to-inactive-stream.html:68
> +    <body onload="javascript:startMedia()">

Nit: "javascript:" is unnecessary.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list