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

Unified Diff: Source/devtools/front_end/console/module.json

Issue 648263002: DevTools: [Console] checkbox to hide network messages (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix eustas comments Created 6 years, 2 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
« no previous file with comments | « Source/devtools/front_end/console/ConsoleView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/console/module.json
diff --git a/Source/devtools/front_end/console/module.json b/Source/devtools/front_end/console/module.json
index 7684642118ed5adbaa4ca41d1f266a7014b618f7..db2027409f04d77fdaee165f580b5268d3ce459b 100644
--- a/Source/devtools/front_end/console/module.json
+++ b/Source/devtools/front_end/console/module.json
@@ -32,6 +32,13 @@
{
"type": "ui-setting",
"section": "Console",
+ "title": "Hide network messages",
+ "settingName": "hideNetworkMessages",
+ "settingType": "checkbox"
+ },
+ {
+ "type": "ui-setting",
+ "section": "Console",
"title": "Log XMLHttpRequests",
"settingName": "monitoringXHREnabled",
"settingType": "checkbox"
« no previous file with comments | « Source/devtools/front_end/console/ConsoleView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698