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

Issue 351373002: Coverage API revamp (Closed)

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

Description

Coverage API supports proper filtering (Partly) addressing concerns of https://codereview.chromium.org/346003003/ BUG= R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=37793

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : addressed comments #

Patch Set 4 : handle scripts via url instead of object #

Total comments: 4

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -130 lines) Patch
M runtime/vm/coverage.h View 1 2 3 1 chunk +15 lines, -8 lines 0 comments Download
M runtime/vm/coverage.cc View 1 2 3 4 9 chunks +27 lines, -53 lines 0 comments Download
M runtime/vm/coverage_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 1 chunk +0 lines, -48 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 7 chunks +74 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Lippautz (Google)
RFC This partly addresses the issues that came up with https://codereview.chromium.org/346003003/. * filters: Leaking implementation ...
6 years, 6 months ago (2014-06-27 00:16:48 UTC) #1
Cutch
https://codereview.chromium.org/351373002/diff/20001/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/351373002/diff/20001/runtime/vm/coverage.cc#newcode253 runtime/vm/coverage.cc:253: const GrowableObjectArray& libs = GrowableObjectArray::Handle( kill all the filter ...
6 years, 5 months ago (2014-06-27 15:07:19 UTC) #2
Michael Lippautz (Google)
PTAL * removed helper methods from script object * service finds the first script object ...
6 years, 5 months ago (2014-06-27 17:12:25 UTC) #3
Cutch
lgtm https://codereview.chromium.org/351373002/diff/60001/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/351373002/diff/60001/runtime/vm/coverage.cc#newcode29 runtime/vm/coverage.cc:29: ~CoverageFilterAll() {} Destructor is not necessary https://codereview.chromium.org/351373002/diff/60001/runtime/vm/service.cc File ...
6 years, 5 months ago (2014-06-27 17:20:12 UTC) #4
Michael Lippautz (Google)
https://codereview.chromium.org/351373002/diff/60001/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/351373002/diff/60001/runtime/vm/coverage.cc#newcode29 runtime/vm/coverage.cc:29: ~CoverageFilterAll() {} On 2014/06/27 17:20:12, Cutch wrote: > Destructor ...
6 years, 5 months ago (2014-06-27 17:51:25 UTC) #5
Michael Lippautz (Google)
6 years, 5 months ago (2014-06-27 17:52:02 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r37793 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698