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

Issue 1343213002: Fix for issue 24243 (allow objects of dart:core and dart:collections to be passed in for now, we ne… (Closed)

Created:
5 years, 3 months ago by siva
Modified:
5 years, 3 months ago
Reviewers:
koda
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix for issue 24243 (allow objects of dart:core and dart:collections to be passed in for now, we need a whitelist of core types against which we need to check) BUG=24243 R=koda@google.com Committed: https://github.com/dart-lang/sdk/commit/807eacae309e5aadf23a6f7ca9ae5c605bb4b011

Patch Set 1 #

Patch Set 2 : additional-checks #

Patch Set 3 : fix-comment #

Total comments: 6

Patch Set 4 : code-review-comments #

Patch Set 5 : skip-test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -15 lines) Patch
M runtime/vm/snapshot.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M tests/isolate/isolate.status View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + tests/isolate/issue_24243_child1_isolate.dart View 1 2 3 1 chunk +5 lines, -7 lines 0 comments Download
A + tests/isolate/issue_24243_child2_isolate.dart View 1 2 3 1 chunk +5 lines, -7 lines 0 comments Download
A tests/isolate/issue_24243_child3_isolate.dart View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A tests/isolate/issue_24243_parent_isolate_test.dart View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
siva
5 years, 3 months ago (2015-09-16 17:10:41 UTC) #2
koda
Thanks for addressing this issue. https://codereview.chromium.org/1343213002/diff/40001/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/1343213002/diff/40001/runtime/vm/snapshot.cc#newcode2649 runtime/vm/snapshot.cc:2649: return (library == object_store()->collection_library() ...
5 years, 3 months ago (2015-09-16 17:41:26 UTC) #3
siva
PTAL https://codereview.chromium.org/1343213002/diff/40001/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/1343213002/diff/40001/runtime/vm/snapshot.cc#newcode2649 runtime/vm/snapshot.cc:2649: return (library == object_store()->collection_library() || On 2015/09/16 17:41:26, ...
5 years, 3 months ago (2015-09-16 18:24:45 UTC) #4
koda
lgtm
5 years, 3 months ago (2015-09-16 18:31:12 UTC) #5
siva
5 years, 3 months ago (2015-09-16 19:08:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
807eacae309e5aadf23a6f7ca9ae5c605bb4b011 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698