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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-test.js

Issue 187823003: DevTools: Implement recursive viewport for the Heap Summary view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated comments. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/profiler/heap-snapshot-test.js
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-test.js b/LayoutTests/inspector/profiler/heap-snapshot-test.js
index 791ccf00d17c4df24dc0d7226264af56a59ee054..23145e341bddd4c8a6859a6410715235c3312d93 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-test.js
+++ b/LayoutTests/inspector/profiler/heap-snapshot-test.js
@@ -689,6 +689,8 @@ InspectorTest.switchToView = function(title, callback)
callback = InspectorTest.safeWrap(callback);
var view = WebInspector.panels.profiles.visibleView;
view.changeView(title, callback);
+ // Increase the grid container height so the viewport don't limit the number of nodes.
+ InspectorTest._currentGrid().scrollContainer.style.height = "10000px";
};
InspectorTest.takeAndOpenSnapshot = function(generator, callback)
« no previous file with comments | « no previous file | Source/devtools/front_end/HeapSnapshotDataGrids.js » ('j') | Source/devtools/front_end/HeapSnapshotDataGrids.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698