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

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

Issue 2692923013: DevTools: do not search in anonymous scripts unless specifically asked for. (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "sources", 6 "id": "sources",
7 "title": "Sources", 7 "title": "Sources",
8 "order": 30, 8 "order": 30,
9 "className": "Sources.SourcesPanel" 9 "className": "Sources.SourcesPanel"
10 }, 10 },
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 }, 368 },
369 { 369 {
370 "type": "setting", 370 "type": "setting",
371 "settingName": "navigatorGroupByFolder", 371 "settingName": "navigatorGroupByFolder",
372 "settingType": "boolean", 372 "settingType": "boolean",
373 "defaultValue": "true" 373 "defaultValue": "true"
374 }, 374 },
375 { 375 {
376 "type": "setting", 376 "type": "setting",
377 "category": "Sources", 377 "category": "Sources",
378 "title": "Search in content scripts", 378 "title": "Search in dynamic scripts and extensions",
dgozman 2017/02/22 20:17:06 Search in anonymous and content scripts
lushnikov 2017/02/22 21:22:37 Done.
379 "settingName": "searchInContentScripts", 379 "settingName": "searchInDynamicScriptsAndExtensions",
dgozman 2017/02/22 20:17:06 searchInAnonymousAndContentScripts
lushnikov 2017/02/22 21:22:37 Done.
380 "settingType": "boolean", 380 "settingType": "boolean",
381 "defaultValue": false 381 "defaultValue": false
382 }, 382 },
383 { 383 {
384 "type": "setting", 384 "type": "setting",
385 "category": "Sources", 385 "category": "Sources",
386 "title": "Automatically reveal files in navigator", 386 "title": "Automatically reveal files in navigator",
387 "settingName": "autoRevealInNavigator", 387 "settingName": "autoRevealInNavigator",
388 "settingType": "boolean", 388 "settingType": "boolean",
389 "defaultValue": false 389 "defaultValue": false
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "navigatorView.css", 663 "navigatorView.css",
664 "revisionHistory.css", 664 "revisionHistory.css",
665 "serviceWorkersSidebar.css", 665 "serviceWorkersSidebar.css",
666 "sourcesPanel.css", 666 "sourcesPanel.css",
667 "sourcesSearch.css", 667 "sourcesSearch.css",
668 "sourcesView.css", 668 "sourcesView.css",
669 "threadsSidebarPane.css", 669 "threadsSidebarPane.css",
670 "dialog.css" 670 "dialog.css"
671 ] 671 ]
672 } 672 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698