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

Issue 696703003: DevTools: implement search for CPUProfiler FlameChart view (Closed)

Created:
6 years, 1 month ago by loislo
Modified:
6 years, 1 month ago
Reviewers:
alph, yurys
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

original search implementation had no idea about flame chart and did search only for data grid nodes. Also there was a single search box for both types, cpu and heap. Two separate search view were introduced in the patch. One for cpu view, the other for heap view. New code for search in flame chart was written. Original code for search in cpu data grid was moved to CPUProfileDataGrid. HeapSnapshot search implementation was slightly tweaked. BUG=425928 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185011

Patch Set 1 #

Patch Set 2 : style fixed #

Patch Set 3 : tests were fixed #

Patch Set 4 : test was rebaselined #

Total comments: 22

Patch Set 5 : comments addressed #

Messages

Total messages: 7 (2 generated)
loislo
ptal
6 years, 1 month ago (2014-11-05 18:13:31 UTC) #2
yurys
lgtm provided the comments are addressed https://codereview.chromium.org/696703003/diff/60001/Source/devtools/front_end/components/FlameChart.js File Source/devtools/front_end/components/FlameChart.js (right): https://codereview.chromium.org/696703003/diff/60001/Source/devtools/front_end/components/FlameChart.js#newcode445 Source/devtools/front_end/components/FlameChart.js:445: var timelineData = ...
6 years, 1 month ago (2014-11-06 11:39:59 UTC) #3
loislo
https://codereview.chromium.org/696703003/diff/60001/Source/devtools/front_end/components/FlameChart.js File Source/devtools/front_end/components/FlameChart.js (right): https://codereview.chromium.org/696703003/diff/60001/Source/devtools/front_end/components/FlameChart.js#newcode445 Source/devtools/front_end/components/FlameChart.js:445: var timelineData = this._timelineData(); On 2014/11/06 11:39:58, yurys wrote: ...
6 years, 1 month ago (2014-11-09 15:32:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/696703003/80001
6 years, 1 month ago (2014-11-09 15:35:42 UTC) #6
commit-bot: I haz the power
6 years, 1 month ago (2014-11-09 16:37:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 185011

Powered by Google App Engine
This is Rietveld 408576698