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

Issue 205993003: Simplify HeapSnapshotFilteredOrderedIterator implementation (Closed)

Created:
6 years, 9 months ago by yurys
Modified:
6 years, 9 months ago
Reviewers:
alph, loislo
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+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, aandrey+blink_chromium.org
Visibility:
Public.

Description

Simplify HeapSnapshotFilteredOrderedIterator implementation Introduced filtered iterator and iterator over array of indexes. This allowed to decompose HeapSnapshotFilteredOrderedIterator. BUG=None R=alph@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169650

Patch Set 1 #

Total comments: 10

Patch Set 2 : Introduced HeapSnapshotItemIterator interface #

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -115 lines) Patch
M LayoutTests/inspector/profiler/heap-snapshot.html View 2 chunks +22 lines, -13 lines 0 comments Download
M Source/devtools/front_end/HeapSnapshot.js View 1 2 11 chunks +191 lines, -102 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yurys
6 years, 9 months ago (2014-03-20 09:30:44 UTC) #1
alph
lgtm https://codereview.chromium.org/205993003/diff/1/Source/devtools/front_end/HeapSnapshot.js File Source/devtools/front_end/HeapSnapshot.js (right): https://codereview.chromium.org/205993003/diff/1/Source/devtools/front_end/HeapSnapshot.js#newcode659 Source/devtools/front_end/HeapSnapshot.js:659: WebInspector.HeapSnapshotIndexRangeIterator = function(iterator, indexes) annotate plz https://codereview.chromium.org/205993003/diff/1/Source/devtools/front_end/HeapSnapshot.js#newcode673 Source/devtools/front_end/HeapSnapshot.js:673: ...
6 years, 9 months ago (2014-03-20 09:58:04 UTC) #2
loislo
https://codereview.chromium.org/205993003/diff/1/Source/devtools/front_end/HeapSnapshot.js File Source/devtools/front_end/HeapSnapshot.js (right): https://codereview.chromium.org/205993003/diff/1/Source/devtools/front_end/HeapSnapshot.js#newcode679 Source/devtools/front_end/HeapSnapshot.js:679: index: function() Can we just use a free function ...
6 years, 9 months ago (2014-03-20 09:58:25 UTC) #3
yurys
https://codereview.chromium.org/205993003/diff/1/Source/devtools/front_end/HeapSnapshot.js File Source/devtools/front_end/HeapSnapshot.js (right): https://codereview.chromium.org/205993003/diff/1/Source/devtools/front_end/HeapSnapshot.js#newcode659 Source/devtools/front_end/HeapSnapshot.js:659: WebInspector.HeapSnapshotIndexRangeIterator = function(iterator, indexes) On 2014/03/20 09:58:04, alph wrote: ...
6 years, 9 months ago (2014-03-20 11:47:41 UTC) #4
yurys
The CQ bit was checked by yurys@chromium.org
6 years, 9 months ago (2014-03-20 11:51:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yurys@chromium.org/205993003/40001
6 years, 9 months ago (2014-03-20 11:51:09 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 12:48:03 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-20 12:48:03 UTC) #8
yurys
6 years, 9 months ago (2014-03-20 12:51:52 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r169650 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698