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

Issue 1130753006: Hide Isolate pointer from embedder (Closed)

Created:
5 years, 7 months ago by Cutch
Modified:
5 years, 7 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, siva
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -157 lines) Patch
M runtime/bin/builtin.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/builtin_common.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/builtin_nolib.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/dartutils.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/dbg_connection.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/bin/dbg_message.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/gen_snapshot.cc View 1 5 chunks +6 lines, -5 lines 0 comments Download
M runtime/bin/io_service.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/main.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/include/dart_api.h View 1 2 7 chunks +41 lines, -18 lines 0 comments Download
M runtime/include/dart_debugger_api.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/include/dart_native_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/isolate.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M runtime/platform/globals.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/benchmark_test.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/custom_isolate_test.cc View 1 2 6 chunks +9 lines, -8 lines 0 comments Download
M runtime/vm/dart_api_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 8 chunks +35 lines, -23 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 12 chunks +27 lines, -20 lines 0 comments Download
M runtime/vm/debugger.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/debugger_api_impl_test.cc View 1 9 chunks +14 lines, -14 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/native_api_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/port.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/port.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M runtime/vm/service_isolate.cc View 1 2 9 chunks +15 lines, -16 lines 0 comments Download
M runtime/vm/unit_test.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M samples/sample_extension/sample_extension.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Cutch
5 years, 7 months ago (2015-05-09 02:12:18 UTC) #2
Ivan Posva
Some cleanup suggestions... -Ivan https://codereview.chromium.org/1130753006/diff/1/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/1130753006/diff/1/runtime/include/dart_api.h#newcode100 runtime/include/dart_api.h:100: #define ILLEGAL_ISOLATE ((Dart_Isolate) 0) Should ...
5 years, 7 months ago (2015-05-11 04:50:15 UTC) #3
Cutch
https://codereview.chromium.org/1130753006/diff/1/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/1130753006/diff/1/runtime/include/dart_api.h#newcode100 runtime/include/dart_api.h:100: #define ILLEGAL_ISOLATE ((Dart_Isolate) 0) On 2015/05/11 04:50:15, Ivan Posva ...
5 years, 7 months ago (2015-05-12 03:21:29 UTC) #4
Ivan Posva
LGTM with comments about comments mostly. -Ivan https://codereview.chromium.org/1130753006/diff/20001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/1130753006/diff/20001/runtime/include/dart_api.h#newcode89 runtime/include/dart_api.h:89: * current ...
5 years, 7 months ago (2015-05-12 04:24:19 UTC) #5
Cutch
https://codereview.chromium.org/1130753006/diff/20001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/1130753006/diff/20001/runtime/include/dart_api.h#newcode89 runtime/include/dart_api.h:89: * current isolate may be DART_ILLEGAL_ISOLATE, in which case ...
5 years, 7 months ago (2015-05-18 19:32:42 UTC) #6
Cutch
5 years, 7 months ago (2015-05-18 21:06:16 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
014e694ba7a7f75f2e7094b77c9c97b93a0116c1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698