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

Issue 2763183002: DevTools: remove nesting depth tracking from coverage (Closed)

Created:
3 years, 9 months ago by caseq
Modified:
3 years, 9 months ago
Reviewers:
alph, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: remove nesting depth tracking from coverage ... show "mixed" (half green/half red) block for lines that belong to both used and unused functions. Also, remove "unknown" indication and consider everything not explicitly reported as used to be unused. BUG= Review-Url: https://codereview.chromium.org/2763183002 Cr-Commit-Position: refs/heads/master@{#458966} Committed: https://chromium.googlesource.com/chromium/src/+/b486c36c34f1b6370d65cacc4919c429f65c1dc0

Patch Set 1 : DevTools: remove nesting depth tracking from coverage #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -109 lines) Patch
M third_party/WebKit/LayoutTests/inspector/coverage/coverage-test.js View 1 chunk +29 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/coverage-view-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter.html View 1 chunk +2 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-expected.txt View 1 chunk +25 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html View 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter-expected.txt View 1 chunk +30 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/gutter-css.html View 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt View 1 chunk +24 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/gutter-js.html View 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/gutter-js-expected.txt View 1 chunk +21 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/multiple-instances-merge.html View 1 chunk +2 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/multiple-instances-merge-expected.txt View 1 chunk +46 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/segments-merge.html View 2 chunks +6 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/coverage/segments-merge-expected.txt View 1 chunk +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/coverage/CoverageModel.js View 5 chunks +14 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js View 1 chunk +16 lines, -8 lines 1 comment Download
M third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
caseq
- remove the notion of depth from coverage internal representation; - add special rendering for ...
3 years, 9 months ago (2017-03-22 01:37:11 UTC) #4
alph
https://codereview.chromium.org/2763183002/diff/40001/third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js File third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js (right): https://codereview.chromium.org/2763183002/diff/40001/third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js#newcode141 third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js:141: if (lastLine && lastLine === startLine && lastData !== ...
3 years, 9 months ago (2017-03-22 22:30:58 UTC) #5
alph
lgtm
3 years, 9 months ago (2017-03-22 22:31:10 UTC) #6
caseq
On 2017/03/22 22:30:58, alph wrote: > https://codereview.chromium.org/2763183002/diff/40001/third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js > File third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js > (right): > > https://codereview.chromium.org/2763183002/diff/40001/third_party/WebKit/Source/devtools/front_end/coverage/CoverageView.js#newcode141 ...
3 years, 9 months ago (2017-03-22 23:49:37 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2763183002/40001
3 years, 9 months ago (2017-03-22 23:50:22 UTC) #9
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 01:15:51 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/b486c36c34f1b6370d65cacc4919...

Powered by Google App Engine
This is Rietveld 408576698