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

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

Issue 2331053002: DevTools: Implement the console prompt with CodeMirror (Closed)
Patch Set: Copyright Created 4 years, 3 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/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
index 313ebff272ff79a71e9eeb8a3d5a16c39bb2d83c..c622ba2d10a85d2e995403e532138efe3f466818 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
@@ -305,6 +305,14 @@
"defaultValue": true
},
{
+ "type": "setting",
+ "category": "Console",
+ "title": "Bracket matching",
+ "settingName": "consoleBracketMatching",
+ "settingType": "boolean",
+ "defaultValue": false
+ },
+ {
"type": "@WebInspector.SettingUI",
"category": "Extensions",
"className": "WebInspector.HandlerRegistry.OpenAnchorLocationSettingUI"

Powered by Google App Engine
This is Rietveld 408576698