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

Issue 18629003: MediaStreamAudioDestinationNode should inherit AudioNode (Closed)

Created:
7 years, 5 months ago by do-not-use
Modified:
7 years, 5 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, lgombos
Visibility:
Public.

Description

MediaStreamAudioDestinationNode should inherit AudioNode MediaStreamAudioDestinationNode should inherit AudioNode, not AudioSourceNode according to the specification: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#MediaElementAudioSourceNode The inheritance was correct on native side but incorrect on Web IDL / JS side. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153767

Patch Set 1 #

Patch Set 2 : Fix typo in comment #

Total comments: 2

Patch Set 3 : Fix layout test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M LayoutTests/webaudio/mediastreamaudiodestinationnode.html View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M LayoutTests/webaudio/mediastreamaudiodestinationnode-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/webaudio/MediaStreamAudioDestinationNode.idl View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
do-not-use
This is blocking issue 18778002 as static casting from MediaStreamAudioDestinationNode to AudioNode does not compile ...
7 years, 5 months ago (2013-07-08 10:53:00 UTC) #1
haraken
LGTM. Would you check other browsers' behavior just in case?
7 years, 5 months ago (2013-07-08 10:58:39 UTC) #2
do-not-use
On 2013/07/08 10:58:39, haraken wrote: > LGTM. Would you check other browsers' behavior just in ...
7 years, 5 months ago (2013-07-08 11:11:25 UTC) #3
haraken
> Isn't Web Audio only supported by Blink / WebKit? You're right. Thanks.
7 years, 5 months ago (2013-07-08 11:18:00 UTC) #4
arv (Not doing code reviews)
On 2013/07/08 11:18:00, haraken wrote: > > Isn't Web Audio only supported by Blink / ...
7 years, 5 months ago (2013-07-08 15:38:11 UTC) #5
Chris Rogers
Thanks Christophe - lgtm
7 years, 5 months ago (2013-07-08 19:14:16 UTC) #6
arv (Not doing code reviews)
LGTM https://chromiumcodereview.appspot.com/18629003/diff/4001/LayoutTests/webaudio/mediastreamaudiodestinationnode.html File LayoutTests/webaudio/mediastreamaudiodestinationnode.html (right): https://chromiumcodereview.appspot.com/18629003/diff/4001/LayoutTests/webaudio/mediastreamaudiodestinationnode.html#newcode17 LayoutTests/webaudio/mediastreamaudiodestinationnode.html:17: var mediaStreamDestination = 0; why 0?
7 years, 5 months ago (2013-07-08 21:35:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/18629003/4001
7 years, 5 months ago (2013-07-09 06:35:43 UTC) #8
do-not-use
https://codereview.chromium.org/18629003/diff/4001/LayoutTests/webaudio/mediastreamaudiodestinationnode.html File LayoutTests/webaudio/mediastreamaudiodestinationnode.html (right): https://codereview.chromium.org/18629003/diff/4001/LayoutTests/webaudio/mediastreamaudiodestinationnode.html#newcode17 LayoutTests/webaudio/mediastreamaudiodestinationnode.html:17: var mediaStreamDestination = 0; On 2013/07/08 21:35:43, arv wrote: ...
7 years, 5 months ago (2013-07-09 06:37:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/18629003/16001
7 years, 5 months ago (2013-07-09 07:06:38 UTC) #10
commit-bot: I haz the power
7 years, 5 months ago (2013-07-09 09:03:10 UTC) #11
Message was sent while issue was closed.
Change committed as 153767

Powered by Google App Engine
This is Rietveld 408576698