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

Side by Side Diff: Source/devtools/protocol.json

Issue 267393003: DevTools: Load document (html) content from disk cache in page agent enabling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
OLDNEW
1 { 1 {
2 "version": { "major": "1", "minor": "1" }, 2 "version": { "major": "1", "minor": "1" },
3 "domains": [{ 3 "domains": [{
4 "domain": "Inspector", 4 "domain": "Inspector",
5 "hidden": true, 5 "hidden": true,
6 "types": [], 6 "types": [],
7 "commands": [ 7 "commands": [
8 { 8 {
9 "name": "enable", 9 "name": "enable",
10 "description": "Enables inspector domain notifications." 10 "description": "Enables inspector domain notifications."
(...skipping 2573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2584 { "name": "familyName", "type": "string", "description": "Fo nt's family name reported by platform."}, 2584 { "name": "familyName", "type": "string", "description": "Fo nt's family name reported by platform."},
2585 { "name": "glyphCount", "type": "number", "description": "Am ount of glyphs that were rendered with this font."} 2585 { "name": "glyphCount", "type": "number", "description": "Am ount of glyphs that were rendered with this font."}
2586 ], 2586 ],
2587 "description": "Information about amount of glyphs that were ren dered with given font.", 2587 "description": "Information about amount of glyphs that were ren dered with given font.",
2588 "hidden": true 2588 "hidden": true
2589 } 2589 }
2590 ], 2590 ],
2591 "commands": [ 2591 "commands": [
2592 { 2592 {
2593 "name": "enable", 2593 "name": "enable",
2594 "async": true,
2595 "description": "Enables the CSS agent for the given page. Client s should not assume that the CSS agent has been enabled until the result of this command is received." 2594 "description": "Enables the CSS agent for the given page. Client s should not assume that the CSS agent has been enabled until the result of this command is received."
2596 }, 2595 },
2597 { 2596 {
2598 "name": "disable", 2597 "name": "disable",
2599 "description": "Disables the CSS agent for the given page." 2598 "description": "Disables the CSS agent for the given page."
2600 }, 2599 },
2601 { 2600 {
2602 "name": "getMatchedStylesForNode", 2601 "name": "getMatchedStylesForNode",
2603 "parameters": [ 2602 "parameters": [
2604 { "name": "nodeId", "$ref": "DOM.NodeId" }, 2603 { "name": "nodeId", "$ref": "DOM.NodeId" },
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
4130 { 4129 {
4131 "name": "dataAvailable", 4130 "name": "dataAvailable",
4132 "parameters": [ 4131 "parameters": [
4133 {"name": "value", "type": "array", "items": { "$ref": "Power Event" }, "description": "List of power events." } 4132 {"name": "value", "type": "array", "items": { "$ref": "Power Event" }, "description": "List of power events." }
4134 ], 4133 ],
4135 "handlers": ["browser", "frontend"] 4134 "handlers": ["browser", "frontend"]
4136 } 4135 }
4137 ] 4136 ]
4138 }] 4137 }]
4139 } 4138 }
OLDNEW
« Source/core/loader/FrameLoader.h ('K') | « Source/devtools/front_end/sdk/CSSStyleModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698