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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Main.js

Issue 2288983003: DevTools: Show events from all processes on timeline. (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index bb0d56d9c6f7c50285e831df5b7af0697a52e6e2..fa7d92416e4e2964a9c48b079effb6ea504cca24 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -94,6 +94,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("requestBlocking", "Request blocking", true);
Runtime.experiments.register("resolveVariableNames", "Resolve variable names");
Runtime.experiments.register("timelineShowAllEvents", "Show all events on Timeline", true);
+ Runtime.experiments.register("timelineShowAllProcesses", "Show all processes on Timeline", true);
Runtime.experiments.register("securityPanel", "Security panel");
Runtime.experiments.register("shadowEditor", "Shadow editor", true);
Runtime.experiments.register("sourceDiff", "Source diff");
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698