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

Side by Side Diff: Source/devtools/Inspector-1.1.json

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « Source/core/testing/Internals.cpp ('k') | Source/devtools/protocol.json » ('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 "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 3873 matching lines...) Expand 10 before | Expand all | Expand 10 after
3884 ], 3884 ],
3885 "events": [] 3885 "events": []
3886 }, 3886 },
3887 { 3887 {
3888 "domain": "LayerTree", 3888 "domain": "LayerTree",
3889 "hidden": true, 3889 "hidden": true,
3890 "types": [ 3890 "types": [
3891 { 3891 {
3892 "id": "LayerId", 3892 "id": "LayerId",
3893 "type": "string", 3893 "type": "string",
3894 "description": "Unique RenderLayer identifier." 3894 "description": "Unique Layer identifier."
3895 }, 3895 },
3896 { 3896 {
3897 "id": "Layer", 3897 "id": "Layer",
3898 "type": "object", 3898 "type": "object",
3899 "description": "Information about a compositing layer.", 3899 "description": "Information about a compositing layer.",
3900 "properties": [ 3900 "properties": [
3901 { "name": "layerId", "$ref": "LayerId", "description": "The unique id for this layer." }, 3901 { "name": "layerId", "$ref": "LayerId", "description": "The unique id for this layer." },
3902 { "name": "parentLayerId", "$ref": "LayerId", "optional": tr ue, "description": "The id of parent (not present for root)." }, 3902 { "name": "parentLayerId", "$ref": "LayerId", "optional": tr ue, "description": "The id of parent (not present for root)." },
3903 { "name": "nodeId", "$ref": "DOM.NodeId", "optional": true, "description": "The id for the node associated with this layer." }, 3903 { "name": "nodeId", "$ref": "DOM.NodeId", "optional": true, "description": "The id for the node associated with this layer." },
3904 { "name": "offsetX", "type": "number", "description": "Offse t from parent layer, X coordinate." }, 3904 { "name": "offsetX", "type": "number", "description": "Offse t from parent layer, X coordinate." },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
3972 "parameters": [ 3972 "parameters": [
3973 { "name": "value", "type": "array", "items": { "type": "obje ct" } } 3973 { "name": "value", "type": "array", "items": { "type": "obje ct" } }
3974 ] 3974 ]
3975 }, 3975 },
3976 { 3976 {
3977 "name": "tracingComplete" 3977 "name": "tracingComplete"
3978 } 3978 }
3979 ] 3979 ]
3980 }] 3980 }]
3981 } 3981 }
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698