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

Issue 15876011: Make WebGL extensions get lost when context is lost. (Closed)

Created:
7 years, 6 months ago by greggman
Modified:
7 years, 6 months ago
CC:
blink-reviews, Rik, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

Make WebGL extensions get lost when context is lost. BUG=244750 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152264

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -106 lines) Patch
M Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/EXTFragDepth.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/EXTFragDepth.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/EXTTextureFilterAnisotropic.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/EXTTextureFilterAnisotropic.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESElementIndexUint.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESElementIndexUint.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESStandardDerivatives.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESStandardDerivatives.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureFloat.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureFloat.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureFloatLinear.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureFloatLinear.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureHalfFloat.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureHalfFloat.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureHalfFloatLinear.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureHalfFloatLinear.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESVertexArrayObject.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESVertexArrayObject.cpp View 1 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTextureATC.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTextureATC.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTexturePVRTC.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTextureS3TC.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTextureS3TC.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDebugRendererInfo.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDebugRendererInfo.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDebugShaders.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDebugShaders.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLDepthTexture.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDepthTexture.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDrawBuffers.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDrawBuffers.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLExtension.h View 1 2 3 2 chunks +16 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLLoseContext.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLLoseContext.cpp View 1 2 3 4 1 chunk +12 lines, -4 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.h View 1 2 7 chunks +47 lines, -24 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 1 4 chunks +19 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
greggman
Hey Ken, PTAL It's not nearly as bad as it looks ;-)
7 years, 6 months ago (2013-05-30 06:36:22 UTC) #1
greggman
On 2013/05/30 06:36:22, greggman wrote: > Hey Ken, PTAL > > It's not nearly as ...
7 years, 6 months ago (2013-06-04 21:24:30 UTC) #2
Ken Russell (switch to Gerrit)
Sorry, missed this. Reviewing now...
7 years, 6 months ago (2013-06-05 00:33:08 UTC) #3
Ken Russell (switch to Gerrit)
LGTM overall; couple of questions. See WebGLRenderingContext.h comment first before looking at individual extensions' comments. ...
7 years, 6 months ago (2013-06-05 00:46:37 UTC) #4
greggman
On 2013/06/05 00:46:37, kbr wrote: > LGTM overall; couple of questions. See WebGLRenderingContext.h comment first ...
7 years, 6 months ago (2013-06-05 01:10:31 UTC) #5
greggman
Hey Ken, PTAL I updated this to what I think we talked about. On context ...
7 years, 6 months ago (2013-06-11 01:06:53 UTC) #6
Ken Russell (switch to Gerrit)
This mostly looks great; one issue that needs to be solved. https://codereview.chromium.org/15876011/diff/9001/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp File Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp (right): ...
7 years, 6 months ago (2013-06-11 21:50:54 UTC) #7
greggman
https://codereview.chromium.org/15876011/diff/9001/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp File Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp (right): https://codereview.chromium.org/15876011/diff/9001/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp#newcode355 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp:355: v8SetReturnValue(args, toV8Object(extension.get(), args.Holder(), args.GetIsolate())); On 2013/06/11 21:50:54, kbr wrote: ...
7 years, 6 months ago (2013-06-11 21:55:20 UTC) #8
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/15876011/diff/9001/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp File Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp (right): https://codereview.chromium.org/15876011/diff/9001/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp#newcode355 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp:355: v8SetReturnValue(args, toV8Object(extension.get(), args.Holder(), args.GetIsolate())); On 2013/06/11 21:55:21, greggman wrote: ...
7 years, 6 months ago (2013-06-11 22:07:31 UTC) #9
greggman
PTAL https://codereview.chromium.org/15876011/diff/9001/Source/core/html/canvas/WebGLLoseContext.cpp File Source/core/html/canvas/WebGLLoseContext.cpp (right): https://codereview.chromium.org/15876011/diff/9001/Source/core/html/canvas/WebGLLoseContext.cpp#newcode46 Source/core/html/canvas/WebGLLoseContext.cpp:46: // WebGLLostContext is special in that it is ...
7 years, 6 months ago (2013-06-11 22:47:06 UTC) #10
Ken Russell (switch to Gerrit)
Excellent. LGTM
7 years, 6 months ago (2013-06-11 23:08:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gman@chromium.org/15876011/16002
7 years, 6 months ago (2013-06-11 23:11:52 UTC) #12
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=1496
7 years, 6 months ago (2013-06-12 01:10:02 UTC) #13
Ken Russell (switch to Gerrit)
abarth, haraken, yurys: OWNERS review of Source/bindings/ please.
7 years, 6 months ago (2013-06-12 01:16:09 UTC) #14
haraken
LGTM for bindings/
7 years, 6 months ago (2013-06-12 01:19:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gman@chromium.org/15876011/16002
7 years, 6 months ago (2013-06-12 01:22:46 UTC) #16
commit-bot: I haz the power
7 years, 6 months ago (2013-06-12 06:38:00 UTC) #17
Message was sent while issue was closed.
Change committed as 152264

Powered by Google App Engine
This is Rietveld 408576698