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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/module.json

Issue 1949793002: Emit a console warning when blocking event listener is delayed for too long (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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/main/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
index 0a441fdd470e41d9c2181ca730fbff8563340f9e..9c4c3090b676465f1ab25ed187d1bd5c044b9ffa 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
@@ -299,6 +299,14 @@
"defaultValue": false
},
{
+ "type": "setting",
+ "category": "Console",
+ "title": "Report input events blocked for too long",
+ "settingName": "blockedEventsWarningEnabled",
+ "settingType": "boolean",
+ "defaultValue": true
+ },
+ {
"type": "@WebInspector.SettingUI",
"category": "Extensions",
"className": "WebInspector.HandlerRegistry.OpenAnchorLocationSettingUI"
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | third_party/WebKit/Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698