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

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

Issue 2928833002: [CacheStorage] [DevTools] Added "Time Received" column to cache storage data grid (Closed)
Patch Set: Removed Time.h changes Created 3 years, 6 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/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 311e871e3d1ef4016a393fb451c494a1db28c059..1a703fcaad57244e3bb2622afc5834566f848a4d 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -1709,7 +1709,7 @@
{ "name": "redirectStatusCode", "type": "integer", "optional": true, "description": "HTTP response code, only sent if a redirect was intercepted." },
{ "name": "redirectUrl", "optional": true, "type": "string", "description": "Redirect location, only sent if a redirect was intercepted."}
],
- "experimental": true
+ "experimental": true
}
]
},
@@ -1951,7 +1951,8 @@
"description": "Data entry.",
"properties": [
{ "name": "request", "type": "string", "description": "Request url spec." },
- { "name": "response", "type": "string", "description": "Response stataus text." }
+ { "name": "response", "type": "string", "description": "Response status text." },
+ { "name": "responseTime", "type": "number", "description": "Number of seconds since epoch." }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698