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

Unified Diff: Source/devtools/front_end/network/NetworkPanel.js

Issue 1182933010: DevTools: Switch network panel back to frame-based filmstrip. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/components_lazy/filmStripView.css ('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/network/NetworkPanel.js
diff --git a/Source/devtools/front_end/network/NetworkPanel.js b/Source/devtools/front_end/network/NetworkPanel.js
index 7ced99d3083f3abd9a18e6f0f4cffa9b2ba092fe..99dee59eba2df8b57006586664f0d49bf5acd319 100644
--- a/Source/devtools/front_end/network/NetworkPanel.js
+++ b/Source/devtools/front_end/network/NetworkPanel.js
@@ -266,6 +266,7 @@ WebInspector.NetworkPanel.prototype = {
var toggled = this._networkRecordFilmStripSetting.get();
if (toggled && !this._filmStripRecorder) {
this._filmStripView = new WebInspector.FilmStripView();
+ this._filmStripView.setMode(WebInspector.FilmStripView.Modes.FrameBased);
this._filmStripView.element.classList.add("network-film-strip");
this._filmStripRecorder = new WebInspector.NetworkPanel.FilmStripRecorder(this._filmStripView);
this._filmStripView.show(this._searchableView.element, this._searchableView.element.firstElementChild);
« no previous file with comments | « Source/devtools/front_end/components_lazy/filmStripView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698