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

Issue 131973007: Allow root level requests in the vm service. (Closed)

Created:
6 years, 11 months ago by turnidge
Modified:
6 years, 11 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Allow root level requests in the vm service. Move /cpu to the root level. Move PostReply to the command handlers. This will allow command handlers to reply asynchronously (by delegating elsewhere) if they need to. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=31849

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -230 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 6 4 chunks +7 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.html View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/json_stream.h View 1 2 3 4 5 6 3 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 2 3 4 5 6 2 chunks +14 lines, -7 lines 0 comments Download
M runtime/vm/service.h View 1 2 3 4 5 6 1 chunk +7 lines, -1 line 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 15 chunks +331 lines, -194 lines 0 comments Download
M runtime/vm/service/message.dart View 1 2 3 4 5 6 2 chunks +24 lines, -1 line 0 comments Download
M runtime/vm/service/vmservice.dart View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 6 21 chunks +48 lines, -20 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
turnidge
6 years, 11 months ago (2014-01-09 21:18:47 UTC) #1
Cutch
https://codereview.chromium.org/131973007/diff/30003/runtime/vm/json_stream.cc File runtime/vm/json_stream.cc (right): https://codereview.chromium.org/131973007/diff/30003/runtime/vm/json_stream.cc#newcode186 runtime/vm/json_stream.cc:186: void JSONStream::SetReplyPort(Dart_Port port) { Style guide says this should ...
6 years, 11 months ago (2014-01-09 23:03:23 UTC) #2
turnidge
PTAL https://codereview.chromium.org/131973007/diff/30003/runtime/vm/json_stream.cc File runtime/vm/json_stream.cc (right): https://codereview.chromium.org/131973007/diff/30003/runtime/vm/json_stream.cc#newcode186 runtime/vm/json_stream.cc:186: void JSONStream::SetReplyPort(Dart_Port port) { On 2014/01/09 23:03:23, Cutch ...
6 years, 11 months ago (2014-01-15 20:21:04 UTC) #3
Cutch
lgtm
6 years, 11 months ago (2014-01-15 20:41:07 UTC) #4
turnidge
6 years, 11 months ago (2014-01-15 20:45:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #7 manually as r31849 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698