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

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

Issue 2623143002: DevTools: insert console message decorations in order
Patch Set: a Created 3 years, 11 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 258492e88062cae1482068a8a51995524a40774f..462906e67824f04fcd701f5da34981b76b7e116d 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
@@ -131,6 +131,24 @@
{
"type": "setting",
"category": "Console",
+ "title": "Show context labels (iframes, workers, etc)",
+ "settingName": "consoleContextLabelsEnabled",
+ "settingType": "boolean",
+ "defaultValue": false,
+ "options": [
+ {
+ "value": true,
+ "title": "Show context labels"
+ },
+ {
+ "value": false,
+ "title": "Hide context labels"
+ }
+ ]
+ },
+ {
+ "type": "setting",
+ "category": "Console",
"title": "Autocomplete from history",
"settingName": "consoleHistoryAutocomplete",
"settingType": "boolean",

Powered by Google App Engine
This is Rietveld 408576698