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

Unified Diff: Source/devtools/front_end/sources/module.json

Issue 1066573002: DevTools: migrate from ui-setting to settings extension point. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 years, 8 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 | « Source/devtools/front_end/source_frame/module.json ('k') | Source/devtools/front_end/timeline/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index 95e66153d790f0fe47196c03a0e9455cb182e4aa..b9ba033c6cd1ded9fddf25ae68737f7e3cdd93ac 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -207,67 +207,67 @@
]
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Search in content scripts",
"settingName": "searchInContentScripts",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Enable JavaScript source maps",
"settingName": "jsSourceMapsEnabled",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Detect indentation",
"settingName": "textEditorAutoDetectIndent",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Autocompletion",
"settingName": "textEditorAutocompletion",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Bracket matching",
"settingName": "textEditorBracketMatching",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Show whitespace characters",
"settingName": "showWhitespacesInEditor",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Display variable values inline while debugging",
"settingName": "inlineVariableValues",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Sources",
+ "type": "setting",
+ "category": "Sources",
"title": "Enable CSS source maps",
"settingName": "cssSourceMapsEnabled",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
+ "type": "setting",
"title": "Auto-reload generated CSS",
"parentSettingName": "cssSourceMapsEnabled",
"settingName": "cssReloadEnabled",
- "settingType": "checkbox"
+ "settingType": "boolean"
}
],
"dependencies": [
« no previous file with comments | « Source/devtools/front_end/source_frame/module.json ('k') | Source/devtools/front_end/timeline/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698