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

Issue 686573003: NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros. (Closed)

Created:
6 years, 1 month ago by oshima
Modified:
6 years, 1 month ago
CC:
chromium-reviews, erikwright+watch_chromium.org, scheib
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros. Committed: https://crrev.com/e8ed3db4cc220eacaa065d32cbd8f1f1ca8a3a91 Cr-Commit-Position: refs/heads/master@{#301555}

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M base/logging.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (10 generated)
oshima
6 years, 1 month ago (2014-10-27 21:32:10 UTC) #2
Peter Kasting
https://codereview.chromium.org/686573003/diff/1/base/logging.h File base/logging.h (right): https://codereview.chromium.org/686573003/diff/1/base/logging.h#newcode704 base/logging.h:704: #if defined(NDEBUG) && !defined(DCHECK_ALWAYS_ON) && defined(OS_CHROMEOS) This seems fragile. ...
6 years, 1 month ago (2014-10-27 21:36:18 UTC) #4
scottmg
https://codereview.chromium.org/686573003/diff/1/base/logging.h File base/logging.h (right): https://codereview.chromium.org/686573003/diff/1/base/logging.h#newcode704 base/logging.h:704: #if defined(NDEBUG) && !defined(DCHECK_ALWAYS_ON) && defined(OS_CHROMEOS) On 2014/10/27 21:36:18, ...
6 years, 1 month ago (2014-10-27 21:38:04 UTC) #6
dmichael (off chromium)
https://codereview.chromium.org/686573003/diff/1/base/logging.h File base/logging.h (right): https://codereview.chromium.org/686573003/diff/1/base/logging.h#newcode704 base/logging.h:704: #if defined(NDEBUG) && !defined(DCHECK_ALWAYS_ON) && defined(OS_CHROMEOS) On 2014/10/27 21:38:04, ...
6 years, 1 month ago (2014-10-27 21:40:25 UTC) #8
danakj
https://codereview.chromium.org/686573003/diff/1/base/logging.h File base/logging.h (right): https://codereview.chromium.org/686573003/diff/1/base/logging.h#newcode704 base/logging.h:704: #if defined(NDEBUG) && !defined(DCHECK_ALWAYS_ON) && defined(OS_CHROMEOS) On 2014/10/27 21:38:04, ...
6 years, 1 month ago (2014-10-27 21:42:34 UTC) #10
oshima
https://codereview.chromium.org/686573003/diff/1/base/logging.h File base/logging.h (right): https://codereview.chromium.org/686573003/diff/1/base/logging.h#newcode704 base/logging.h:704: #if defined(NDEBUG) && !defined(DCHECK_ALWAYS_ON) && defined(OS_CHROMEOS) On 2014/10/27 21:42:34, ...
6 years, 1 month ago (2014-10-27 22:04:17 UTC) #12
oshima
On 2014/10/27 22:04:17, oshima wrote: > https://codereview.chromium.org/686573003/diff/1/base/logging.h > File base/logging.h (right): > > https://codereview.chromium.org/686573003/diff/1/base/logging.h#newcode704 > ...
6 years, 1 month ago (2014-10-28 00:33:14 UTC) #14
danakj
This seems really bizarre, to only kill 1 type of asserts... I had no idea ...
6 years, 1 month ago (2014-10-28 00:35:02 UTC) #15
danakj
On 2014/10/28 00:35:02, danakj wrote: > This seems really bizarre, to only kill 1 type ...
6 years, 1 month ago (2014-10-28 00:36:07 UTC) #16
oshima
On 2014/10/28 00:36:07, danakj wrote: > On 2014/10/28 00:35:02, danakj wrote: > > This seems ...
6 years, 1 month ago (2014-10-28 00:53:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/686573003/40001
6 years, 1 month ago (2014-10-28 00:55:48 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:40001)
6 years, 1 month ago (2014-10-28 02:32:21 UTC) #22
commit-bot: I haz the power
6 years, 1 month ago (2014-10-28 02:33:12 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e8ed3db4cc220eacaa065d32cbd8f1f1ca8a3a91
Cr-Commit-Position: refs/heads/master@{#301555}

Powered by Google App Engine
This is Rietveld 408576698