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

Unified 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 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 ef02497f93c9951fcf1f008e807817be646a19f7..a54bc8eee23ccb791b6cfe8183d85a173cf1764e 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -375,8 +375,8 @@
{
"type": "setting",
"category": "Sources",
- "title": "Search in content scripts",
- "settingName": "searchInContentScripts",
+ "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.
+ "settingName": "searchInDynamicScriptsAndExtensions",
dgozman 2017/02/22 20:17:06 searchInAnonymousAndContentScripts
lushnikov 2017/02/22 21:22:37 Done.
"settingType": "boolean",
"defaultValue": false
},

Powered by Google App Engine
This is Rietveld 408576698