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

Issue 913603003: Make WebGL2 objects Oilpan compatible. (Closed)

Created:
5 years, 10 months ago by sof
Modified:
5 years, 10 months ago
CC:
bajones, aandrey+blink_chromium.org, blink-reviews, blink-reviews-html_chromium.org, Rik, dglazkov+blink, dshwang, Justin Novosad
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make WebGL2 objects Oilpan compatible. Follow up r189868 by rounding out its Oilpan support. R=haraken BUG=295792 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189881

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -25 lines) Patch
M Source/core/html/canvas/WebGL2RenderingContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGL2RenderingContextBase.h View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/html/canvas/WebGL2RenderingContextBase.cpp View 7 chunks +12 lines, -12 lines 0 comments Download
M Source/core/html/canvas/WebGLQuery.cpp View 1 chunk +8 lines, -1 line 3 comments Download
M Source/core/html/canvas/WebGLSampler.cpp View 1 chunk +8 lines, -1 line 0 comments Download
M Source/core/html/canvas/WebGLSync.cpp View 1 chunk +8 lines, -1 line 0 comments Download
M Source/core/html/canvas/WebGLTransformFeedback.cpp View 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
sof
Please take a look.
5 years, 10 months ago (2015-02-10 08:17:22 UTC) #2
haraken
LGTM https://codereview.chromium.org/913603003/diff/1/Source/core/html/canvas/WebGLQuery.cpp File Source/core/html/canvas/WebGLQuery.cpp (right): https://codereview.chromium.org/913603003/diff/1/Source/core/html/canvas/WebGLQuery.cpp#newcode27 Source/core/html/canvas/WebGLQuery.cpp:27: detachAndDeleteObject(); Just help me understand: Why is deleteObject(0) ...
5 years, 10 months ago (2015-02-10 08:44:51 UTC) #4
sof
https://codereview.chromium.org/913603003/diff/1/Source/core/html/canvas/WebGLQuery.cpp File Source/core/html/canvas/WebGLQuery.cpp (right): https://codereview.chromium.org/913603003/diff/1/Source/core/html/canvas/WebGLQuery.cpp#newcode27 Source/core/html/canvas/WebGLQuery.cpp:27: detachAndDeleteObject(); On 2015/02/10 08:44:51, haraken wrote: > > Just ...
5 years, 10 months ago (2015-02-10 08:50:50 UTC) #5
haraken
https://codereview.chromium.org/913603003/diff/1/Source/core/html/canvas/WebGLQuery.cpp File Source/core/html/canvas/WebGLQuery.cpp (right): https://codereview.chromium.org/913603003/diff/1/Source/core/html/canvas/WebGLQuery.cpp#newcode27 Source/core/html/canvas/WebGLQuery.cpp:27: detachAndDeleteObject(); On 2015/02/10 08:50:50, sof wrote: > On 2015/02/10 ...
5 years, 10 months ago (2015-02-10 08:55:33 UTC) #6
sof
(Waiting on oilpan bot results, will land asap after that.)
5 years, 10 months ago (2015-02-10 09:08:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/913603003/1
5 years, 10 months ago (2015-02-10 09:50:17 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=189881
5 years, 10 months ago (2015-02-10 09:53:41 UTC) #10
Ken Russell (switch to Gerrit)
Thanks for this cleanup. Sorry for missing these issues in the original code review.
5 years, 10 months ago (2015-02-10 13:53:30 UTC) #12
bajones
post-commit LGTM. Thanks for fixing this! I apologize for letting it slip my mind and ...
5 years, 10 months ago (2015-02-10 16:08:37 UTC) #13
sof
5 years, 10 months ago (2015-02-10 16:24:00 UTC) #14
Message was sent while issue was closed.
On 2015/02/10 16:08:37, bajones wrote:
> post-commit LGTM.
> 
> Thanks for fixing this! I apologize for letting it slip my mind and not
getting
> an Oilpan review on the previous CL before landing.

No worries whatsoever. On closer look, your CL had done a lot of things right
wrt Oilpan, so this just rounded it out.

But if you've only got the slightest suspicion of a change having an impact on
Oilpan, don't hesitate to Cc: oilpan-reviews. Happy to help out & at least
prepare for oncoming changes. (Until CQ gets involved, build breakages are our
problems to address entirely.)

Powered by Google App Engine
This is Rietveld 408576698