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

Issue 1221193004: Bindings: visitDOMWrapper should not create a new wrapper (Closed)

Created:
5 years, 5 months ago by haraken
Modified:
5 years, 5 months ago
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, vivekg_samsung, vivekg
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Bindings: visitDOMWrapper should not create a new wrapper We're not allowed to create a wrapper during VisitPersistentHandles. Thus this CL removes code to create a new wrapper in visitDOMWrapper for [SetWrapperReferenceTo]. If the wrapper doesn't exist at that point, visitDOMWrapper returns immediately without creating any hidden reference. The reason why this change is OK is complicated and explained in https://codereview.chromium.org/1200613002/#msg14 in details. BUG=467211 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198465

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -9 lines) Patch
M Source/bindings/templates/interface.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/modules/V8TestInterface5.cpp View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
haraken
PTAL This is my conclusion at the moment.
5 years, 5 months ago (2015-07-08 02:46:02 UTC) #2
jochen (gone - plz use gerrit)
lgtm
5 years, 5 months ago (2015-07-08 05:14:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221193004/1
5 years, 5 months ago (2015-07-08 05:18:09 UTC) #5
commit-bot: I haz the power
5 years, 5 months ago (2015-07-08 05:22:11 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=198465

Powered by Google App Engine
This is Rietveld 408576698