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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js

Issue 2490473006: [Devtools] Network Now has 100ms minimum rather than 1s for timelines (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimeCalculator.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
index b1bef6c73801d56c3b57b41c29a828db0aece21d..705e04aeaf11b701e8663a6dc2336f6acaf987dc 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
@@ -384,7 +384,7 @@ WebInspector.TimelineOverviewCalculator = class {
}
reset() {
- this.setBounds(0, 1000);
+ this.setBounds(0, 100);
}
/**
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimeCalculator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698