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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/NetworkManager.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "domains": [{ 2 "domains": [{
3 "domain": "Inspector", 3 "domain": "Inspector",
4 "hidden": true, 4 "hidden": true,
5 "types": [], 5 "types": [],
6 "commands": [ 6 "commands": [
7 { 7 {
8 "name": "enable", 8 "name": "enable",
9 "description": "Enables inspector domain notifications." 9 "description": "Enables inspector domain notifications."
10 }, 10 },
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 "name": "loadingFailed", 792 "name": "loadingFailed",
793 "description": "Fired when HTTP request has failed to load.", 793 "description": "Fired when HTTP request has failed to load.",
794 "parameters": [ 794 "parameters": [
795 { "name": "requestId", "$ref": "RequestId", "description": " Request identifier." }, 795 { "name": "requestId", "$ref": "RequestId", "description": " Request identifier." },
796 { "name": "timestamp", "$ref": "Timestamp", "description": " Timestamp." }, 796 { "name": "timestamp", "$ref": "Timestamp", "description": " Timestamp." },
797 { "name": "errorText", "type": "string", "description": "Use r friendly error message." }, 797 { "name": "errorText", "type": "string", "description": "Use r friendly error message." },
798 { "name": "canceled", "type": "boolean", "optional": true, " description": "True if loading was canceled." } 798 { "name": "canceled", "type": "boolean", "optional": true, " description": "True if loading was canceled." }
799 ] 799 ]
800 }, 800 },
801 { 801 {
802 "name": "requestServedFromMemoryCache",
803 "description": "Fired when HTTP request has been served from mem ory cache.",
804 "parameters": [
805 { "name": "requestId", "$ref": "RequestId", "description": " Request identifier." },
806 { "name": "frameId", "$ref": "FrameId", "description": "Fram e identifier.", "hidden": true },
807 { "name": "loaderId", "$ref": "LoaderId", "description": "Lo ader identifier." },
808 { "name": "documentURL", "type": "string", "description": "U RL of the document this request is loaded for." },
809 { "name": "timestamp", "$ref": "Timestamp", "description": " Timestamp." },
810 { "name": "initiator", "$ref": "Initiator", "description": " Request initiator." },
811 { "name": "resource", "$ref": "CachedResource", "description ": "Cached resource data." }
812 ]
813 },
814 {
815 "name": "webSocketWillSendHandshakeRequest", 802 "name": "webSocketWillSendHandshakeRequest",
816 "description": "Fired when WebSocket is about to initiate handsh ake.", 803 "description": "Fired when WebSocket is about to initiate handsh ake.",
817 "parameters": [ 804 "parameters": [
818 { "name": "requestId", "$ref": "RequestId", "description": " Request identifier." }, 805 { "name": "requestId", "$ref": "RequestId", "description": " Request identifier." },
819 { "name": "timestamp", "$ref": "Timestamp", "description": " Timestamp." }, 806 { "name": "timestamp", "$ref": "Timestamp", "description": " Timestamp." },
820 { "name": "request", "$ref": "WebSocketRequest", "descriptio n": "WebSocket request data." } 807 { "name": "request", "$ref": "WebSocketRequest", "descriptio n": "WebSocket request data." }
821 ], 808 ],
822 "hidden": true 809 "hidden": true
823 }, 810 },
824 { 811 {
(...skipping 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 { "name": "workerId", "type": "integer" }, 2481 { "name": "workerId", "type": "integer" },
2495 { "name": "message", "type": "object" } 2482 { "name": "message", "type": "object" }
2496 ] 2483 ]
2497 }, 2484 },
2498 { 2485 {
2499 "name": "disconnectedFromWorker" 2486 "name": "disconnectedFromWorker"
2500 } 2487 }
2501 ] 2488 ]
2502 }] 2489 }]
2503 } 2490 }
OLDNEW
« 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