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

Issue 190973010: Remove unnecessary attribute "gain" in AudioBuffer and AudioBufferSourceNode interfaces (Closed)

Created:
6 years, 9 months ago by KhNo
Modified:
6 years, 8 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove unnecessary attribute "gain" in AudioBuffer and AudioBufferSourceNode interfaces It has been removed in recent specification which is not used in AudioBuffer and AudioBufferSourceNode. There was nothing with "gain" attribute. http://www.w3.org/TR/webaudio/#AudioBuffer http://www.w3.org/TR/webaudio/#AudioBufferSourceNode-section BUG=350928, 350770 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171073

Patch Set 1 #

Patch Set 2 : Combine with removing gains from AudioBuffer and AudioBufferSourceNode #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -23 lines) Patch
M Source/modules/webaudio/AudioBuffer.h View 1 2 chunks +0 lines, -5 lines 0 comments Download
M Source/modules/webaudio/AudioBuffer.cpp View 1 2 chunks +2 lines, -4 lines 0 comments Download
M Source/modules/webaudio/AudioBuffer.idl View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/webaudio/AudioBufferSourceNode.h View 1 3 chunks +1 line, -6 lines 0 comments Download
M Source/modules/webaudio/AudioBufferSourceNode.cpp View 1 2 chunks +0 lines, -5 lines 2 comments Download
M Source/modules/webaudio/AudioBufferSourceNode.idl View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
KhNo
Please review this patch. :)
6 years, 9 months ago (2014-03-10 04:14:35 UTC) #1
Raymond Toy (Google)
On 2014/03/10 04:14:35, KhNo wrote: > Please review this patch. :) I have not yet ...
6 years, 9 months ago (2014-03-10 16:39:46 UTC) #2
KhNo
On 2014/03/10 16:39:46, Raymond Toy (Google) wrote: > On 2014/03/10 04:14:35, KhNo wrote: > > ...
6 years, 9 months ago (2014-03-10 17:11:59 UTC) #3
Raymond Toy
On 2014/03/10 17:11:59, KhNo wrote: > On 2014/03/10 16:39:46, Raymond Toy (Google) wrote: > > ...
6 years, 9 months ago (2014-03-10 17:24:59 UTC) #4
KhNo
On 2014/03/10 17:24:59, Raymond Toy wrote: > On 2014/03/10 17:11:59, KhNo wrote: > > On ...
6 years, 9 months ago (2014-03-10 17:34:33 UTC) #5
Raymond Toy
On 2014/03/10 17:34:33, KhNo wrote: > On 2014/03/10 17:24:59, Raymond Toy wrote: > > On ...
6 years, 9 months ago (2014-03-10 17:46:08 UTC) #6
KhNo
Removed reviewer. Reviwer will be included again, when patch needs a review.
6 years, 9 months ago (2014-03-26 12:53:45 UTC) #7
Raymond Toy
https://codereview.chromium.org/190973010/diff/30001/Source/modules/webaudio/AudioBufferSourceNode.cpp File Source/modules/webaudio/AudioBufferSourceNode.cpp (left): https://codereview.chromium.org/190973010/diff/30001/Source/modules/webaudio/AudioBufferSourceNode.cpp#oldcode138 Source/modules/webaudio/AudioBufferSourceNode.cpp:138: outputBus->copyWithGainFrom(*outputBus, &m_lastGain, totalGain); Do we still need to do ...
6 years, 8 months ago (2014-04-07 20:17:12 UTC) #8
KhNo
https://codereview.chromium.org/190973010/diff/30001/Source/modules/webaudio/AudioBufferSourceNode.cpp File Source/modules/webaudio/AudioBufferSourceNode.cpp (left): https://codereview.chromium.org/190973010/diff/30001/Source/modules/webaudio/AudioBufferSourceNode.cpp#oldcode138 Source/modules/webaudio/AudioBufferSourceNode.cpp:138: outputBus->copyWithGainFrom(*outputBus, &m_lastGain, totalGain); On 2014/04/07 20:17:12, Raymond Toy wrote: ...
6 years, 8 months ago (2014-04-08 02:27:16 UTC) #9
Raymond Toy
Lgtm. But wait a bit to make sure webkitAudioContext is no longer supported. On Apr ...
6 years, 8 months ago (2014-04-08 02:35:31 UTC) #10
Raymond Toy
lgtm lgtm using the button.
6 years, 8 months ago (2014-04-08 16:37:52 UTC) #11
KhNo
On 2014/04/08 16:37:52, Raymond Toy wrote: > lgtm > > lgtm using the button. Thanks ...
6 years, 8 months ago (2014-04-08 16:51:15 UTC) #12
KhNo
The CQ bit was checked by keonho07.kim@samsung.com
6 years, 8 months ago (2014-04-08 16:51:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keonho07.kim@samsung.com/190973010/30001
6 years, 8 months ago (2014-04-08 16:51:26 UTC) #14
commit-bot: I haz the power
6 years, 8 months ago (2014-04-08 18:34:14 UTC) #15
Message was sent while issue was closed.
Change committed as 171073

Powered by Google App Engine
This is Rietveld 408576698