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

Issue 2713363002: DevTools: Highlight DOM node on hover in flamechart. (Closed)

Created:
3 years, 10 months ago by alph
Modified:
3 years, 9 months ago
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, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Highlight DOM node on hover in flamechart. Review-Url: https://codereview.chromium.org/2713363002 Cr-Commit-Position: refs/heads/master@{#453118} Committed: https://chromium.googlesource.com/chromium/src/+/2d4fa6ef276bb36d958afbee421c0886b954289e

Patch Set 1 #

Total comments: 6

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -60 lines) Patch
M third_party/WebKit/LayoutTests/inspector/components/flame-chart.html View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-node-reference.html View 1 2 3 1 chunk +8 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/devtools/.eslintrc.js View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js View 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/EventsTimelineTreeView.js View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js View 1 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.js View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js View 1 2 2 chunks +24 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/devtools/scripts/compile_frontend.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (12 generated)
alph
3 years, 10 months ago (2017-02-25 01:39:53 UTC) #2
caseq
https://codereview.chromium.org/2713363002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js (right): https://codereview.chromium.org/2713363002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js#newcode499 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js:499: this._highlightEntry(entryIndex); let's avoid races of calls to highlightEntry() vs. ...
3 years, 10 months ago (2017-02-25 01:53:57 UTC) #3
alph
all done https://codereview.chromium.org/2713363002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js (right): https://codereview.chromium.org/2713363002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js#newcode499 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js:499: this._highlightEntry(entryIndex); On 2017/02/25 01:53:57, caseq wrote: > ...
3 years, 10 months ago (2017-02-25 01:58:57 UTC) #4
caseq
lgtm
3 years, 10 months ago (2017-02-25 02:03:08 UTC) #5
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/2713363002/20001
3 years, 10 months ago (2017-02-25 02:03:43 UTC) #7
alph
Lusha, could you please check eslintrc change. Thanks
3 years, 10 months ago (2017-02-25 02:10:21 UTC) #9
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/2713363002/40001
3 years, 10 months ago (2017-02-25 02:10:52 UTC) #12
lushnikov
lgtm
3 years, 10 months ago (2017-02-25 02:11:44 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/397840)
3 years, 10 months ago (2017-02-25 03:22:02 UTC) #15
dgozman
https://codereview.chromium.org/2713363002/diff/40001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js (right): https://codereview.chromium.org/2713363002/diff/40001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js#newcode709 third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js:709: relatedNodes = await new Promise(fulfill => What? As we ...
3 years, 10 months ago (2017-02-25 19:02:31 UTC) #17
pfeldman
> What? As we discussed multiple times, please talk with the team before using new ...
3 years, 10 months ago (2017-02-26 02:55:08 UTC) #18
alph
I'm proceeding with the patch as per Pavel's comment.
3 years, 9 months ago (2017-02-26 09:00:34 UTC) #19
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/2713363002/60001
3 years, 9 months ago (2017-02-26 09:00:58 UTC) #22
commit-bot: I haz the power
3 years, 9 months ago (2017-02-26 10:56:06 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/2d4fa6ef276bb36d958afbee421c...

Powered by Google App Engine
This is Rietveld 408576698