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

Issue 2162673002: webgl: Zero-initialize the SyncToken before calling GenSyncTokenCHROMIUM (Closed)

Created:
4 years, 5 months ago by danakj
Modified:
4 years, 5 months ago
CC:
chromium-reviews, krit, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, jbroman, Justin Novosad, Rik, f(malita), blink-reviews, piman+watch_chromium.org, Stephen Chennney, ajuma+watch_chromium.org, danakj+watch_chromium.org, rwlbuis, piman, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

webgl: Zero-initialize the SyncToken before calling GenSyncTokenCHROMIUM The GenSyncTokenCHROMIUM function may fail if it generates an error, or the context already has an error on it. At that point the sync token will not be updated, so we should have it initialized to 0 for this case. R=kbr@chromium.org BUG=629008 Committed: https://crrev.com/cf09bfc276420cce16b406380b6eeefb35ec8cbd Cr-Commit-Position: refs/heads/master@{#406162}

Patch Set 1 #

Total comments: 2

Patch Set 2 : zeroinit-synctoken: size #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (5 generated)
danakj
4 years, 5 months ago (2016-07-18 20:51:05 UTC) #1
Ken Russell (switch to Gerrit)
lgtm https://codereview.chromium.org/2162673002/diff/1/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp File third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/2162673002/diff/1/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode572 third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp:572: GLbyte syncToken[24] = { 0 }; Is this ...
4 years, 5 months ago (2016-07-18 21:27:05 UTC) #4
danakj
https://codereview.chromium.org/2162673002/diff/1/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp File third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/2162673002/diff/1/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode572 third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp:572: GLbyte syncToken[24] = { 0 }; On 2016/07/18 21:27:05, ...
4 years, 5 months ago (2016-07-18 21:40:35 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/2162673002/20001
4 years, 5 months ago (2016-07-18 21:40:42 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-19 00:40:42 UTC) #9
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-19 00:40:44 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 00:41:47 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cf09bfc276420cce16b406380b6eeefb35ec8cbd
Cr-Commit-Position: refs/heads/master@{#406162}

Powered by Google App Engine
This is Rietveld 408576698