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

Unified Diff: Source/devtools/protocol.json

Issue 1309033003: [DevTools] Show blocked requests in network log. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tyo Created 5 years, 4 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: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 38d09b0e78624d3e081fc167fd104b933bedd36c..595867f34c523bafd7c3b544aee322fa8c89457f 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -1547,7 +1547,8 @@
{ "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp." },
{ "name": "type", "$ref": "Page.ResourceType", "description": "Resource type." },
{ "name": "errorText", "type": "string", "description": "User friendly error message." },
- { "name": "canceled", "type": "boolean", "optional": true, "description": "True if loading was canceled." }
+ { "name": "canceled", "type": "boolean", "optional": true, "description": "True if loading was canceled." },
+ { "name": "blocked", "type": "boolean", "optional": true, "description": "True if loading was blocked by inspector." }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698