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

Issue 205153002: Auto delete persistent weak handles during finalization after invoking the callback associated with… (Closed)

Created:
6 years, 9 months ago by siva
Modified:
6 years, 9 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Auto delete persistent weak handles during finalization after invoking the callback associated with the weak handle. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=34208

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -132 lines) Patch
M runtime/bin/io_buffer.h View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M runtime/include/dart_api.h View 1 2 5 chunks +26 lines, -9 lines 0 comments Download
M runtime/lib/typed_data.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 3 chunks +29 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 26 chunks +148 lines, -77 lines 0 comments Download
M runtime/vm/dart_api_state.h View 1 2 1 chunk +1 line, -13 lines 0 comments Download
M runtime/vm/object.h View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 1 2 6 chunks +5 lines, -22 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
6 years, 9 months ago (2014-03-19 20:36:50 UTC) #1
Ivan Posva
LGTM with comment. -Ivan https://codereview.chromium.org/205153002/diff/20001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/205153002/diff/20001/runtime/vm/dart_api_impl.cc#newcode378 runtime/vm/dart_api_impl.cc:378: if (callback != NULL) { ...
6 years, 9 months ago (2014-03-19 23:08:14 UTC) #2
siva
https://codereview.chromium.org/205153002/diff/20001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/205153002/diff/20001/runtime/vm/dart_api_impl.cc#newcode378 runtime/vm/dart_api_impl.cc:378: if (callback != NULL) { good point changed that ...
6 years, 9 months ago (2014-03-20 20:05:32 UTC) #3
siva
6 years, 9 months ago (2014-03-20 21:45:47 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r34208 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698