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

Issue 2220933002: Empty program info log should not be a '\0' string in WebGL (Closed)

Created:
4 years, 4 months ago by qiankun
Modified:
4 years, 4 months ago
CC:
chromium-reviews, piman+watch_chromium.org, Yang Gu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Empty program info log should not be a '\0' string in WebGL BUG=635417 TEST=conformance/programs/program-infolog.html CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/c54b546d3d2155e9973f7bf8d450c2374026acef Cr-Commit-Position: refs/heads/master@{#410527}

Patch Set 1 #

Total comments: 2

Patch Set 2 : replace length with empty #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M gpu/command_buffer/service/program_manager.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
qiankun
PTAL.
4 years, 4 months ago (2016-08-08 13:44:53 UTC) #4
Zhenyao Mo
Thanks for fixing this. https://codereview.chromium.org/2220933002/diff/1/gpu/command_buffer/service/program_manager.cc File gpu/command_buffer/service/program_manager.cc (right): https://codereview.chromium.org/2220933002/diff/1/gpu/command_buffer/service/program_manager.cc#newcode495 gpu/command_buffer/service/program_manager.cc:495: set_log_info(log.length() ? log.c_str() : nullptr); ...
4 years, 4 months ago (2016-08-08 16:36:15 UTC) #5
qiankun
https://codereview.chromium.org/2220933002/diff/1/gpu/command_buffer/service/program_manager.cc File gpu/command_buffer/service/program_manager.cc (right): https://codereview.chromium.org/2220933002/diff/1/gpu/command_buffer/service/program_manager.cc#newcode495 gpu/command_buffer/service/program_manager.cc:495: set_log_info(log.length() ? log.c_str() : nullptr); On 2016/08/08 16:36:15, Zhenyao ...
4 years, 4 months ago (2016-08-08 23:31:02 UTC) #6
Zhenyao Mo
On 2016/08/08 23:31:02, qiankun wrote: > https://codereview.chromium.org/2220933002/diff/1/gpu/command_buffer/service/program_manager.cc > File gpu/command_buffer/service/program_manager.cc (right): > > https://codereview.chromium.org/2220933002/diff/1/gpu/command_buffer/service/program_manager.cc#newcode495 > ...
4 years, 4 months ago (2016-08-08 23:34:57 UTC) #7
Ken Russell (switch to Gerrit)
non-owner LGTM too.
4 years, 4 months ago (2016-08-09 00:09:10 UTC) #10
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/2220933002/20001
4 years, 4 months ago (2016-08-09 01:52:48 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-09 02:20:14 UTC) #16
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 02:23:17 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c54b546d3d2155e9973f7bf8d450c2374026acef
Cr-Commit-Position: refs/heads/master@{#410527}

Powered by Google App Engine
This is Rietveld 408576698