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

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: address comments 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js ('k') | 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": "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 anonymous and content scripts",
379 "settingName": "searchInContentScripts", 379 "settingName": "searchInAnonymousAndContentScripts",
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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 "navigatorView.css", 664 "navigatorView.css",
665 "revisionHistory.css", 665 "revisionHistory.css",
666 "serviceWorkersSidebar.css", 666 "serviceWorkersSidebar.css",
667 "sourcesPanel.css", 667 "sourcesPanel.css",
668 "sourcesSearch.css", 668 "sourcesSearch.css",
669 "sourcesView.css", 669 "sourcesView.css",
670 "threadsSidebarPane.css", 670 "threadsSidebarPane.css",
671 "dialog.css" 671 "dialog.css"
672 ] 672 ]
673 } 673 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698