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

Issue 2684613002: Delete webrtc/base/common.h (Closed)

Created:
3 years, 10 months ago by nisse-webrtc
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Delete webrtc/base/common.h BUG=webrtc:6424 Review-Url: https://codereview.webrtc.org/2684613002 Cr-Commit-Position: refs/heads/master@{#16718} Committed: https://chromium.googlesource.com/external/webrtc/+/21e4e0b0ab1ea630a9b1ada3d9be576f1073469d

Patch Set 1 #

Patch Set 2 : Delete webrtc/base/common.h #

Patch Set 3 : Fix unusedness warning breaking android build. #

Total comments: 4

Patch Set 4 : Use #if instead of ATTRIBUTE_UNUSED. #

Total comments: 3

Patch Set 5 : Rebase. #

Total comments: 2

Patch Set 6 : Added TODO comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -311 lines) Patch
M webrtc/base/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/base/common.h View 1 1 chunk +0 lines, -201 lines 0 comments Download
D webrtc/base/common.cc View 1 chunk +0 lines, -72 lines 0 comments Download
M webrtc/base/httpserver.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/base/openssladapter.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/base/opensslstreamadapter.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc View 1 2 3 4 5 5 chunks +7 lines, -8 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/metric_recorder.cc View 1 5 chunks +4 lines, -10 lines 0 comments Download
M webrtc/pc/mediasession.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 22 (7 generated)
nisse-webrtc
This cl deletes webrtc/base/common.h. The bulk of that code was the ASSERT/VERIFY framework which I've ...
3 years, 10 months ago (2017-02-08 09:03:52 UTC) #3
kwiberg-webrtc
If you're sure that no one external is #including the header files you're removing, I ...
3 years, 10 months ago (2017-02-09 09:48:43 UTC) #4
kwiberg-webrtc
On 2017/02/08 09:03:52, nisse-webrtc wrote: > This cl deletes webrtc/base/common.h. The bulk of that code ...
3 years, 10 months ago (2017-02-09 09:59:52 UTC) #5
nisse-webrtc
https://codereview.webrtc.org/2684613002/diff/40001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h File webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h (right): https://codereview.webrtc.org/2684613002/diff/40001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h#newcode253 webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h:253: int flow_id_ ATTRIBUTE_UNUSED; On 2017/02/09 09:48:43, kwiberg-webrtc wrote: > ...
3 years, 10 months ago (2017-02-09 11:26:18 UTC) #6
pthatcher1
https://codereview.webrtc.org/2684613002/diff/60001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h File webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h (right): https://codereview.webrtc.org/2684613002/diff/60001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h#newcode255 webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h:255: #endif I don't understand why BWE_TEST_LOGGING_COMPILE_TIME_ENABLE is part of ...
3 years, 10 months ago (2017-02-10 23:44:17 UTC) #7
kwiberg-webrtc
https://codereview.webrtc.org/2684613002/diff/60001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h File webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h (right): https://codereview.webrtc.org/2684613002/diff/60001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h#newcode255 webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h:255: #endif On 2017/02/10 23:44:17, pthatcher1 wrote: > I don't ...
3 years, 10 months ago (2017-02-11 21:30:06 UTC) #8
nisse-webrtc
https://codereview.webrtc.org/2684613002/diff/60001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h File webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h (right): https://codereview.webrtc.org/2684613002/diff/60001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h#newcode255 webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h:255: #endif On 2017/02/11 21:30:06, kwiberg-webrtc wrote: > On 2017/02/10 ...
3 years, 10 months ago (2017-02-13 12:05:51 UTC) #9
pthatcher1
lgtm
3 years, 10 months ago (2017-02-13 17:42:34 UTC) #10
stefan-webrtc
+terelius fyi https://codereview.webrtc.org/2684613002/diff/80001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc File webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc (right): https://codereview.webrtc.org/2684613002/diff/80001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc#newcode278 webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc:278: #if BWE_TEST_LOGGING_COMPILE_TIME_ENABLE I really would prefer a ...
3 years, 10 months ago (2017-02-17 10:27:32 UTC) #12
stefan-webrtc
lgtm % todo
3 years, 10 months ago (2017-02-17 10:27:46 UTC) #13
nisse-webrtc
https://codereview.webrtc.org/2684613002/diff/80001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc File webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc (right): https://codereview.webrtc.org/2684613002/diff/80001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc#newcode278 webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc:278: #if BWE_TEST_LOGGING_COMPILE_TIME_ENABLE On 2017/02/17 10:27:32, stefan-webrtc wrote: > I ...
3 years, 10 months ago (2017-02-20 08:11:22 UTC) #14
nisse-webrtc
I think this can be landed now, without downstream breakage. Agree?
3 years, 10 months ago (2017-02-20 10:38:17 UTC) #15
kwiberg-webrtc
lgtm
3 years, 10 months ago (2017-02-20 11:47:38 UTC) #16
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/2684613002/100001
3 years, 10 months ago (2017-02-20 12:16:49 UTC) #19
commit-bot: I haz the power
3 years, 10 months ago (2017-02-20 13:01:08 UTC) #22
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/21e4e0b0ab1ea630a9b1ada3d...

Powered by Google App Engine
This is Rietveld 408576698