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

Issue 402113002: Draw marker events on Timeline flame chart (Closed)

Created:
6 years, 5 months ago by yurys
Modified:
6 years, 5 months ago
Reviewers:
alph, loislo
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

Draw marker events on Timeline flame chart Marker events are now displayed on the flame chart's timeline bar. BUG=361045 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178568

Patch Set 1 #

Total comments: 20

Patch Set 2 : #

Patch Set 3 : Addressed comments #

Patch Set 4 : #

Total comments: 16

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -39 lines) Patch
M Source/devtools/front_end/components/FlameChart.js View 1 2 3 4 9 chunks +129 lines, -6 lines 0 comments Download
M Source/devtools/front_end/flameChart.css View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M Source/devtools/front_end/profiler/CPUProfileFlameChart.js View 1 2 3 2 chunks +19 lines, -6 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelineFlameChart.js View 1 2 3 4 5 4 chunks +32 lines, -11 lines 0 comments Download
M Source/devtools/front_end/timeline/TracingTimelineModel.js View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/timeline/TracingTimelineUIUtils.js View 1 2 3 4 4 chunks +41 lines, -15 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
yurys
6 years, 5 months ago (2014-07-21 09:42:43 UTC) #1
loislo
On 2014/07/21 09:42:43, yurys wrote: Looks like we are mixing two design styles here. We ...
6 years, 5 months ago (2014-07-21 11:40:19 UTC) #2
alph
https://codereview.chromium.org/402113002/diff/1/Source/devtools/front_end/components/FlameChart.js File Source/devtools/front_end/components/FlameChart.js (right): https://codereview.chromium.org/402113002/diff/1/Source/devtools/front_end/components/FlameChart.js#newcode639 Source/devtools/front_end/components/FlameChart.js:639: var accurracyOffset = 1; nit: accuracyOffsetPx https://codereview.chromium.org/402113002/diff/1/Source/devtools/front_end/components/FlameChart.js#newcode654 Source/devtools/front_end/components/FlameChart.js:654: var ...
6 years, 5 months ago (2014-07-21 12:05:30 UTC) #3
yurys
On 2014/07/21 11:40:19, loislo wrote: > On 2014/07/21 09:42:43, yurys wrote: > > Looks like ...
6 years, 5 months ago (2014-07-21 13:49:36 UTC) #4
yurys
PTAL https://codereview.chromium.org/402113002/diff/1/Source/devtools/front_end/components/FlameChart.js File Source/devtools/front_end/components/FlameChart.js (right): https://codereview.chromium.org/402113002/diff/1/Source/devtools/front_end/components/FlameChart.js#newcode639 Source/devtools/front_end/components/FlameChart.js:639: var accurracyOffset = 1; On 2014/07/21 12:05:30, alph ...
6 years, 5 months ago (2014-07-21 13:49:48 UTC) #5
alph
lgtm w/ comments. https://codereview.chromium.org/402113002/diff/60001/Source/devtools/front_end/components/FlameChart.js File Source/devtools/front_end/components/FlameChart.js (right): https://codereview.chromium.org/402113002/diff/60001/Source/devtools/front_end/components/FlameChart.js#newcode661 Source/devtools/front_end/components/FlameChart.js:661: if (markers[i] > rightTime) nit: you ...
6 years, 5 months ago (2014-07-21 14:21:07 UTC) #6
yurys
https://codereview.chromium.org/402113002/diff/60001/Source/devtools/front_end/components/FlameChart.js File Source/devtools/front_end/components/FlameChart.js (right): https://codereview.chromium.org/402113002/diff/60001/Source/devtools/front_end/components/FlameChart.js#newcode661 Source/devtools/front_end/components/FlameChart.js:661: if (markers[i] > rightTime) On 2014/07/21 14:21:07, alph wrote: ...
6 years, 5 months ago (2014-07-21 14:30:00 UTC) #7
yurys
The CQ bit was checked by yurys@chromium.org
6 years, 5 months ago (2014-07-21 15:06:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yurys@chromium.org/402113002/100001
6 years, 5 months ago (2014-07-21 15:08:04 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-07-21 16:09:31 UTC) #10
Message was sent while issue was closed.
Change committed as 178568

Powered by Google App Engine
This is Rietveld 408576698