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

Issue 2387373002: Create retainment infos from handles, even for tracing (Closed)

Created:
4 years, 2 months ago by Michael Lippautz
Modified:
4 years, 2 months ago
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org, jochen (gone - plz use gerrit)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create retainment infos from handles, even for tracing For object tracing during heap profiling we still need to create retainment infos to preserve current behavior. BUG=chromium:468240, chromium:644213 Committed: https://crrev.com/c5b5bae67033e352f8ee94c550bc326cc87a7147 Cr-Commit-Position: refs/heads/master@{#422790}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp View 1 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
Michael Lippautz
ptal https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode201 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:201: if (node->hasEventListeners()) This branch should also be guarded ...
4 years, 2 months ago (2016-10-04 10:42:51 UTC) #7
Michael Lippautz
https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode201 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:201: if (node->hasEventListeners()) On 2016/10/04 10:42:51, Michael Lippautz wrote: > ...
4 years, 2 months ago (2016-10-04 11:02:36 UTC) #8
haraken
https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode210 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:210: if (m_constructImplicitReferenceGroups) { I'd directly use !RuntimeEnabledFeatures::traceWrappablesEnabled() and avoid ...
4 years, 2 months ago (2016-10-04 11:24:48 UTC) #9
Michael Lippautz
https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2387373002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode210 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:210: if (m_constructImplicitReferenceGroups) { On 2016/10/04 11:24:48, haraken wrote: > ...
4 years, 2 months ago (2016-10-04 11:31:03 UTC) #10
haraken
LGTM
4 years, 2 months ago (2016-10-04 11:37:46 UTC) #11
Michael Lippautz
fyi: jochen
4 years, 2 months ago (2016-10-04 13:18:25 UTC) #13
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/2387373002/20001
4 years, 2 months ago (2016-10-04 13:18:52 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-04 14:42:20 UTC) #18
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 14:44:41 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c5b5bae67033e352f8ee94c550bc326cc87a7147
Cr-Commit-Position: refs/heads/master@{#422790}

Powered by Google App Engine
This is Rietveld 408576698