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

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

Issue 2502843002: DevTools: issue document.write(script) violation reports. (Closed)
Patch Set: rebaselined 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 55929837c250c94c8a0a0cf6ad2bd2c6683aa10a..b57fc09e5e278bcff41ce6f56954b1ff7b1ace77 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"], "description": "Violation type." },
+ { "name": "name", "type": "string", "enum": ["longTask", "longLayout", "blockedEvent", "blockedParser"], "description": "Violation type." },
{ "name": "threshold", "type": "number", "description": "Time threshold to trigger upon." }
]
}

Powered by Google App Engine
This is Rietveld 408576698