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

Unified Diff: Source/devtools/front_end/timeline/TimelineView.js

Issue 354763005: DevTools: timeline doesn't show records in TimelineView the first view was TimelineFlameChart view. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 6 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
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePresentationModel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/TimelineView.js
diff --git a/Source/devtools/front_end/timeline/TimelineView.js b/Source/devtools/front_end/timeline/TimelineView.js
index 178ed83daf0e6677a11a9ca1a43765b4be89274d..8f1b06d76ce8b00c18796a3c62e13873738d4166 100644
--- a/Source/devtools/front_end/timeline/TimelineView.js
+++ b/Source/devtools/front_end/timeline/TimelineView.js
@@ -304,6 +304,12 @@ WebInspector.TimelineView.prototype = {
WebInspector.View.prototype.willHide.call(this);
},
+ wasShown: function()
+ {
+ this._presentationModel.refreshRecords();
+ WebInspector.HBox.prototype.wasShown.call(this);
+ },
+
_onScroll: function(event)
{
this._closeRecordDetails();
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePresentationModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698