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

Issue 1640773005: Make it possible to share the embedder's dart sources for the vmservice (Closed)

Created:
4 years, 10 months ago by Cutch
Modified:
4 years, 10 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make it possible to share the embedder's dart sources for the service isolate. - Cleanups to the embedder's Dart sources for the service isolate. This lets us stop keeping a local copy in the mojo and flutter trees. - Let the VM know Observatory's server address. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/87d8d3a719ad08c047463d6d1260ee9c9f67874a

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -93 lines) Patch
M runtime/bin/BUILD.gn View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M runtime/bin/bin.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
D runtime/bin/resources_sources.gypi View 1 chunk +0 lines, -14 lines 0 comments Download
M runtime/bin/vmservice/server.dart View 1 3 chunks +10 lines, -6 lines 0 comments Download
M runtime/bin/vmservice/vmservice_io.dart View 1 2 3 4 chunks +32 lines, -40 lines 0 comments Download
A runtime/bin/vmservice/vmservice_sources.gypi View 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/lib/vmservice.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/lib/vmservice_patch.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/service_isolate.h View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/service_isolate.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M sdk/lib/vmservice/asset.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M sdk/lib/vmservice/vmservice.dart View 1 8 chunks +36 lines, -28 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Cutch
4 years, 10 months ago (2016-01-28 18:16:07 UTC) #3
zra
https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn#newcode26 runtime/bin/BUILD.gn:26: "//dart/runtime/bin/vmservice/") Is there any way to avoid using a ...
4 years, 10 months ago (2016-01-28 18:40:05 UTC) #4
Cutch
https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn#newcode26 runtime/bin/BUILD.gn:26: "//dart/runtime/bin/vmservice/") On 2016/01/28 18:40:04, zra wrote: > Is there ...
4 years, 10 months ago (2016-01-28 23:49:45 UTC) #5
zra
lgtm https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn#newcode26 runtime/bin/BUILD.gn:26: "//dart/runtime/bin/vmservice/") On 2016/01/28 23:49:44, Cutch wrote: > On ...
4 years, 10 months ago (2016-01-29 02:58:18 UTC) #6
Cutch
https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/1640773005/diff/1/runtime/bin/BUILD.gn#newcode26 runtime/bin/BUILD.gn:26: "//dart/runtime/bin/vmservice/") On 2016/01/29 02:58:18, zra wrote: > On 2016/01/28 ...
4 years, 10 months ago (2016-01-29 15:36:52 UTC) #7
Cutch
4 years, 10 months ago (2016-01-29 15:36:54 UTC) #8
Cutch
4 years, 10 months ago (2016-01-29 15:43:26 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
87d8d3a719ad08c047463d6d1260ee9c9f67874a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698