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

Unified Diff: Source/devtools/Inspector-1.0.json

Issue 23983003: DevTools: Remove Network.requestServedFromMemoryCache event from protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Dirty hack: removed event from published protocol version. Created 7 years, 3 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
« no previous file with comments | « no previous file | Source/devtools/front_end/NetworkManager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/Inspector-1.0.json
diff --git a/Source/devtools/Inspector-1.0.json b/Source/devtools/Inspector-1.0.json
index e19e7e06091bcc5513b2d71b43319dcb0eabff16..0885482fdd969bfe3063456bfad92b9ea916e583 100644
--- a/Source/devtools/Inspector-1.0.json
+++ b/Source/devtools/Inspector-1.0.json
@@ -799,19 +799,6 @@
]
},
{
- "name": "requestServedFromMemoryCache",
- "description": "Fired when HTTP request has been served from memory cache.",
- "parameters": [
- { "name": "requestId", "$ref": "RequestId", "description": "Request identifier." },
- { "name": "frameId", "$ref": "FrameId", "description": "Frame identifier.", "hidden": true },
- { "name": "loaderId", "$ref": "LoaderId", "description": "Loader identifier." },
- { "name": "documentURL", "type": "string", "description": "URL of the document this request is loaded for." },
- { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp." },
- { "name": "initiator", "$ref": "Initiator", "description": "Request initiator." },
- { "name": "resource", "$ref": "CachedResource", "description": "Cached resource data." }
- ]
- },
- {
"name": "webSocketWillSendHandshakeRequest",
"description": "Fired when WebSocket is about to initiate handshake.",
"parameters": [
« no previous file with comments | « no previous file | Source/devtools/front_end/NetworkManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698