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

Issue 2804403003: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/fileapi (Closed)

Created:
3 years, 8 months ago by Hwanseung Lee
Modified:
3 years, 8 months ago
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 core/fileapi Replace ASSERT, RELEASE_ASSERT, and ASSERT_NOT_REACHED with DCHECK_op, CHECK_op, and NOTREACHED respectively in third_party/WebKit/Source/core/fileapi BUG=707641 Review-Url: https://codereview.chromium.org/2804403003 Cr-Commit-Position: refs/heads/master@{#463401} Committed: https://chromium.googlesource.com/chromium/src/+/99bc0460eec9022684af3ee7386774953186e6a5

Patch Set 1 #

Patch Set 2 : Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/fileapi #

Patch Set 3 : rebase #

Total comments: 10

Patch Set 4 : fix #

Patch Set 5 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -33 lines) Patch
M third_party/WebKit/Source/core/fileapi/Blob.cpp View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/File.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/File.cpp View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileError.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.cpp View 1 2 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp View 1 2 3 4 5 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderSync.cpp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 34 (27 generated)
Hwanseung Lee
PTAL, thank you.
3 years, 8 months ago (2017-04-09 11:09:57 UTC) #21
tkent
https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/File.cpp File third_party/WebKit/Source/core/fileapi/File.cpp (right): https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/File.cpp#newcode53 third_party/WebKit/Source/core/fileapi/File.cpp:53: DCHECK_EQ(policy, File::AllContentTypes); You changed kAllContentTypes to AllContentTypes. Is this ...
3 years, 8 months ago (2017-04-09 23:00:20 UTC) #22
alancutter (OOO until 2018)
https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/Blob.cpp File third_party/WebKit/Source/core/fileapi/Blob.cpp (right): https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/Blob.cpp#newcode62 third_party/WebKit/Source/core/fileapi/Blob.cpp:62: DCHECK(&registrable_object->Registry(), this); DCHECK_EQ? https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/Blob.cpp#newcode151 third_party/WebKit/Source/core/fileapi/Blob.cpp:151: DCHECK(size, -1); DCHECK_NE? https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/File.h ...
3 years, 8 months ago (2017-04-10 00:23:41 UTC) #23
Hwanseung Lee
https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/Blob.cpp File third_party/WebKit/Source/core/fileapi/Blob.cpp (right): https://codereview.chromium.org/2804403003/diff/40001/third_party/WebKit/Source/core/fileapi/Blob.cpp#newcode62 third_party/WebKit/Source/core/fileapi/Blob.cpp:62: DCHECK(&registrable_object->Registry(), this); On 2017/04/10 00:23:41, alancutter wrote: > DCHECK_EQ? ...
3 years, 8 months ago (2017-04-10 15:01:32 UTC) #24
tkent
lgtm
3 years, 8 months ago (2017-04-10 21:09:13 UTC) #30
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/2804403003/80001
3 years, 8 months ago (2017-04-10 21:09:44 UTC) #31
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 21:39:06 UTC) #34
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/99bc0460eec9022684af3ee73867...

Powered by Google App Engine
This is Rietveld 408576698