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

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

Issue 1942523002: DevTools: render parsed manifest data in the resources panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 83a741f61cf9a894ef0ea5d54a4b7ea90e2d748f..5a14e031f122d47980bb4c0e26dac9942c530b0d 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -463,8 +463,9 @@
"name": "getAppManifest",
"hidden": true,
"returns": [
- { "name": "data", "type": "string", "optional": true, "description": "Manifest content." },
- { "name": "errors", "type": "array", "items": { "$ref": "AppManifestError" } }
+ { "name": "url", "type": "string", "description": "Manifest location." },
+ { "name": "errors", "type": "array", "items": { "$ref": "AppManifestError" } },
+ { "name": "data", "type": "string", "optional": true, "description": "Manifest content." }
],
"handlers": ["none"]
},

Powered by Google App Engine
This is Rietveld 408576698