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

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

Issue 2230183004: DevTools: Add shadow-editor swatch/icon before box-shadows and text-shadows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO 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
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 0ecba0e740c4bf0f20ce0b0342876a15a51686bb..bb0d56d9c6f7c50285e831df5b7af0697a52e6e2 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -95,6 +95,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("resolveVariableNames", "Resolve variable names");
Runtime.experiments.register("timelineShowAllEvents", "Show all events on Timeline", true);
Runtime.experiments.register("securityPanel", "Security panel");
+ Runtime.experiments.register("shadowEditor", "Shadow editor", true);
Runtime.experiments.register("sourceDiff", "Source diff");
Runtime.experiments.register("timelineFlowEvents", "Timeline flow events", true);
Runtime.experiments.register("timelineInvalidationTracking", "Timeline invalidation tracking", true);

Powered by Google App Engine
This is Rietveld 408576698