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

Issue 188103004: C++ Readability review for holte (Closed)

Created:
6 years, 9 months ago by Steven Holte
Modified:
6 years, 9 months ago
CC:
chromium-reviews, Ilya Sherman, Alexei Svitkine (slow)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Added header files #

Total comments: 51

Patch Set 4 : Fixed comments #

Total comments: 20

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : Braced Initialization #

Patch Set 8 : #

Patch Set 9 : Fix struct/class declaration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -59 lines) Patch
M components/rappor/bloom_filter.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/byte_vector_utils.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/log_uploader.h View 1 2 3 4 5 4 chunks +14 lines, -6 lines 0 comments Download
M components/rappor/log_uploader.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M components/rappor/log_uploader_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/rappor_metric.h View 1 2 3 4 5 3 chunks +14 lines, -9 lines 0 comments Download
M components/rappor/rappor_metric.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/rappor/rappor_metric_unittest.cc View 1 2 3 4 5 6 7 4 chunks +12 lines, -13 lines 0 comments Download
M components/rappor/rappor_service.h View 1 2 3 4 5 6 7 8 3 chunks +18 lines, -8 lines 0 comments Download
M components/rappor/rappor_service.cc View 1 2 3 4 5 6 7 chunks +21 lines, -17 lines 0 comments Download
M components/rappor/rappor_service_unittest.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
ktl
Overall this is very nicely written code, I only have a few minor comments. (Please ...
6 years, 9 months ago (2014-03-17 11:22:24 UTC) #1
Ilya Sherman
Providing some context specific to the Chromium codebase: https://codereview.chromium.org/188103004/diff/40001/components/rappor/log_uploader.h File components/rappor/log_uploader.h (right): https://codereview.chromium.org/188103004/diff/40001/components/rappor/log_uploader.h#newcode22 components/rappor/log_uploader.h:22: } ...
6 years, 9 months ago (2014-03-17 19:14:35 UTC) #2
Steven Holte
Thanks, Ilya, for responding to many comments. https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_metric.h File components/rappor/rappor_metric.h (right): https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_metric.h#newcode7 components/rappor/rappor_metric.h:7: #ifndef COMPONENTS_RAPPOR_RAPPOR_H_ ...
6 years, 9 months ago (2014-03-18 03:13:07 UTC) #3
ktl
https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc File components/rappor/rappor_service.cc (right): https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc#newcode70 components/rappor/rappor_service.cc:70: DCHECK(!uploader_); On 2014/03/17 19:14:36, Ilya Sherman wrote: > On ...
6 years, 9 months ago (2014-03-18 08:35:00 UTC) #4
Steven Holte
https://codereview.chromium.org/188103004/diff/60001/components/rappor/log_uploader.cc File components/rappor/log_uploader.cc (right): https://codereview.chromium.org/188103004/diff/60001/components/rappor/log_uploader.cc#newcode107 components/rappor/log_uploader.cc:107: int response_code = source->GetResponseCode(); On 2014/03/18 08:35:01, ktl wrote: ...
6 years, 9 months ago (2014-03-19 23:46:55 UTC) #5
ktl
Just one more thing I noticed, I think we're done after this. https://codereview.chromium.org/188103004/diff/80001/components/rappor/log_uploader.h File components/rappor/log_uploader.h ...
6 years, 9 months ago (2014-03-21 13:40:01 UTC) #6
Steven Holte
https://codereview.chromium.org/188103004/diff/80001/components/rappor/log_uploader.h File components/rappor/log_uploader.h (right): https://codereview.chromium.org/188103004/diff/80001/components/rappor/log_uploader.h#newcode5 components/rappor/log_uploader.h:5: // Change for readability On 2014/03/21 13:40:02, ktl wrote: ...
6 years, 9 months ago (2014-03-21 19:52:25 UTC) #7
ktl
lgtm
6 years, 9 months ago (2014-03-24 17:47:24 UTC) #8
Ilya Sherman
LGTM. Adding Alexei as an OWNER of the code.
6 years, 9 months ago (2014-03-24 17:49:58 UTC) #9
Alexei Svitkine (slow)
https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc File components/rappor/rappor_service.cc (left): https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc#oldcode45 components/rappor/rappor_service.cc:45: { // ETLD_PLUS_ONE_RAPPOR_TYPE On 2014/03/17 11:22:25, ktl wrote: > ...
6 years, 9 months ago (2014-03-24 17:59:53 UTC) #10
ktl
https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc File components/rappor/rappor_service.cc (left): https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc#oldcode45 components/rappor/rappor_service.cc:45: { // ETLD_PLUS_ONE_RAPPOR_TYPE On 2014/03/24 17:59:53, Alexei Svitkine wrote: ...
6 years, 9 months ago (2014-03-24 18:26:03 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc File components/rappor/rappor_service.cc (left): https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc#oldcode45 components/rappor/rappor_service.cc:45: { // ETLD_PLUS_ONE_RAPPOR_TYPE On 2014/03/24 18:26:04, ktl wrote: > ...
6 years, 9 months ago (2014-03-24 18:55:21 UTC) #12
Steven Holte
https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc File components/rappor/rappor_service.cc (left): https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc#oldcode45 components/rappor/rappor_service.cc:45: { // ETLD_PLUS_ONE_RAPPOR_TYPE On 2014/03/24 18:55:21, Alexei Svitkine wrote: ...
6 years, 9 months ago (2014-03-24 19:13:36 UTC) #13
ktl
On 2014/03/24 19:13:36, Steven Holte wrote: > https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc > File components/rappor/rappor_service.cc (left): > > https://codereview.chromium.org/188103004/diff/40001/components/rappor/rappor_service.cc#oldcode45 ...
6 years, 9 months ago (2014-03-25 08:35:37 UTC) #14
Alexei Svitkine (slow)
LGTM
6 years, 9 months ago (2014-03-25 13:24:19 UTC) #15
Steven Holte
The CQ bit was checked by holte@chromium.org
6 years, 9 months ago (2014-03-25 21:59:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/holte@chromium.org/188103004/140001
6 years, 9 months ago (2014-03-25 22:03:53 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 22:26:13 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-25 22:26:14 UTC) #19
Steven Holte
The CQ bit was checked by holte@chromium.org
6 years, 9 months ago (2014-03-25 22:55:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/holte@chromium.org/188103004/390001
6 years, 9 months ago (2014-03-25 22:56:41 UTC) #21
commit-bot: I haz the power
6 years, 9 months ago (2014-03-26 04:10:20 UTC) #22
Message was sent while issue was closed.
Change committed as 259469

Powered by Google App Engine
This is Rietveld 408576698