Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Issue 2110573002: MediaCaptureFromElement: add captureStreamUntilEnded() and LayoutTest (Closed)

Created:
4 years, 5 months ago by mcasas
Modified:
4 years, 4 months ago
Reviewers:
haraken, foolip
CC:
chromium-reviews, blink-reviews, haraken, emircan+watch+capturefromdom_chromium.org, mcasas+watch+capturefromdom_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MediaCaptureFromElement: add captureStreamUntilEnded() and LayoutTest This CL adds captureStreamUntilEnded() method to HTMLMediaElement. When calling such method, a new inner class HTMLMediaElementOnEndedEventListener is created listening to said MediaElement onended event. When that event kicks in, the capture MediaStream is streamEnded(). Also, added a LayoutTest for it, and renamed the original HTMLMediaElementCapture-capture.html to -captureStream.html BUG=575495

Patch Set 1 : #

Total comments: 3

Messages

Total messages: 13 (6 generated)
mcasas
foolip@ easy review, PTAL
4 years, 5 months ago (2016-06-28 23:16:14 UTC) #6
haraken
https://codereview.chromium.org/2110573002/diff/40001/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp File third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp (right): https://codereview.chromium.org/2110573002/diff/40001/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp#newcode27 third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp:27: class HTMLMediaElementOnEndedEventListener : public EventListener { It looks strange ...
4 years, 5 months ago (2016-06-29 00:46:59 UTC) #8
foolip
https://codereview.chromium.org/2110573002/diff/40001/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp File third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp (right): https://codereview.chromium.org/2110573002/diff/40001/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp#newcode27 third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp:27: class HTMLMediaElementOnEndedEventListener : public EventListener { On 2016/06/29 00:46:59, ...
4 years, 5 months ago (2016-06-29 10:31:04 UTC) #9
mcasas
On 2016/06/29 10:31:04, Philip Jägenstedt wrote: > https://codereview.chromium.org/2110573002/diff/40001/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp > File > third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp > (right): > ...
4 years, 5 months ago (2016-06-30 23:58:12 UTC) #10
mcasas
On 2016/06/30 23:58:12, mcasas wrote: > On 2016/06/29 10:31:04, Philip Jägenstedt wrote: > > > ...
4 years, 5 months ago (2016-07-14 18:15:08 UTC) #11
mcasas
On 2016/07/14 18:15:08, mcasas wrote: > On 2016/06/30 23:58:12, mcasas wrote: > > On 2016/06/29 ...
4 years, 4 months ago (2016-08-04 01:27:37 UTC) #12
foolip
4 years, 4 months ago (2016-08-04 08:34:04 UTC) #13
Message was sent while issue was closed.
Yay, thanks for helping out!

Powered by Google App Engine
This is Rietveld 408576698