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

Issue 1107803002: Add Observatory to sky dart_controller (Closed)

Created:
5 years, 8 months ago by Cutch
Modified:
5 years, 7 months ago
CC:
abarth-chromium, mojo-reviews_chromium.org, ojan, ppi+watch_chromium.org, qsr+mojo_chromium.org, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Add Observatory to sky dart_controller - Bump Dart and Observatory DEPS to 45576 and 45565 respectively. - Include 'dart:io' in snapshot - Add 'dart:io' native bindings to sky bindings. - Initialize 'dart:io' in sky dart_controller. - Include Observatory and service isolate resources in build. - Bring up service isolate. - Start handle watcher isolate from service isolate (hides handle watcher isolate from debugger and Observatory). - Hook up debugger. R=eseidel@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/f84766d3b6420b7cf6a113d9d65d73cb5fe18d90

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 14

Patch Set 9 : #

Patch Set 10 : #

Total comments: 9

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+399 lines, -296 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/embedder/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +5 lines, -3 lines 0 comments Download
M mojo/dart/embedder/dart_debugger.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -4 lines 0 comments Download
M mojo/dart/embedder/dart_debugger.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +33 lines, -39 lines 0 comments Download
M mojo/dart/embedder/embedder.gni View 1 3 chunks +4 lines, -1 line 0 comments Download
M mojo/dart/embedder/vmservice/server.dart View 1 2 chunks +3 lines, -11 lines 0 comments Download
M sky/engine/bindings/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M sky/engine/bindings/builtin.h View 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/bindings/builtin.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sky/engine/bindings/builtin_natives.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -1 line 0 comments Download
M sky/engine/bindings/builtin_natives.cc View 1 2 3 4 5 6 7 8 5 chunks +38 lines, -14 lines 0 comments Download
M sky/engine/bindings/snapshot.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/core/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 2 chunks +21 lines, -0 lines 0 comments Download
M sky/engine/core/core.gni View 1 1 chunk +5 lines, -0 lines 0 comments Download
M sky/engine/core/script/dart_controller.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +70 lines, -32 lines 0 comments Download
A + sky/engine/core/script/dart_debugger.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -12 lines 0 comments Download
A + sky/engine/core/script/dart_debugger.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +34 lines, -41 lines 0 comments Download
A sky/engine/core/script/dart_service_isolate.h View 1 2 3 4 5 6 7 8 1 chunk +55 lines, -0 lines 0 comments Download
A + sky/engine/core/script/dart_service_isolate.cc View 1 2 3 4 5 6 7 8 12 chunks +79 lines, -117 lines 0 comments Download
A + sky/engine/core/script/dart_service_isolate/loader.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + sky/engine/core/script/dart_service_isolate/main.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sky/engine/core/script/dart_service_isolate/resources.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + sky/engine/core/script/dart_service_isolate/server.dart View 1 2 chunks +3 lines, -11 lines 0 comments Download
A + sky/engine/core/script/monitor.h View 1 2 chunks +5 lines, -7 lines 0 comments Download
M sky/tools/webkitpy/layout_tests/controllers/single_test_runner.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 14 (2 generated)
Cutch
5 years, 8 months ago (2015-04-26 19:11:38 UTC) #2
abarth-chromium
https://codereview.chromium.org/1107803002/diff/60001/sky/engine/bindings/BUILD.gn File sky/engine/bindings/BUILD.gn (right): https://codereview.chromium.org/1107803002/diff/60001/sky/engine/bindings/BUILD.gn#newcode52 sky/engine/bindings/BUILD.gn:52: "//dart/runtime/bin/utils_android.cc", Will this list of files be a burden ...
5 years, 8 months ago (2015-04-26 21:51:35 UTC) #3
Cutch
https://codereview.chromium.org/1107803002/diff/60001/sky/engine/bindings/BUILD.gn File sky/engine/bindings/BUILD.gn (right): https://codereview.chromium.org/1107803002/diff/60001/sky/engine/bindings/BUILD.gn#newcode52 sky/engine/bindings/BUILD.gn:52: "//dart/runtime/bin/utils_android.cc", On 2015/04/26 21:51:35, abarth wrote: > Will this ...
5 years, 8 months ago (2015-04-27 14:59:10 UTC) #4
eseidel
lgtm https://codereview.chromium.org/1107803002/diff/140001/mojo/dart/embedder/dart_debugger.cc File mojo/dart/embedder/dart_debugger.cc (right): https://codereview.chromium.org/1107803002/diff/140001/mojo/dart/embedder/dart_debugger.cc#newcode135 mojo/dart/embedder/dart_debugger.cc:135: delete isolate; Was this just a bug? Do ...
5 years, 8 months ago (2015-04-27 17:38:37 UTC) #5
Cutch
It now works in both sky_shell and mojo_shell. PTAL. https://codereview.chromium.org/1107803002/diff/140001/mojo/dart/embedder/dart_debugger.cc File mojo/dart/embedder/dart_debugger.cc (right): https://codereview.chromium.org/1107803002/diff/140001/mojo/dart/embedder/dart_debugger.cc#newcode135 mojo/dart/embedder/dart_debugger.cc:135: ...
5 years, 7 months ago (2015-05-05 22:07:23 UTC) #6
eseidel
https://codereview.chromium.org/1107803002/diff/140001/mojo/dart/embedder/dart_debugger.h File mojo/dart/embedder/dart_debugger.h (right): https://codereview.chromium.org/1107803002/diff/140001/mojo/dart/embedder/dart_debugger.h#newcode11 mojo/dart/embedder/dart_debugger.h:11: #include "monitor.h" On 2015/05/05 22:07:22, Cutch wrote: > On ...
5 years, 7 months ago (2015-05-05 23:13:28 UTC) #7
eseidel
Will look more tomorrow. Sorry was in SFO today, but will be in MTV all ...
5 years, 7 months ago (2015-05-05 23:18:10 UTC) #8
eseidel
lgtm to land once the gn changes are made. https://codereview.chromium.org/1107803002/diff/180001/sky/engine/core/script/dart_debugger.cc File sky/engine/core/script/dart_debugger.cc (right): https://codereview.chromium.org/1107803002/diff/180001/sky/engine/core/script/dart_debugger.cc#newcode100 sky/engine/core/script/dart_debugger.cc:100: ...
5 years, 7 months ago (2015-05-06 17:46:40 UTC) #9
abarth-chromium
https://codereview.chromium.org/1107803002/diff/180001/sky/engine/core/script/dart_debugger.cc File sky/engine/core/script/dart_debugger.cc (right): https://codereview.chromium.org/1107803002/diff/180001/sky/engine/core/script/dart_debugger.cc#newcode100 sky/engine/core/script/dart_debugger.cc:100: isolates_ = new std::vector<DartDebuggerIsolate*>(); On 2015/05/06 at 17:46:40, eseidel ...
5 years, 7 months ago (2015-05-06 20:34:24 UTC) #11
Cutch
Committed patchset #13 (id:240001) manually as f84766d3b6420b7cf6a113d9d65d73cb5fe18d90 (presubmit successful).
5 years, 7 months ago (2015-05-06 22:36:25 UTC) #12
Cutch
https://codereview.chromium.org/1107803002/diff/180001/sky/engine/core/script/dart_debugger.cc File sky/engine/core/script/dart_debugger.cc (right): https://codereview.chromium.org/1107803002/diff/180001/sky/engine/core/script/dart_debugger.cc#newcode100 sky/engine/core/script/dart_debugger.cc:100: isolates_ = new std::vector<DartDebuggerIsolate*>(); On 2015/05/06 20:34:23, abarth wrote: ...
5 years, 7 months ago (2015-05-06 22:36:49 UTC) #13
eseidel
5 years, 7 months ago (2015-05-06 23:14:01 UTC) #14
Message was sent while issue was closed.
woohoo!

Powered by Google App Engine
This is Rietveld 408576698