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

Unified Diff: Source/devtools/protocol.json

Issue 1048763002: [DevTools] Show LastModified and ResponseTime of ServiceWorker script in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use WebInspector.UIString Created 5 years, 9 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 78344e8f3b0ad5d504f6a258c59e2d1e0cd1ebf9..47ee5e270d2697b9ef83d49c00414f57bfcfeeb9 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4106,7 +4106,8 @@
{ "name": "scriptURL", "type": "string" },
{ "name": "runningStatus", "$ref": "ServiceWorkerVersionRunningStatus" },
{ "name": "status", "$ref": "ServiceWorkerVersionStatus" },
- { "name": "updateTime", "type": "number", "optional": true}
+ { "name": "scriptLastModified", "type": "number", "optional": true},
+ { "name": "scriptResponseTime", "type": "number", "optional": true}
]
},
{

Powered by Google App Engine
This is Rietveld 408576698