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

Issue 2373913003: [tracing] Navigate to parent node in heap dump UI upon pressing backspace (Closed)

Created:
4 years, 2 months ago by petrcermak
Modified:
4 years, 2 months ago
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org, hjd
Base URL:
git@github.com:catapult-project/catapult.git@master
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

[tracing] Navigate to parent node in heap dump UI upon pressing backspace As a result of this patch, it will be possible to navigate to the parent row (e.g. a/b) of the currently displayed row (e.g. a/b/c) in the breakdown view (right sub-pane) of the "Heap details" UI by pressing backspace. BUG=catapult:#2750 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/d0e3e41d7aa818fc739c0f25bc1240d0a308898c

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use Array.prototype.includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M tracing/tracing/ui/analysis/memory_dump_heap_details_breakdown_view.html View 2 chunks +16 lines, -0 lines 0 comments Download
M tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
petrcermak
PTAL. Thanks, Petr
4 years, 2 months ago (2016-09-28 17:18:16 UTC) #2
petrcermak
hjd: PTAL. Thanks, Petr
4 years, 2 months ago (2016-10-03 07:37:07 UTC) #4
hjd
lgtm https://codereview.chromium.org/2373913003/diff/1/tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html File tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html (right): https://codereview.chromium.org/2373913003/diff/1/tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html#newcode108 tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html:108: if (this.$.table.tableRows.indexOf(this.selectedNode_) !== -1) { this.$.table.tableRows.includes(this.selectedNode_) might read ...
4 years, 2 months ago (2016-10-03 09:33:21 UTC) #5
petrcermak
Thanks for your comment. https://codereview.chromium.org/2373913003/diff/1/tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html File tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html (right): https://codereview.chromium.org/2373913003/diff/1/tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html#newcode108 tracing/tracing/ui/analysis/memory_dump_heap_details_path_view.html:108: if (this.$.table.tableRows.indexOf(this.selectedNode_) !== -1) { ...
4 years, 2 months ago (2016-10-03 09:40:25 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/2373913003/20001
4 years, 2 months ago (2016-10-03 09:40:44 UTC) #9
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 10:05:24 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698