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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1828203005: Expose SPDY pushes in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests Created 4 years, 8 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 211e420f162c10ed023ae9138e8390149d4df333..49211d0b3d9392735a6384abc3fa1513473865b6 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -1223,6 +1223,8 @@
{ "name": "workerReady", "type": "number", "description": "Finished Starting ServiceWorker.", "hidden": true },
{ "name": "sendStart", "type": "number", "description": "Started sending request." },
{ "name": "sendEnd", "type": "number", "description": "Finished sending request." },
+ { "name": "pushStart", "type": "number", "description": "Time the server started pushing request.", "hidden": true },
+ { "name": "pushEnd", "type": "number", "description": "Time the server finished pushing request.", "hidden": true },
{ "name": "receiveHeadersEnd", "type": "number", "description": "Finished receiving response headers." }
]
},

Powered by Google App Engine
This is Rietveld 408576698