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

Issue 2468263002: Handle exception when user call canvas.transferControlToOffscreen() twice (Closed)

Created:
4 years, 1 month ago by xlai (Olivia)
Modified:
4 years, 1 month ago
Reviewers:
Justin Novosad
CC:
chromium-reviews, dshwang, ajuma+watch-canvas_chromium.org, blink-reviews-html_chromium.org, haraken, dglazkov+blink, Rik, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Handle exception when user call canvas.transferControlToOffscreen() twice BUG=659260 Committed: https://crrev.com/6a5ce93ef72769d259a04209a85b574323c1962f Cr-Commit-Position: refs/heads/master@{#429644}

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-transferControlToOffscreen.html View 1 chunk +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
xlai (Olivia)
4 years, 1 month ago (2016-11-02 16:51:39 UTC) #2
Justin Novosad
https://codereview.chromium.org/2468263002/diff/1/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp File third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp (left): https://codereview.chromium.org/2468263002/diff/1/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp#oldcode1353 third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp:1353: DCHECK(!m_surfaceLayerBridge); I think this DCHECK should stay. It was ...
4 years, 1 month ago (2016-11-02 20:00:11 UTC) #3
xlai (Olivia)
https://codereview.chromium.org/2468263002/diff/1/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp File third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp (left): https://codereview.chromium.org/2468263002/diff/1/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp#oldcode1353 third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp:1353: DCHECK(!m_surfaceLayerBridge); On 2016/11/02 20:00:11, Justin Novosad wrote: > I ...
4 years, 1 month ago (2016-11-02 20:07:50 UTC) #4
Justin Novosad
lgtm
4 years, 1 month ago (2016-11-03 14:09:26 UTC) #5
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/2468263002/20001
4 years, 1 month ago (2016-11-03 14:42:27 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-03 17:57:47 UTC) #8
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 18:14:29 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6a5ce93ef72769d259a04209a85b574323c1962f
Cr-Commit-Position: refs/heads/master@{#429644}

Powered by Google App Engine
This is Rietveld 408576698