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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2513483002: DevTools: introduce perf monitor actions w/ time budget for violations that are event handlers. (Closed)
Patch Set: expose locations instead of functions Created 4 years, 1 month 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/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index b57fc09e5e278bcff41ce6f56954b1ff7b1ace77..c7ec9290fedd7999978b4c4032e3fdee40c97e5a 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -4382,7 +4382,7 @@
"type": "object",
"description": "Violation configuration setting.",
"properties": [
- { "name": "name", "type": "string", "enum": ["longTask", "longLayout", "blockedEvent", "blockedParser"], "description": "Violation type." },
+ { "name": "name", "type": "string", "enum": ["longTask", "longLayout", "blockedEvent", "blockedParser", "handler", "recurringHandler"], "description": "Violation type." },
{ "name": "threshold", "type": "number", "description": "Time threshold to trigger upon." }
]
}

Powered by Google App Engine
This is Rietveld 408576698