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

Unified Diff: third_party/WebKit/Source/devtools/protocol.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: review comments addressed 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/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index 5a14e031f122d47980bb4c0e26dac9942c530b0d..221ce1b6addcb78316b61dd8528595c21af17769 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -4528,6 +4528,13 @@
"description": "Synthesizes a tap gesture over a time period by issuing appropriate touch events.",
"hidden": true,
"handlers": ["browser"]
+ },
+ {
+ "name": "setBlockedEventsWarningThreshold",
+ "hidden": true,
+ "parameters": [
+ { "name": "threshold", "type": "number", "description": "If set to a positive number, specifies threshold in seconds for input event latency that will cause a console warning about blocked event to be issued. If zero or less, the warning is disabled." }
+ ]
}
],
"events": []

Powered by Google App Engine
This is Rietveld 408576698