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

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

Issue 2254683003: DevTools: setting to auto-reveal in navigator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dont open navigator at all un Created 4 years, 4 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/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index afeede4091d46ba40c95f2eccb0c0b0733bd3e45..ec95b622e2de12968fb64515f11cc5fe6c165610 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -299,6 +299,14 @@
{
"type": "setting",
"category": "Sources",
+ "title": "Automatically reveal files in navigator",
+ "settingName": "autoRevealInNavigator",
+ "settingType": "boolean",
+ "defaultValue": false
+ },
+ {
+ "type": "setting",
+ "category": "Sources",
"title": "Enable JavaScript source maps",
"settingName": "jsSourceMapsEnabled",
"settingType": "boolean",

Powered by Google App Engine
This is Rietveld 408576698