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

Issue 1378073002: Removed NOTIFY_ERROR() macro from GpuVEAH. (Closed)

Created:
5 years, 2 months ago by msu.koo
Modified:
5 years, 2 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed NOTIFY_ERROR() macro from GpuVEAH. NOTIFY_ERROR() will not work as expected if used under non-braced if-else. This patch removed this macro and replace them into original implementations. BUG=535705 Committed: https://crrev.com/12c3e22a0f8300e969e598c63d19f7ec627a9212 Cr-Commit-Position: refs/heads/master@{#353223}

Patch Set 1 #

Total comments: 4

Patch Set 2 : comment reflected #

Total comments: 4

Patch Set 3 : Comments Reflected #

Total comments: 3

Patch Set 4 : comment reflected #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -19 lines) Patch
M content/common/gpu/client/gpu_video_encode_accelerator_host.h View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M content/common/gpu/client/gpu_video_encode_accelerator_host.cc View 1 2 3 4 8 chunks +22 lines, -18 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
msu.koo
Comments about [2] for Posciak was reflected on this patch. PTAL :)
5 years, 2 months ago (2015-09-30 07:48:32 UTC) #2
Pawel Osciak
https://codereview.chromium.org/1378073002/diff/1/content/common/gpu/client/gpu_video_encode_accelerator_host.cc File content/common/gpu/client/gpu_video_encode_accelerator_host.cc (right): https://codereview.chromium.org/1378073002/diff/1/content/common/gpu/client/gpu_video_encode_accelerator_host.cc#newcode114 content/common/gpu/client/gpu_video_encode_accelerator_host.cc:114: DLOG(ERROR) << "EncodeSharedMemory(): cannot " We could probably fit ...
5 years, 2 months ago (2015-09-30 08:15:15 UTC) #3
msu.koo
Thank you for your review. Your comments are all addressed. PTAL :) https://codereview.chromium.org/1378073002/diff/1/content/common/gpu/client/gpu_video_encode_accelerator_host.cc File content/common/gpu/client/gpu_video_encode_accelerator_host.cc ...
5 years, 2 months ago (2015-09-30 08:18:46 UTC) #4
Pawel Osciak
https://codereview.chromium.org/1378073002/diff/20001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc File content/common/gpu/client/gpu_video_encode_accelerator_host.cc (right): https://codereview.chromium.org/1378073002/diff/20001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc#newcode125 content/common/gpu/client/gpu_video_encode_accelerator_host.cc:125: DLOG(ERROR) << "EncodeSharedMemory(): failed to " Sorry, but this ...
5 years, 2 months ago (2015-09-30 08:22:20 UTC) #5
msu.koo
Also addressed :) https://codereview.chromium.org/1378073002/diff/20001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc File content/common/gpu/client/gpu_video_encode_accelerator_host.cc (right): https://codereview.chromium.org/1378073002/diff/20001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc#newcode125 content/common/gpu/client/gpu_video_encode_accelerator_host.cc:125: DLOG(ERROR) << "EncodeSharedMemory(): failed to " ...
5 years, 2 months ago (2015-09-30 08:28:49 UTC) #6
mcasas
Tip: To avoid having to revisit the style guide there's the command `git cl format`, ...
5 years, 2 months ago (2015-09-30 15:32:07 UTC) #7
msu.koo
Thank your for your comments and tip! it really helps me :) Also left some ...
5 years, 2 months ago (2015-10-01 04:22:13 UTC) #8
mcasas
https://chromiumcodereview.appspot.com/1378073002/diff/40001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc File content/common/gpu/client/gpu_video_encode_accelerator_host.cc (right): https://chromiumcodereview.appspot.com/1378073002/diff/40001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc#newcode212 content/common/gpu/client/gpu_video_encode_accelerator_host.cc:212: PostNotifyError(kPlatformFailureError); On 2015/10/01 04:22:13, msu.koo wrote: > On 2015/09/30 ...
5 years, 2 months ago (2015-10-05 16:18:48 UTC) #9
msu.koo
On 2015/10/05 16:18:48, mcasas wrote: > https://chromiumcodereview.appspot.com/1378073002/diff/40001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc > File content/common/gpu/client/gpu_video_encode_accelerator_host.cc (right): > > https://chromiumcodereview.appspot.com/1378073002/diff/40001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc#newcode212 > ...
5 years, 2 months ago (2015-10-06 02:28:25 UTC) #10
mcasas
On 2015/10/06 02:28:25, msu.koo wrote: > On 2015/10/05 16:18:48, mcasas wrote: > > > https://chromiumcodereview.appspot.com/1378073002/diff/40001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc ...
5 years, 2 months ago (2015-10-06 17:28:11 UTC) #11
msu.koo
@mcasas, your comments are reflected. PTAL :)
5 years, 2 months ago (2015-10-07 00:10:31 UTC) #12
mcasas
LGTM % nits below https://codereview.chromium.org/1378073002/diff/60001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc File content/common/gpu/client/gpu_video_encode_accelerator_host.cc (right): https://codereview.chromium.org/1378073002/diff/60001/content/common/gpu/client/gpu_video_encode_accelerator_host.cc#newcode206 content/common/gpu/client/gpu_video_encode_accelerator_host.cc:206: << location.line_number() << ")" space ...
5 years, 2 months ago (2015-10-07 02:22:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1378073002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1378073002/80001
5 years, 2 months ago (2015-10-07 08:22:59 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/107391)
5 years, 2 months ago (2015-10-07 08:31:33 UTC) #18
msu.koo
PTAL :)
5 years, 2 months ago (2015-10-07 08:37:13 UTC) #20
Ken Russell (switch to Gerrit)
+ccameron. I won't be able to review this today.
5 years, 2 months ago (2015-10-07 15:37:59 UTC) #22
Ken Russell (switch to Gerrit)
lgtm
5 years, 2 months ago (2015-10-08 22:03:21 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1378073002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1378073002/80001
5 years, 2 months ago (2015-10-09 02:33:37 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-10-09 03:33:40 UTC) #26
commit-bot: I haz the power
5 years, 2 months ago (2015-10-09 03:34:22 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/12c3e22a0f8300e969e598c63d19f7ec627a9212
Cr-Commit-Position: refs/heads/master@{#353223}

Powered by Google App Engine
This is Rietveld 408576698