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

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

Issue 1316853002: Organize security panel main view. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change the securityPanel experiment to be non-hidden. Created 5 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
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index ed1907289f2c6d0bc36942b7a4a1bc8c27b89b6d..d80709edfaccc60ad065f5b434833cec8eb42bd5 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -138,7 +138,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("networkRequestsOnTimeline", "Network requests on Timeline", true);
Runtime.experiments.register("privateScriptInspection", "Private script inspection");
Runtime.experiments.register("promiseTracker", "Promise inspector");
- Runtime.experiments.register("securityPanel", "Security panel", true);
+ Runtime.experiments.register("securityPanel", "Security panel");
lgarron 2015/08/26 04:17:18 Paul: if I recall correctly, you were interested i
dgozman 2015/08/26 20:28:41 If you plan to merge to M46, create a separate pat
lgarron 2015/08/26 21:42:43 That would mean three merges instead of two. Is th
Runtime.experiments.register("serviceWorkersInResources", "Service workers in Resources panel", true);
Runtime.experiments.register("showPrimaryLoadWaterfallInNetworkTimeline", "Show primary load waterfall in Network timeline", true);
Runtime.experiments.register("stepIntoAsync", "Step into async");

Powered by Google App Engine
This is Rietveld 408576698