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

Issue 1929063002: pkg/vm_service_client: add getSourceReport to VMServiceReference (Closed)

Created:
4 years, 7 months ago by kevmoo
Modified:
4 years, 7 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/vm_service_client.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : nits #

Patch Set 3 : changelog oops #

Total comments: 104

Patch Set 4 : code review #

Total comments: 2

Patch Set 5 : rebase and final nits #

Patch Set 6 : oops #

Total comments: 79

Patch Set 7 : nits #

Patch Set 8 : tweak #

Total comments: 22

Patch Set 9 : nits #

Total comments: 2

Patch Set 10 : nits #

Total comments: 9

Patch Set 11 : nits #

Patch Set 12 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+448 lines, -8 lines) Patch
M CHANGELOG.md View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M lib/src/isolate.dart View 1 2 3 4 5 6 7 8 2 chunks +33 lines, -0 lines 0 comments Download
M lib/src/pause_event.dart View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M lib/src/script.dart View 1 2 3 4 5 6 7 8 9 10 3 chunks +50 lines, -0 lines 0 comments Download
M lib/src/source_location.dart View 1 2 3 4 5 6 2 chunks +11 lines, -2 lines 0 comments Download
A lib/src/source_report.dart View 1 2 3 4 5 6 7 8 1 chunk +120 lines, -0 lines 0 comments Download
M lib/vm_service_client.dart View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -3 lines 0 comments Download
M pubspec.yaml View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A test/source_report_test.dart View 1 2 3 4 5 6 7 8 9 10 1 chunk +220 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (2 generated)
kevmoo
4 years, 7 months ago (2016-04-28 17:52:56 UTC) #2
nweiz
Please document all new public APIs. https://codereview.chromium.org/1929063002/diff/1/lib/src/isolate.dart File lib/src/isolate.dart (right): https://codereview.chromium.org/1929063002/diff/1/lib/src/isolate.dart#newcode354 lib/src/isolate.dart:354: Nit: Remove this ...
4 years, 7 months ago (2016-04-28 19:44:00 UTC) #3
kevmoo
PTAL https://codereview.chromium.org/1929063002/diff/1/lib/src/isolate.dart File lib/src/isolate.dart (right): https://codereview.chromium.org/1929063002/diff/1/lib/src/isolate.dart#newcode354 lib/src/isolate.dart:354: On 2016/04/28 19:44:00, nweiz wrote: > Nit: Remove ...
4 years, 7 months ago (2016-04-28 20:26:06 UTC) #4
nweiz
https://codereview.chromium.org/1929063002/diff/1/lib/src/source_report.dart File lib/src/source_report.dart (right): https://codereview.chromium.org/1929063002/diff/1/lib/src/source_report.dart#newcode47 lib/src/source_report.dart:47: class VMSourceReportRange { On 2016/04/28 20:26:06, kevmoo wrote: > ...
4 years, 7 months ago (2016-04-29 00:52:45 UTC) #5
kevmoo
https://codereview.chromium.org/1929063002/diff/40001/lib/src/isolate.dart File lib/src/isolate.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/isolate.dart#newcode346 lib/src/isolate.dart:346: /// Generates a set of reports tied to source ...
4 years, 7 months ago (2016-04-29 23:36:56 UTC) #6
kevmoo
https://codereview.chromium.org/1929063002/diff/40001/lib/src/isolate.dart File lib/src/isolate.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/isolate.dart#newcode357 lib/src/isolate.dart:357: /// the running Dart program. On 2016/04/29 00:52:43, nweiz ...
4 years, 7 months ago (2016-05-03 22:34:50 UTC) #7
nweiz
https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart#newcode93 lib/src/script.dart:93: int endTokenPos, On 2016/04/29 23:36:54, kevmoo wrote: > On ...
4 years, 7 months ago (2016-05-04 23:05:53 UTC) #8
kevmoo
https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart#newcode93 lib/src/script.dart:93: int endTokenPos, On 2016/05/04 23:05:51, nweiz wrote: > On ...
4 years, 7 months ago (2016-05-05 20:46:28 UTC) #9
kevmoo
Ping?
4 years, 7 months ago (2016-05-10 16:54:28 UTC) #10
nweiz
https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart#newcode93 lib/src/script.dart:93: int endTokenPos, On 2016/05/05 20:46:25, kevmoo wrote: > On ...
4 years, 7 months ago (2016-05-11 23:03:32 UTC) #11
kevmoo
https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart#newcode93 lib/src/script.dart:93: int endTokenPos, On 2016/05/11 23:03:30, nweiz wrote: > On ...
4 years, 7 months ago (2016-05-12 05:22:35 UTC) #12
nweiz
https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart#newcode93 lib/src/script.dart:93: int endTokenPos, On 2016/05/12 05:22:34, kevmoo wrote: > On ...
4 years, 7 months ago (2016-05-17 20:54:41 UTC) #13
kevmoo
https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/40001/lib/src/script.dart#newcode93 lib/src/script.dart:93: int endTokenPos, On 2016/05/17 20:54:41, nweiz wrote: > On ...
4 years, 7 months ago (2016-05-17 22:12:02 UTC) #14
nweiz
https://codereview.chromium.org/1929063002/diff/180001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/180001/lib/src/script.dart#newcode113 lib/src/script.dart:113: params['endTokenPos'] = location.end._position; A location without an end represents ...
4 years, 7 months ago (2016-05-19 21:11:13 UTC) #15
kevmoo
https://codereview.chromium.org/1929063002/diff/180001/lib/src/script.dart File lib/src/script.dart (right): https://codereview.chromium.org/1929063002/diff/180001/lib/src/script.dart#newcode113 lib/src/script.dart:113: params['endTokenPos'] = location.end._position; On 2016/05/19 21:11:13, nweiz wrote: > ...
4 years, 7 months ago (2016-05-19 21:59:46 UTC) #16
nweiz
https://codereview.chromium.org/1929063002/diff/180001/lib/vm_service_client.dart File lib/vm_service_client.dart (right): https://codereview.chromium.org/1929063002/diff/180001/lib/vm_service_client.dart#newcode132 lib/vm_service_client.dart:132: factory VMServiceClient(StreamChannel<Object> channel) => On 2016/05/19 21:59:46, kevmoo wrote: ...
4 years, 7 months ago (2016-05-19 22:47:16 UTC) #17
kevmoo
https://codereview.chromium.org/1929063002/diff/180001/lib/vm_service_client.dart File lib/vm_service_client.dart (right): https://codereview.chromium.org/1929063002/diff/180001/lib/vm_service_client.dart#newcode132 lib/vm_service_client.dart:132: factory VMServiceClient(StreamChannel<Object> channel) => On 2016/05/19 22:47:15, nweiz wrote: ...
4 years, 7 months ago (2016-05-19 23:39:36 UTC) #18
nweiz
lgtm
4 years, 7 months ago (2016-05-19 23:54:27 UTC) #19
kevmoo
4 years, 7 months ago (2016-05-20 00:05:54 UTC) #21
Message was sent while issue was closed.
Committed patchset #12 (id:220001) manually as
167eb9cdad5d216e160c8f4751ca288a7d05d3ac (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698