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

Unified Diff: Source/devtools/front_end/console/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/components/module.json ('k') | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/console/module.json
diff --git a/Source/devtools/front_end/console/module.json b/Source/devtools/front_end/console/module.json
index 7861c32a8caf8401dd7d7c3071c5c7b973fe6df2..3a61bdc15205008df11a8a1d3d350f44bb4e1852 100644
--- a/Source/devtools/front_end/console/module.json
+++ b/Source/devtools/front_end/console/module.json
@@ -30,32 +30,32 @@
]
},
{
- "type": "ui-setting",
- "section": "Console",
+ "type": "setting",
+ "category": "Console",
"title": "Hide network messages",
"settingName": "hideNetworkMessages",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Console",
+ "type": "setting",
+ "category": "Console",
"title": "Log XMLHttpRequests",
"settingName": "monitoringXHREnabled",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Console",
+ "type": "setting",
+ "category": "Console",
"title": "Preserve log upon navigation",
"settingName": "preserveConsoleLog",
- "settingType": "checkbox"
+ "settingType": "boolean"
},
{
- "type": "ui-setting",
- "section": "Console",
+ "type": "setting",
+ "category": "Console",
"title": "Show timestamps",
"settingName": "consoleTimestampsEnabled",
- "settingType": "checkbox"
+ "settingType": "boolean"
}
],
"dependencies": [
« no previous file with comments | « Source/devtools/front_end/components/module.json ('k') | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698