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

Issue 2810513002: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in modules/filesystem (Closed)

Created:
3 years, 8 months ago by Hwanseung Lee
Modified:
3 years, 8 months ago
Reviewers:
tkent, haraken, tzik
CC:
blink-reviews, chromium-reviews, kinuko+fileapi, nhiroki, tzik
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in modules/filesystem Replace ASSERT, RELEASE_ASSERT, and ASSERT_NOT_REACHED with DCHECK_op, CHECK_op, and NOTREACHED respectively in third_party/WebKit/Source/modules/filesystem BUG=707641 Review-Url: https://codereview.chromium.org/2810513002 Cr-Commit-Position: refs/heads/master@{#463160} Committed: https://chromium.googlesource.com/chromium/src/+/cf4fb409e74c24d186de1f337221a72b4634cba6

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : split #

Messages

Total messages: 35 (26 generated)
Hwanseung Lee
PTAL, thank you.
3 years, 8 months ago (2017-04-09 09:54:20 UTC) #11
haraken
LGTM
3 years, 8 months ago (2017-04-09 13:02:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2810513002/1
3 years, 8 months ago (2017-04-09 22:32:20 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/406410)
3 years, 8 months ago (2017-04-09 22:39:11 UTC) #16
tkent
https://codereview.chromium.org/2810513002/diff/20001/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp File third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp (right): https://codereview.chromium.org/2810513002/diff/20001/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp#newcode353 third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp:353: DCHECK(entry && entry->isDirectory()); Split this into two DCHECKs.
3 years, 8 months ago (2017-04-09 23:11:00 UTC) #20
Hwanseung Lee
PTAL, thank you. https://codereview.chromium.org/2810513002/diff/20001/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp File third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp (right): https://codereview.chromium.org/2810513002/diff/20001/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp#newcode353 third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp:353: DCHECK(entry && entry->isDirectory()); On 2017/04/09 23:11:00, ...
3 years, 8 months ago (2017-04-09 23:15:56 UTC) #26
tkent
lgtm
3 years, 8 months ago (2017-04-09 23:18:23 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2810513002/40001
3 years, 8 months ago (2017-04-10 00:36:09 UTC) #32
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 00:42:26 UTC) #35
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cf4fb409e74c24d186de1f337221...

Powered by Google App Engine
This is Rietveld 408576698