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

Issue 2006583002: Fix expando-loss-2.html test (Closed)

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

Description

Fix expando-loss-2.html test Use V8HiddenValue to link the JS wrappers of transform feedback/sampler/query objects, so that any expando properties added to these wrappers aren't lost. BUG=295792 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/61a1c3acf8dd8455bbd5c939c76582de9572445b Cr-Commit-Position: refs/heads/master@{#395804}

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix wrappers #

Patch Set 3 : add hidden values #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -11 lines) Patch
M content/test/gpu/gpu_tests/webgl2_conformance_expectations.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h View 1 4 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp View 1 2 6 chunks +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
qiankun
PTAL. This CL fixes expando-loss-2.html.
4 years, 7 months ago (2016-05-23 07:46:32 UTC) #4
Ken Russell (switch to Gerrit)
Thanks Qiankun. A few changes are needed. https://codereview.chromium.org/2006583002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/2006583002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode1767 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:1767: preserveObjectWrapper(scriptState, this, ...
4 years, 7 months ago (2016-05-23 21:30:41 UTC) #5
qiankun
Thanks ken. I updated this CL. https://codereview.chromium.org/2006583002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/2006583002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode1767 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:1767: preserveObjectWrapper(scriptState, this, V8HiddenValue::webglMisc(scriptState->isolate()), ...
4 years, 7 months ago (2016-05-24 03:04:49 UTC) #6
Ken Russell (switch to Gerrit)
Great. Thanks Qiankun for fixing this. lgtm Please note though that the earlier, incorrect, version ...
4 years, 7 months ago (2016-05-24 23:15:10 UTC) #7
qiankun
haraken: could you do owner review for Source/bindings/?
4 years, 7 months ago (2016-05-25 01:57:20 UTC) #9
qiankun
On 2016/05/24 23:15:10, Ken Russell wrote: > Great. Thanks Qiankun for fixing this. lgtm > ...
4 years, 7 months ago (2016-05-25 01:59:07 UTC) #10
haraken
LGTM
4 years, 7 months ago (2016-05-25 02:19:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006583002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006583002/40001
4 years, 7 months ago (2016-05-25 02:49:04 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-25 05:08:00 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 05:09:20 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/61a1c3acf8dd8455bbd5c939c76582de9572445b
Cr-Commit-Position: refs/heads/master@{#395804}

Powered by Google App Engine
This is Rietveld 408576698