Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "version": { "major": "1", "minor": "0" }, | 2 "version": { "major": "1", "minor": "0" }, |
| 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 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2118 "hidden": true | 2118 "hidden": true |
| 2119 }, | 2119 }, |
| 2120 { | 2120 { |
| 2121 "name": "setFileInputFiles", | 2121 "name": "setFileInputFiles", |
| 2122 "parameters": [ | 2122 "parameters": [ |
| 2123 { "name": "nodeId", "$ref": "NodeId", "description": "Id of the file input node to set files for." }, | 2123 { "name": "nodeId", "$ref": "NodeId", "description": "Id of the file input node to set files for." }, |
| 2124 { "name": "files", "type": "array", "items": { "type": "stri ng" }, "description": "Array of file paths to set." } | 2124 { "name": "files", "type": "array", "items": { "type": "stri ng" }, "description": "Array of file paths to set." } |
| 2125 ], | 2125 ], |
| 2126 "description": "Sets files for the given file input element.", | 2126 "description": "Sets files for the given file input element.", |
| 2127 "hidden": true | 2127 "hidden": true |
| 2128 }, | |
| 2129 { | |
| 2130 "name": "relayoutBoundaryForNode", | |
|
pfeldman
2013/09/06 13:35:51
getRelayoutBoundary
| |
| 2131 "parameters": [ | |
| 2132 { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node." } | |
| 2133 ], | |
| 2134 "returns": [ | |
| 2135 { "name": "relayoutBoundaryNodeId", "$ref": "NodeId", "descr iption": "Relayout boundary node id for the given node." } | |
| 2136 ], | |
| 2137 "description": "Returns the id of the nearest ancestor that is a relayout boundary.", | |
| 2138 "hidden": true | |
| 2128 } | 2139 } |
| 2129 ], | 2140 ], |
| 2130 "events": [ | 2141 "events": [ |
| 2131 { | 2142 { |
| 2132 "name": "documentUpdated", | 2143 "name": "documentUpdated", |
| 2133 "description": "Fired when <code>Document</code> has been totall y updated. Node ids are no longer valid." | 2144 "description": "Fired when <code>Document</code> has been totall y updated. Node ids are no longer valid." |
| 2134 }, | 2145 }, |
| 2135 { | 2146 { |
| 2136 "name": "inspectNodeRequested", | 2147 "name": "inspectNodeRequested", |
| 2137 "parameters": [ | 2148 "parameters": [ |
| (...skipping 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3879 "parameters": [ | 3890 "parameters": [ |
| 3880 { "name": "value", "type": "array", "items": { "type": "obje ct" } } | 3891 { "name": "value", "type": "array", "items": { "type": "obje ct" } } |
| 3881 ] | 3892 ] |
| 3882 }, | 3893 }, |
| 3883 { | 3894 { |
| 3884 "name": "tracingComplete" | 3895 "name": "tracingComplete" |
| 3885 } | 3896 } |
| 3886 ] | 3897 ] |
| 3887 }] | 3898 }] |
| 3888 } | 3899 } |
| OLD | NEW |