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

Issue 2850793004: DevTools: Support arbitrary bar heights on flamechart (Closed)

Created:
3 years, 7 months ago by alph
Modified:
3 years, 7 months ago
Reviewers:
caseq
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: Support arbitrary bar heights on flamechart BUG=705054 Review-Url: https://codereview.chromium.org/2850793004 Cr-Commit-Position: refs/heads/master@{#468543} Committed: https://chromium.googlesource.com/chromium/src/+/22025d9c19bd5ec9a927760b49d46dbdab35a0df

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressing comments #

Patch Set 3 : move itemsHeight to the group style #

Total comments: 6

Patch Set 4 : 4 landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -55 lines) Patch
M third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js View 1 2 3 22 chunks +56 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js View 1 2 2 chunks +25 lines, -22 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
alph
3 years, 7 months ago (2017-04-28 23:45:06 UTC) #2
caseq
Can you also add some usage so it's easier to see whether the suggested interface ...
3 years, 7 months ago (2017-04-29 00:26:09 UTC) #3
alph
ptal https://codereview.chromium.org/2850793004/diff/1/third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js File third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js (right): https://codereview.chromium.org/2850793004/diff/1/third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js#newcode213 third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js:213: this.setScrollOffset(y, 20); On 2017/04/29 00:26:09, caseq wrote: > ...
3 years, 7 months ago (2017-04-29 01:23:01 UTC) #4
caseq
lgtm https://codereview.chromium.org/2850793004/diff/40001/third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js File third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js (right): https://codereview.chromium.org/2850793004/diff/40001/third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js#newcode1128 third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js:1128: height = isFirstOnLevel ? style.height : style.itemsHeight || ...
3 years, 7 months ago (2017-05-01 22:19:30 UTC) #5
alph
https://codereview.chromium.org/2850793004/diff/40001/third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js File third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js (right): https://codereview.chromium.org/2850793004/diff/40001/third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js#newcode1128 third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js:1128: height = isFirstOnLevel ? style.height : style.itemsHeight || this._barHeight; ...
3 years, 7 months ago (2017-05-02 01:20:21 UTC) #6
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/2850793004/60001
3 years, 7 months ago (2017-05-02 01:23:09 UTC) #9
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 03:13:27 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/22025d9c19bd5ec9a927760b49d4...

Powered by Google App Engine
This is Rietveld 408576698