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

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

Issue 2304863003: DevTools: set autoreveal files in navigator setting to true by default (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.Panel", 4 "type": "@WebInspector.Panel",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 30, 7 "order": 30,
8 "className": "WebInspector.SourcesPanel" 8 "className": "WebInspector.SourcesPanel"
9 }, 9 },
10 { 10 {
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "settingName": "searchInContentScripts", 295 "settingName": "searchInContentScripts",
296 "settingType": "boolean", 296 "settingType": "boolean",
297 "defaultValue": false 297 "defaultValue": false
298 }, 298 },
299 { 299 {
300 "type": "setting", 300 "type": "setting",
301 "category": "Sources", 301 "category": "Sources",
302 "title": "Automatically reveal files in navigator", 302 "title": "Automatically reveal files in navigator",
303 "settingName": "autoRevealInNavigator", 303 "settingName": "autoRevealInNavigator",
304 "settingType": "boolean", 304 "settingType": "boolean",
305 "defaultValue": false 305 "defaultValue": true
306 }, 306 },
307 { 307 {
308 "type": "setting", 308 "type": "setting",
309 "category": "Sources", 309 "category": "Sources",
310 "title": "Enable JavaScript source maps", 310 "title": "Enable JavaScript source maps",
311 "settingName": "jsSourceMapsEnabled", 311 "settingName": "jsSourceMapsEnabled",
312 "settingType": "boolean", 312 "settingType": "boolean",
313 "defaultValue": true 313 "defaultValue": true
314 }, 314 },
315 { 315 {
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 "resources": [ 549 "resources": [
550 "uiList.css", 550 "uiList.css",
551 "navigatorView.css", 551 "navigatorView.css",
552 "revisionHistory.css", 552 "revisionHistory.css",
553 "serviceWorkersSidebar.css", 553 "serviceWorkersSidebar.css",
554 "sourcesPanel.css", 554 "sourcesPanel.css",
555 "sourcesSearch.css", 555 "sourcesSearch.css",
556 "sourcesView.css" 556 "sourcesView.css"
557 ] 557 ]
558 } 558 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698