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

Issue 2400993002: Fix chromium-style warnings. (Closed)

Created:
4 years, 2 months ago by terelius
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix chromium-style warnings. Separate the null implementation from rtp_rtcp_defines.h, and follow chromium style guide for virtual functions. BUG=webrtc:163 Committed: https://crrev.com/509eadd554de6bf938da08071c5d2c2541703134 Cr-Commit-Position: refs/heads/master@{#14738}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -33 lines) Patch
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 chunk +2 lines, -0 lines 3 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 chunk +0 lines, -33 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtp_rtcp_defines_nullimpl.h View 1 chunk +49 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtp_rtcp_defines_nullimpl.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
terelius
PTAL
4 years, 2 months ago (2016-10-07 12:29:42 UTC) #2
danilchap
looks good, but may do not name new files based on where they were, rather ...
4 years, 2 months ago (2016-10-07 12:42:49 UTC) #3
kjellander_webrtc
If you're fixing Chromium-style warnings, shouldn't you remove //build/config/clang:find_bad_constructs somewhere? Or there's more work and ...
4 years, 2 months ago (2016-10-07 12:44:20 UTC) #4
terelius
On 2016/10/07 12:44:20, kjellander_webrtc wrote: > If you're fixing Chromium-style warnings, shouldn't you remove > ...
4 years, 2 months ago (2016-10-07 12:49:14 UTC) #5
terelius
https://codereview.webrtc.org/2400993002/diff/1/webrtc/modules/rtp_rtcp/BUILD.gn File webrtc/modules/rtp_rtcp/BUILD.gn (right): https://codereview.webrtc.org/2400993002/diff/1/webrtc/modules/rtp_rtcp/BUILD.gn#newcode136 webrtc/modules/rtp_rtcp/BUILD.gn:136: "source/rtp_rtcp_defines_nullimpl.cc", On 2016/10/07 12:42:49, danilchap wrote: > may be ...
4 years, 2 months ago (2016-10-07 15:03:37 UTC) #6
kjellander_webrtc
lgtm
4 years, 2 months ago (2016-10-07 17:00:09 UTC) #7
danilchap
lgtm https://codereview.webrtc.org/2400993002/diff/1/webrtc/modules/rtp_rtcp/BUILD.gn File webrtc/modules/rtp_rtcp/BUILD.gn (right): https://codereview.webrtc.org/2400993002/diff/1/webrtc/modules/rtp_rtcp/BUILD.gn#newcode136 webrtc/modules/rtp_rtcp/BUILD.gn:136: "source/rtp_rtcp_defines_nullimpl.cc", On 2016/10/07 15:03:37, terelius wrote: > On ...
4 years, 2 months ago (2016-10-07 17:22:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2400993002/1
4 years, 2 months ago (2016-10-19 15:08:25 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_clang_dbg on ...
4 years, 2 months ago (2016-10-19 17:08:56 UTC) #12
kjellander_webrtc
On 2016/10/19 17:08:56, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 2 months ago (2016-10-19 19:36:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2400993002/1
4 years, 2 months ago (2016-10-21 12:21:35 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_clang_dbg on ...
4 years, 2 months ago (2016-10-21 14:22:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2400993002/1
4 years, 1 month ago (2016-10-24 08:41:26 UTC) #19
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-10-24 10:24:20 UTC) #20
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/509eadd554de6bf938da08071c5d2c2541703134 Cr-Commit-Position: refs/heads/master@{#14738}
4 years, 1 month ago (2016-10-24 10:24:34 UTC) #22
terelius
4 years, 1 month ago (2016-10-24 16:38:10 UTC) #23
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.webrtc.org/2449523002/ by terelius@webrtc.org.

The reason for reverting is: Broke internal project.

Powered by Google App Engine
This is Rietveld 408576698