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

Issue 2524813003: WebKit: remove DCHECK_IS_ON from FileWriterSync. (Closed)

Created:
4 years, 1 month ago by Alexander Alekseev
Modified:
4 years ago
Reviewers:
nhiroki
CC:
chromium-reviews, blink-reviews, kinuko+fileapi, tzik
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebKit: remove DCHECK_IS_ON from FileWriterSync. This CL removes checks for DCHECK_IS_ON in FileWriterSync as they are not used. (DCHECK macro requires its arguments to be buildable even if check itself is disabled.) So this CL fixes build in case we want debug build with DCHECKs disabled. R=nhiroki@chromium.org BUG=666660 Committed: https://crrev.com/c9600cd059f7aa0231a89fa2817c4ffca0454122 Cr-Commit-Position: refs/heads/master@{#436473}

Patch Set 1 #

Patch Set 2 : After git cl format #

Patch Set 3 : Rebased. #

Patch Set 4 : Guard m_complete with #ifdefs #

Patch Set 5 : Reverted "Guard with #ifdefs" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -25 lines) Patch
M third_party/WebKit/Source/modules/filesystem/FileWriterSync.h View 4 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileWriterSync.cpp View 1 4 4 chunks +6 lines, -23 lines 0 comments Download

Messages

Total messages: 38 (21 generated)
Alexander Alekseev
This is third_party/WebKit/Source/modules/filesystem/ part of https://codereview.chromium.org/2513893002/ . Please review.
4 years, 1 month ago (2016-11-23 07:19:29 UTC) #1
haraken
I'm not sure if it's a good idea to increase sizeof(DOM object) for dcheck-only variables. ...
4 years, 1 month ago (2016-11-23 08:15:59 UTC) #2
nhiroki
LGTM unless this doesn't degrade performance. On 2016/11/23 08:15:59, haraken wrote: > I'm not sure ...
4 years ago (2016-11-24 06:05:07 UTC) #3
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/2524813003/1
4 years ago (2016-11-24 06:20:21 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/279114)
4 years ago (2016-11-24 07:41:45 UTC) #7
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/2524813003/1
4 years ago (2016-11-29 04:51:57 UTC) #9
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/314230)
4 years ago (2016-11-29 04:58:01 UTC) #11
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/2524813003/20001
4 years ago (2016-11-30 04:05:30 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: blimp_linux_dbg on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) cast_shell_linux on ...
4 years ago (2016-11-30 06:06:34 UTC) #16
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/2524813003/20001
4 years ago (2016-12-01 07:20:15 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/341833)
4 years ago (2016-12-01 10:29:19 UTC) #20
Alexander Alekseev
Hiroki, PTAL. I put back all #ifdef DCHECK_IS_ON() because of Windows trybot. It looks like ...
4 years ago (2016-12-02 12:18:29 UTC) #25
nhiroki
On 2016/12/02 12:18:29, Alexander Alekseev wrote: > Hiroki, PTAL. > > I put back all ...
4 years ago (2016-12-05 11:07:19 UTC) #26
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/2524813003/80001
4 years ago (2016-12-06 00:41:04 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-06 00:46:07 UTC) #35
Alexander Alekseev
On 2016/12/05 11:07:19, nhiroki wrote: > On 2016/12/02 12:18:29, Alexander Alekseev wrote: > > Hiroki, ...
4 years ago (2016-12-06 00:47:24 UTC) #36
commit-bot: I haz the power
4 years ago (2016-12-06 00:49:39 UTC) #38
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c9600cd059f7aa0231a89fa2817c4ffca0454122
Cr-Commit-Position: refs/heads/master@{#436473}

Powered by Google App Engine
This is Rietveld 408576698