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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/module.json

Issue 2671583003: DevTools: move custom formatter setting to SDK (Closed)
Patch Set: Created 3 years, 11 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 | « third_party/WebKit/Source/devtools/front_end/components/module.json ('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/sdk/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
index 0e4c4b4438c53720e60bb4bfd6581ae19dfec1e8..5e4ea05fbe2f7b3aafba878c59d719c6c2ec5121 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
@@ -87,6 +87,14 @@
"settingName": "showMetricsRulers",
"settingType": "boolean",
"defaultValue": false
+ },
+ {
+ "type": "setting",
+ "category": "Console",
+ "title": "Enable custom formatters",
+ "settingName": "customFormatters",
+ "settingType": "boolean",
+ "defaultValue": false
}
],
"scripts": [
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698