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

Issue 6851016: multiple files: Move from DCHECK to DCHECK_EQ (Closed)

Created:
9 years, 8 months ago by David M Futcher
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). This is my first attempt at contributing, so please tell me where I'm going wrong. BUG=58409 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81988

Patch Set 1 #

Total comments: 1

Patch Set 2 : Added name to Authors file, converted old DCHECKs in 2 more files #

Total comments: 1

Patch Set 3 : Removed trailing whitespace in net/base/mime_util.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/linux_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_posix.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M net/base/mime_util.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
David M Futcher
Requesting reviews for my patch from the above people as they appeared commonly in the ...
9 years, 8 months ago (2011-04-14 14:32:17 UTC) #1
Lei Zhang
Thanks for contributing. This is a good start, but would you mind doing a few ...
9 years, 8 months ago (2011-04-14 19:39:21 UTC) #2
David M Futcher
Have signed the agreement and added name to AUTHORS. Fixed my change to base/linux_util.cc and ...
9 years, 8 months ago (2011-04-15 10:02:31 UTC) #3
Lei Zhang
LGTM
9 years, 8 months ago (2011-04-15 18:33:14 UTC) #4
commit-bot: I haz the power
Presubmit check for 6851016-4001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 8 months ago (2011-04-15 18:34:05 UTC) #5
Lei Zhang
Evan: OWNER review. http://codereview.chromium.org/6851016/diff/4001/net/base/mime_util.cc File net/base/mime_util.cc (right): http://codereview.chromium.org/6851016/diff/4001/net/base/mime_util.cc#newcode387 net/base/mime_util.cc:387: // verify caller is passing lowercase ...
9 years, 8 months ago (2011-04-15 18:37:17 UTC) #6
Evan Martin
LGTM with whitespace removed
9 years, 8 months ago (2011-04-15 18:39:20 UTC) #7
David M Futcher
Removed the trailing whitespace (sorry, noob mistake).
9 years, 8 months ago (2011-04-16 16:43:56 UTC) #8
David M Futcher
48-hour bump. Can someone check this (shouldn't be too much as I have two LGTM ...
9 years, 8 months ago (2011-04-18 20:01:19 UTC) #9
commit-bot: I haz the power
9 years, 8 months ago (2011-04-18 20:07:11 UTC) #10
Change committed as 81988

Powered by Google App Engine
This is Rietveld 408576698