| 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": [
|
|
|