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

Issue 1928163002: Add a name attribute for each AudioParam (Closed)

Created:
4 years, 7 months ago by Raymond Toy
Modified:
4 years, 7 months ago
Reviewers:
hongchan
CC:
chromium-reviews, blink-reviews, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a name attribute for each AudioParam AudioParam's are fairly opaque but it's useful to know that an AudioParam belongs to a certain node and the name of the AudioParam itself. This is especially useful for printing messages related to the AudioParam. BUG=607699 TEST=none Committed: https://crrev.com/0f7829c7596aa617ce042877b27e373991e4e682 Cr-Commit-Position: refs/heads/master@{#391102}

Patch Set 1 #

Patch Set 2 : Use enum instead of string #

Total comments: 5

Patch Set 3 : Address comments #

Patch Set 4 : Add default case, not reached #

Patch Set 5 : Fix compilation error #

Messages

Total messages: 27 (11 generated)
Raymond Toy
PTAL.
4 years, 7 months ago (2016-04-29 16:47:14 UTC) #3
hongchan
It looks okay, but I might have a little (or huge) suggestion. Can we put ...
4 years, 7 months ago (2016-04-29 22:22:27 UTC) #4
Raymond Toy
https://codereview.chromium.org/1928163002/diff/20001/third_party/WebKit/Source/modules/webaudio/AudioParam.h File third_party/WebKit/Source/modules/webaudio/AudioParam.h (right): https://codereview.chromium.org/1928163002/diff/20001/third_party/WebKit/Source/modules/webaudio/AudioParam.h#newcode55 third_party/WebKit/Source/modules/webaudio/AudioParam.h:55: // Each AudioParam gets an identifier here. This is ...
4 years, 7 months ago (2016-04-29 22:39:55 UTC) #5
Raymond Toy
https://codereview.chromium.org/1928163002/diff/20001/third_party/WebKit/Source/modules/webaudio/AudioParam.h File third_party/WebKit/Source/modules/webaudio/AudioParam.h (right): https://codereview.chromium.org/1928163002/diff/20001/third_party/WebKit/Source/modules/webaudio/AudioParam.h#newcode55 third_party/WebKit/Source/modules/webaudio/AudioParam.h:55: // Each AudioParam gets an identifier here. This is ...
4 years, 7 months ago (2016-04-29 23:00:11 UTC) #6
hongchan
On 2016/04/29 23:00:11, Raymond Toy wrote: > https://codereview.chromium.org/1928163002/diff/20001/third_party/WebKit/Source/modules/webaudio/AudioParam.h > File third_party/WebKit/Source/modules/webaudio/AudioParam.h (right): > > https://codereview.chromium.org/1928163002/diff/20001/third_party/WebKit/Source/modules/webaudio/AudioParam.h#newcode55 ...
4 years, 7 months ago (2016-05-02 16:55:44 UTC) #7
Raymond Toy
On 2016/05/02 16:55:44, hoch wrote: > On 2016/04/29 23:00:11, Raymond Toy wrote: > > > ...
4 years, 7 months ago (2016-05-02 16:58:35 UTC) #8
blink-reviews
Okay. Fair enough. lgtm. On Mon, May 2, 2016 at 9:58 AM rtoy@chromium.org via codereview.chromium.org ...
4 years, 7 months ago (2016-05-02 16:59:25 UTC) #9
chromium-reviews
Okay. Fair enough. lgtm. On Mon, May 2, 2016 at 9:58 AM rtoy@chromium.org via codereview.chromium.org ...
4 years, 7 months ago (2016-05-02 16:59:25 UTC) #10
hongchan
lgtm
4 years, 7 months ago (2016-05-02 17:02:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928163002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928163002/40001
4 years, 7 months ago (2016-05-02 17:02:49 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/130965) chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 7 months ago (2016-05-02 17:14:33 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928163002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928163002/60001
4 years, 7 months ago (2016-05-02 18:32:21 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/59569) chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 7 months ago (2016-05-02 18:47:15 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928163002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928163002/80001
4 years, 7 months ago (2016-05-02 19:52:54 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-02 23:44:24 UTC) #25
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 23:46:37 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0f7829c7596aa617ce042877b27e373991e4e682
Cr-Commit-Position: refs/heads/master@{#391102}

Powered by Google App Engine
This is Rietveld 408576698