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

Issue 14188039: MediaStream API: Remove LocalMediaStream (Closed)

Created:
7 years, 8 months ago by Tommy Widenflycht
Modified:
7 years, 8 months ago
CC:
blink-reviews, jeez
Visibility:
Public.

Description

MediaStream API: Remove LocalMediaStream The subclass LocalMediaStream have been removed from the getusermedia specification: http://dev.w3.org/2011/webrtc/editor/getusermedia.html The stop method will be moved temporarily to MediaStream until MediaStreamTrack has been updated. BUG=233545 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149002

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added missing break #

Patch Set 3 : Major merge #

Patch Set 4 : Fixed tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -276 lines) Patch
D LayoutTests/fast/mediastream/LocalMediaStream-onended.html View 1 2 3 1 chunk +0 lines, -54 lines 0 comments Download
D LayoutTests/fast/mediastream/LocalMediaStream-onended-expected.txt View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
M LayoutTests/fast/mediastream/MediaStream-onended.html View 1 2 3 1 chunk +23 lines, -4 lines 0 comments Download
M LayoutTests/fast/mediastream/MediaStream-onended-expected.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/dom/EventTarget.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/EventTargetFactory.in View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/mediastream/MediaStreamDescriptor.h View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
D Source/modules/mediastream/LocalMediaStream.h View 1 2 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/mediastream/LocalMediaStream.cpp View 1 2 1 chunk +0 lines, -72 lines 0 comments Download
D Source/modules/mediastream/LocalMediaStream.idl View 1 chunk +0 lines, -31 lines 0 comments Download
M Source/modules/mediastream/MediaStream.h View 1 2 3 chunks +1 line, -5 lines 0 comments Download
M Source/modules/mediastream/MediaStream.cpp View 1 2 3 chunks +11 lines, -2 lines 0 comments Download
M Source/modules/mediastream/MediaStream.idl View 2 chunks +1 line, -4 lines 0 comments Download
M Source/modules/mediastream/NavigatorUserMediaSuccessCallback.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/NavigatorUserMediaSuccessCallback.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/UserMediaRequest.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/mediastream/UserMediaRequest.cpp View 1 2 2 chunks +2 lines, -11 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M Source/modules/webaudio/AudioContext.cpp View 1 2 1 chunk +9 lines, -8 lines 0 comments Download
M Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Tommy Widenflycht
Chris: I had to slightly rewrite a bit of the WebAudio code but the functionality ...
7 years, 8 months ago (2013-04-19 12:45:18 UTC) #1
abarth-chromium
LGTM. Please wait for crogers to give the thumbs up for the webaudio parts of ...
7 years, 8 months ago (2013-04-19 16:24:03 UTC) #2
Chris Rogers
https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp File Source/modules/webaudio/AudioContext.cpp (right): https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp#newcode402 Source/modules/webaudio/AudioContext.cpp:402: // FIXME: get a provider for non-local MediaStreams (like ...
7 years, 8 months ago (2013-04-19 18:20:28 UTC) #3
Tommy Widenflycht
https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp File Source/modules/webaudio/AudioContext.cpp (right): https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp#newcode402 Source/modules/webaudio/AudioContext.cpp:402: // FIXME: get a provider for non-local MediaStreams (like ...
7 years, 8 months ago (2013-04-22 07:45:23 UTC) #4
Chris Rogers
https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp File Source/modules/webaudio/AudioContext.cpp (right): https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp#newcode408 Source/modules/webaudio/AudioContext.cpp:408: provider = destination()->localAudioInputProvider(); Tommi, thanks for clarifying - seems ...
7 years, 8 months ago (2013-04-22 17:38:24 UTC) #5
Tommy Widenflycht
https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp File Source/modules/webaudio/AudioContext.cpp (right): https://codereview.chromium.org/14188039/diff/1/Source/modules/webaudio/AudioContext.cpp#newcode408 Source/modules/webaudio/AudioContext.cpp:408: provider = destination()->localAudioInputProvider(); Doh, thanks. break added. On 2013/04/22 ...
7 years, 8 months ago (2013-04-23 11:38:53 UTC) #6
Chris Rogers
Thanks Tommy - lgtm
7 years, 8 months ago (2013-04-23 20:06:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommyw@chromium.org/14188039/10001
7 years, 8 months ago (2013-04-24 10:39:44 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/modules/mediastream/MediaStream.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-24 10:39:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommyw@chromium.org/14188039/22004
7 years, 8 months ago (2013-04-24 11:52:54 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=2673
7 years, 8 months ago (2013-04-24 12:41:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommyw@chromium.org/14188039/22004
7 years, 8 months ago (2013-04-24 13:02:08 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=5199
7 years, 8 months ago (2013-04-24 13:15:50 UTC) #13
Tommy Widenflycht
Committed patchset #4 manually as r149002 (presubmit successful).
7 years, 8 months ago (2013-04-24 13:41:09 UTC) #14
ojan
7 years, 8 months ago (2013-04-24 20:32:49 UTC) #15
Message was sent while issue was closed.
FYI, this patch was reverted.

http://src.chromium.org/viewvc/blink?revision=149030&view=revision

Powered by Google App Engine
This is Rietveld 408576698