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

Issue 1839943003: dbus changes: add SetGlobalOutputChannelRemix support (Closed)

Created:
4 years, 8 months ago by Qiang(Joe) Xu
Modified:
4 years, 8 months ago
Reviewers:
stevenjb
CC:
chromium-reviews, oshima+watch_chromium.org, hashimoto+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

dbus changes: add SetGlobalOutputChannelRemix support cras_audio_client_unittest is still wanted BUG=598800 Committed: https://crrev.com/a377c049175591928ea1507ef76242d913363011 Cr-Commit-Position: refs/heads/master@{#384097}

Patch Set 1 #

Total comments: 2

Patch Set 2 : int to size_t #

Total comments: 1

Patch Set 3 : additional size_t cast modification #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -1 line) Patch
M chromeos/dbus/cras_audio_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/dbus/cras_audio_client.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_cras_audio_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_cras_audio_client.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M dbus/message.h View 2 chunks +6 lines, -0 lines 0 comments Download
M dbus/message.cc View 1 2 2 chunks +33 lines, -1 line 0 comments Download
M dbus/message_unittest.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839943003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839943003/1
4 years, 8 months ago (2016-03-29 18:13:47 UTC) #4
Qiang(Joe) Xu
4 years, 8 months ago (2016-03-29 18:15:04 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/113179) chromeos_daisy_chromium_compile_only_ng on ...
4 years, 8 months ago (2016-03-29 18:25:59 UTC) #7
stevenjb
cras_audio_client.cc should really have unit tests. It doesn't need to block this issue, but can ...
4 years, 8 months ago (2016-03-29 18:38:04 UTC) #8
Qiang(Joe) Xu
On 2016/03/29 18:38:04, stevenjb wrote: > cras_audio_client.cc should really have unit tests. It doesn't need ...
4 years, 8 months ago (2016-03-29 18:54:22 UTC) #10
Qiang(Joe) Xu
https://codereview.chromium.org/1839943003/diff/1/dbus/message.cc File dbus/message.cc (right): https://codereview.chromium.org/1839943003/diff/1/dbus/message.cc#newcode857 dbus/message.cc:857: *length = static_cast<int>(int_length); On 2016/03/29 18:38:03, stevenjb wrote: > ...
4 years, 8 months ago (2016-03-29 19:19:09 UTC) #12
stevenjb
https://codereview.chromium.org/1839943003/diff/20001/dbus/message.cc File dbus/message.cc (right): https://codereview.chromium.org/1839943003/diff/20001/dbus/message.cc#newcode857 dbus/message.cc:857: *length = static_cast<int>(int_length); Fixed above but not here.
4 years, 8 months ago (2016-03-29 20:35:31 UTC) #13
Qiang(Joe) Xu
On 2016/03/29 20:35:31, stevenjb wrote: > https://codereview.chromium.org/1839943003/diff/20001/dbus/message.cc > File dbus/message.cc (right): > > https://codereview.chromium.org/1839943003/diff/20001/dbus/message.cc#newcode857 > ...
4 years, 8 months ago (2016-03-29 21:55:21 UTC) #14
Qiang(Joe) Xu
On 2016/03/29 21:55:21, Qiang (Joe) Xu wrote: > On 2016/03/29 20:35:31, stevenjb wrote: > > ...
4 years, 8 months ago (2016-03-30 02:06:47 UTC) #15
stevenjb
On 2016/03/29 21:55:21, Qiang (Joe) Xu wrote: > On 2016/03/29 20:35:31, stevenjb wrote: > > ...
4 years, 8 months ago (2016-03-30 16:45:34 UTC) #16
stevenjb
lgtm
4 years, 8 months ago (2016-03-30 16:46:34 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839943003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839943003/40001
4 years, 8 months ago (2016-03-30 16:52:02 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/113810) chromeos_daisy_chromium_compile_only_ng on ...
4 years, 8 months ago (2016-03-30 17:06:30 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839943003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839943003/40001
4 years, 8 months ago (2016-03-30 20:53:39 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-03-30 21:27:53 UTC) #28
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 21:29:28 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a377c049175591928ea1507ef76242d913363011
Cr-Commit-Position: refs/heads/master@{#384097}

Powered by Google App Engine
This is Rietveld 408576698