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

Issue 1566793002: Expose the new _getSourceReport api in the service protocol. (Closed)

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

Description

Expose the new _getSourceReport api in the service protocol. Allow multiple reports to be requested simultaneously. I'm not exposing this publicly yet -- still nailing down the format a bit. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/61d9752c7e14cb8fe1940c4fc3bf5cda364cfcb8

Patch Set 1 #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : code rev #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -9 lines) Patch
M runtime/observatory/tests/service/coverage_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A runtime/observatory/tests/service/get_source_report_test.dart View 1 2 1 chunk +138 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 4 chunks +196 lines, -0 lines 0 comments Download
M runtime/vm/source_report.h View 4 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/source_report.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M runtime/vm/source_report_test.cc View 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
turnidge
4 years, 11 months ago (2016-01-06 18:50:28 UTC) #2
Cutch
LGTM with a some comments and questions. https://codereview.chromium.org/1566793002/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/1566793002/diff/20001/runtime/vm/service.cc#newcode578 runtime/vm/service.cc:578: const char* ...
4 years, 11 months ago (2016-01-06 19:18:26 UTC) #3
turnidge
https://codereview.chromium.org/1566793002/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/1566793002/diff/20001/runtime/vm/service.cc#newcode578 runtime/vm/service.cc:578: const char* const* enums) { On 2016/01/06 19:18:26, Cutch ...
4 years, 11 months ago (2016-01-06 20:58:13 UTC) #4
turnidge
4 years, 11 months ago (2016-01-06 21:01:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
61d9752c7e14cb8fe1940c4fc3bf5cda364cfcb8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698