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

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

Issue 1892303002: Merge to 2661 "[DevTools] Introduce a setting for console autocomplete from history." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 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
Index: third_party/WebKit/Source/devtools/front_end/console/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/console/module.json b/third_party/WebKit/Source/devtools/front_end/console/module.json
index d0b606a99c11fbc0c22755925ccb232a1efb62c5..cc494656bf02e15476de9457f1a56cb1958fcf78 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
@@ -85,6 +85,14 @@
"settingName": "consoleTimestampsEnabled",
"settingType": "boolean",
"defaultValue": false
+ },
+ {
+ "type": "setting",
+ "category": "Console",
+ "title": "Autocomplete from history",
+ "settingName": "consoleHistoryAutocomplete",
+ "settingType": "boolean",
+ "defaultValue": true
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698