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

Issue 513313004: Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanup (Closed)

Created:
6 years, 3 months ago by hubbe
Modified:
6 years, 3 months ago
Reviewers:
miu
CC:
chromium-reviews, hclam+watch_chromium.org, cbentzel+watch_chromium.org, imcheng+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, pwestin+watch_google.com, feature-media-reviews_chromium.org, miu+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanup Committed: https://crrev.com/9f7acae47abef17f27479ee91053058184e2baa4 Cr-Commit-Position: refs/heads/master@{#293787}

Patch Set 1 #

Total comments: 12

Patch Set 2 : comments addressed #

Patch Set 3 : protected -> private #

Patch Set 4 : removed leaky and unused testing_clock_ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -1749 lines) Patch
M media/cast/BUILD.gn View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M media/cast/cast.gyp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/cast_testing.gypi View 1 chunk +1 line, -1 line 0 comments Download
M media/cast/net/rtcp/rtcp.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M media/cast/net/rtcp/rtcp.cc View 1 4 chunks +15 lines, -9 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_builder.h View 1 2 2 chunks +29 lines, -46 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_builder.cc View 1 15 chunks +154 lines, -241 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_builder_unittest.cc View 1 2 3 18 chunks +98 lines, -160 lines 0 comments Download
D media/cast/net/rtcp/rtcp_sender.h View 1 chunk +0 lines, -107 lines 0 comments Download
D media/cast/net/rtcp/rtcp_sender.cc View 1 chunk +0 lines, -636 lines 0 comments Download
D media/cast/net/rtcp/rtcp_sender_unittest.cc View 1 chunk +0 lines, -542 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
hubbe
hubbe@chromium.org changed reviewers: + miu@chromium.org
6 years, 3 months ago (2014-08-28 22:02:49 UTC) #1
hubbe
6 years, 3 months ago (2014-08-28 22:02:49 UTC) #2
miu
https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp.h File media/cast/net/rtcp/rtcp.h (right): https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp.h#newcode141 media/cast/net/rtcp/rtcp.h:141: const scoped_ptr<RtcpBuilder> rtcp_builder_; nit: Can we use composition instead ...
6 years, 3 months ago (2014-09-03 22:28:07 UTC) #3
hubbe
https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp.h File media/cast/net/rtcp/rtcp.h (right): https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp.h#newcode141 media/cast/net/rtcp/rtcp.h:141: const scoped_ptr<RtcpBuilder> rtcp_builder_; On 2014/09/03 22:28:07, miu wrote: > ...
6 years, 3 months ago (2014-09-04 22:21:19 UTC) #4
miu
lgtm https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp_builder.h File media/cast/net/rtcp/rtcp_builder.h (right): https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp_builder.h#newcode57 media/cast/net/rtcp/rtcp_builder.h:57: protected: On 2014/09/04 22:21:19, hubbe wrote: > On ...
6 years, 3 months ago (2014-09-05 18:22:37 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/513313004/40001
6 years, 3 months ago (2014-09-05 20:47:08 UTC) #7
hubbe
https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp_builder.h File media/cast/net/rtcp/rtcp_builder.h (right): https://codereview.chromium.org/513313004/diff/1/media/cast/net/rtcp/rtcp_builder.h#newcode57 media/cast/net/rtcp/rtcp_builder.h:57: protected: On 2014/09/05 18:22:37, miu wrote: > On 2014/09/04 ...
6 years, 3 months ago (2014-09-05 20:53:39 UTC) #8
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-06 08:42:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/513313004/40001
6 years, 3 months ago (2014-09-07 06:44:18 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 6217e450d9e75037c62fff773c94aebe7f3ed2e6
6 years, 3 months ago (2014-09-07 06:45:10 UTC) #13
Noel Gordon
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/541293004/ by noel@chromium.org. ...
6 years, 3 months ago (2014-09-07 20:39:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/513313004/60001
6 years, 3 months ago (2014-09-08 20:19:02 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001) as cb2cbc5caa7cc9cc73c1b3a255038881a049aa36
6 years, 3 months ago (2014-09-08 21:23:56 UTC) #17
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/493851dd141c93f857fe689ca32813b8dd9438e2 Cr-Commit-Position: refs/heads/master@{#293659}
6 years, 3 months ago (2014-09-10 03:44:12 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:48:13 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9f7acae47abef17f27479ee91053058184e2baa4
Cr-Commit-Position: refs/heads/master@{#293787}

Powered by Google App Engine
This is Rietveld 408576698