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

Issue 2779253003: DevTools: Show top level event initiator when a child is selected. (Closed)

Created:
3 years, 8 months ago by alph
Modified:
3 years, 8 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: Show top level event initiator when a child is selected. BUG=646928 Review-Url: https://codereview.chromium.org/2779253003 Cr-Commit-Position: refs/heads/master@{#461015} Committed: https://chromium.googlesource.com/chromium/src/+/1459bd0dc4107bcde17077387bd5705097d51c44

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressing nit #

Patch Set 3 : move event parent to FlameChart data level #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -12 lines) Patch
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js View 1 2 6 chunks +29 lines, -12 lines 2 comments Download

Messages

Total messages: 12 (4 generated)
alph
3 years, 8 months ago (2017-03-29 21:22:17 UTC) #2
caseq
https://codereview.chromium.org/2779253003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js (right): https://codereview.chromium.org/2779253003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js#newcode882 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js:882: if (!event || !initiator || !this._isVisible(initiator)) nit: first clause ...
3 years, 8 months ago (2017-03-29 22:08:20 UTC) #3
alph
ptal https://codereview.chromium.org/2779253003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js (right): https://codereview.chromium.org/2779253003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js#newcode882 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js:882: if (!event || !initiator || !this._isVisible(initiator)) On 2017/03/29 ...
3 years, 8 months ago (2017-03-29 22:16:57 UTC) #4
alph
ptal
3 years, 8 months ago (2017-03-30 21:16:24 UTC) #5
caseq
lgtm https://codereview.chromium.org/2779253003/diff/40001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js (right): https://codereview.chromium.org/2779253003/diff/40001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js#newcode147 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js:147: /** @type {!Array<!SDK.TracingModel.Event>} */ nit: should this keep ...
3 years, 8 months ago (2017-03-30 22:44:51 UTC) #6
alph
https://codereview.chromium.org/2779253003/diff/40001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js (right): https://codereview.chromium.org/2779253003/diff/40001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js#newcode147 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js:147: /** @type {!Array<!SDK.TracingModel.Event>} */ On 2017/03/30 22:44:51, caseq wrote: ...
3 years, 8 months ago (2017-03-30 23:32:17 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/2779253003/40001
3 years, 8 months ago (2017-03-30 23:33:05 UTC) #9
commit-bot: I haz the power
3 years, 8 months ago (2017-03-31 03:36:21 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/1459bd0dc4107bcde17077387bd5...

Powered by Google App Engine
This is Rietveld 408576698