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

Issue 376333002: vm/service/observatory: Add coverage for functions, some tests, and fix buggy filter (Closed)

Created:
6 years, 5 months ago by Michael Lippautz (Google)
Modified:
6 years, 5 months ago
Reviewers:
Cutch, Ivan Posva
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : add observatory deployed/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6562 lines, -6084 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 1 2 576 chunks +3186 lines, -3038 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 1 2 576 chunks +3186 lines, -3038 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_view.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/function_view.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/function_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/object.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/coverage.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/coverage_test.cc View 3 chunks +52 lines, -1 line 0 comments Download
M runtime/vm/service.cc View 1 3 chunks +36 lines, -2 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 chunks +89 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Lippautz (Google)
https://codereview.chromium.org/376333002/diff/20001/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/376333002/diff/20001/runtime/vm/coverage.cc#newcode182 runtime/vm/coverage.cc:182: if (!filter->ShouldOutputCoverageFor(lib, saved_url, cls, function)) { We also need ...
6 years, 5 months ago (2014-07-09 23:49:21 UTC) #1
Cutch
https://codereview.chromium.org/376333002/diff/20001/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/376333002/diff/20001/runtime/vm/coverage.cc#newcode182 runtime/vm/coverage.cc:182: if (!filter->ShouldOutputCoverageFor(lib, saved_url, cls, function)) { On 2014/07/09 23:49:21, ...
6 years, 5 months ago (2014-07-10 20:21:06 UTC) #2
Michael Lippautz (Google)
https://codereview.chromium.org/376333002/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/376333002/diff/20001/runtime/vm/service.cc#newcode1139 runtime/vm/service.cc:1139: if (!GetIntegerId(js->GetArgument(3), &id)) { On 2014/07/10 20:21:06, Cutch wrote: ...
6 years, 5 months ago (2014-07-11 16:26:53 UTC) #3
Cutch
lgtm
6 years, 5 months ago (2014-07-11 17:35:51 UTC) #4
Michael Lippautz (Google)
6 years, 5 months ago (2014-07-11 18:39:18 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r38165 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698