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

Issue 797793004: Chromecast: IPC messages for browser-based media pipeline. (Closed)

Created:
6 years ago by gunsch
Modified:
6 years ago
Reviewers:
*Tom Sepez, *damienv1, *xhwang
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, jam, darin-cc_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Chromecast: IPC messages for browser-based media pipeline. R=xhwang@chromium.org,damienv@chromium.org,tsepez@chromium.org BUG=408189 Committed: https://crrev.com/a2d67bde611f7b1653195298603529178860af6e Cr-Commit-Position: refs/heads/master@{#308751}

Patch Set 1 #

Total comments: 6

Patch Set 2 : address damien's comments #

Total comments: 4

Patch Set 3 : move enum macros to separate header file #

Patch Set 4 : added TODO in code for media enums #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -9 lines) Patch
M chromecast/chromecast.gyp View 1 2 3 4 2 chunks +17 lines, -0 lines 0 comments Download
A + chromecast/common/media/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A chromecast/common/media/OWNERS View 1 chunk +25 lines, -0 lines 0 comments Download
A + chromecast/common/media/cma_message_generator.h View 1 chunk +2 lines, -1 line 0 comments Download
A + chromecast/common/media/cma_message_generator.cc View 1 chunk +6 lines, -7 lines 0 comments Download
A chromecast/common/media/cma_messages.h View 1 2 1 chunk +114 lines, -0 lines 0 comments Download
A chromecast/common/media/cma_param_traits.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A chromecast/common/media/cma_param_traits.cc View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
A chromecast/common/media/cma_param_traits_macros.h View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
M ipc/ipc_message_start.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (4 generated)
gunsch
6 years ago (2014-12-12 01:11:19 UTC) #1
gunsch
@damienv: PTAL at the code @tsepez: PTAL for security review. Added the security OWNERS list ...
6 years ago (2014-12-12 01:13:40 UTC) #2
damienv1
lgtm % nits https://codereview.chromium.org/797793004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/797793004/diff/1/chromecast/chromecast.gyp#newcode436 chromecast/chromecast.gyp:436: 'cast_shell_cma', Would rather name it: cast_media_ipc ...
6 years ago (2014-12-12 02:30:17 UTC) #3
gunsch
https://codereview.chromium.org/797793004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/797793004/diff/1/chromecast/chromecast.gyp#newcode436 chromecast/chromecast.gyp:436: 'cast_shell_cma', On 2014/12/12 02:30:16, damienv1 wrote: > Would rather ...
6 years ago (2014-12-12 22:40:53 UTC) #4
Tom Sepez
https://codereview.chromium.org/797793004/diff/20001/chromecast/common/media/cma_param_traits.cc File chromecast/common/media/cma_param_traits.cc (right): https://codereview.chromium.org/797793004/diff/20001/chromecast/common/media/cma_param_traits.cc#newcode16 chromecast/common/media/cma_param_traits.cc:16: IPC_ENUM_TRAITS_MIN_MAX_VALUE(media::AudioCodec, This should be in your messages .h file. ...
6 years ago (2014-12-12 22:58:42 UTC) #5
Tom Sepez
When adding new message files, you should also add your entry to src/tools/ipc_fuzzer/message_lib/all_messages.h and then ...
6 years ago (2014-12-12 23:03:47 UTC) #6
gunsch
On 2014/12/12 23:03:47, Tom Sepez wrote: > When adding new message files, you should also ...
6 years ago (2014-12-16 02:39:32 UTC) #7
gunsch
https://codereview.chromium.org/797793004/diff/20001/chromecast/common/media/cma_param_traits.cc File chromecast/common/media/cma_param_traits.cc (right): https://codereview.chromium.org/797793004/diff/20001/chromecast/common/media/cma_param_traits.cc#newcode16 chromecast/common/media/cma_param_traits.cc:16: IPC_ENUM_TRAITS_MIN_MAX_VALUE(media::AudioCodec, On 2014/12/12 22:58:42, Tom Sepez wrote: > This ...
6 years ago (2014-12-16 02:39:41 UTC) #8
xhwang
On 2014/12/16 02:39:41, gunsch wrote: > https://codereview.chromium.org/797793004/diff/20001/chromecast/common/media/cma_param_traits.cc > File chromecast/common/media/cma_param_traits.cc (right): > > https://codereview.chromium.org/797793004/diff/20001/chromecast/common/media/cma_param_traits.cc#newcode16 > ...
6 years ago (2014-12-16 19:54:15 UTC) #10
Tom Sepez
Messages LGTM
6 years ago (2014-12-16 21:18:48 UTC) #11
xhwang
DEPS change LGTM!
6 years ago (2014-12-16 23:58:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797793004/60001
6 years ago (2014-12-17 00:08:09 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/42685) android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/31406) android_chromium_gn_compile_dbg ...
6 years ago (2014-12-17 00:11:34 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797793004/80001
6 years ago (2014-12-17 05:54:23 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years ago (2014-12-17 06:49:34 UTC) #19
commit-bot: I haz the power
6 years ago (2014-12-17 06:50:28 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a2d67bde611f7b1653195298603529178860af6e
Cr-Commit-Position: refs/heads/master@{#308751}

Powered by Google App Engine
This is Rietveld 408576698