| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "extension", | 3 "namespace": "extension", |
| 4 "types": [ | 4 "types": [ |
| 5 { | 5 { |
| 6 "id": "MessageSender", | 6 "id": "MessageSender", |
| 7 "type": "object", | 7 "type": "object", |
| 8 "description": "An object containing information about the script contex
t that sent a message or request.", | 8 "description": "An object containing information about the script contex
t that sent a message or request.", |
| 9 "properties": { | 9 "properties": { |
| 10 "tab": {"$ref": "Tab", "optional": true, "description":"This property
will <b>only</b> be present when the connection was opened from a tab or content
script."}, | 10 "tab": {"$ref": "Tab", "optional": true, "description":"This property
will <b>only</b> be present when the connection was opened from a tab or content
script."}, |
| (...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 "type": "string", | 1156 "type": "string", |
| 1157 "description": "The namespace (\"sync\" or \"local\") of the storage
area the changes are for." | 1157 "description": "The namespace (\"sync\" or \"local\") of the storage
area the changes are for." |
| 1158 } | 1158 } |
| 1159 ] | 1159 ] |
| 1160 } | 1160 } |
| 1161 ], | 1161 ], |
| 1162 "properties": { | 1162 "properties": { |
| 1163 "sync": { | 1163 "sync": { |
| 1164 "$ref": "StorageNamespace", | 1164 "$ref": "StorageNamespace", |
| 1165 "description": "Items under the \"sync\" namespace are synced using Chro
me Sync.", | 1165 "description": "Items under the \"sync\" namespace are synced using Chro
me Sync.", |
| 1166 "unprivileged": true, |
| 1166 "value": [ "sync" ] | 1167 "value": [ "sync" ] |
| 1167 }, | 1168 }, |
| 1168 "local": { | 1169 "local": { |
| 1169 "$ref": "StorageNamespace", | 1170 "$ref": "StorageNamespace", |
| 1170 "description": "Items under the \"local\" namespace are local to each ma
chine.", | 1171 "description": "Items under the \"local\" namespace are local to each ma
chine.", |
| 1172 "unprivileged": true, |
| 1171 "value": [ "local" ] | 1173 "value": [ "local" ] |
| 1172 } | 1174 } |
| 1173 } | 1175 } |
| 1174 }, | 1176 }, |
| 1175 { | 1177 { |
| 1176 "namespace": "windows", | 1178 "namespace": "windows", |
| 1177 "types": [ | 1179 "types": [ |
| 1178 { | 1180 { |
| 1179 "id": "Window", | 1181 "id": "Window", |
| 1180 "type": "object", | 1182 "type": "object", |
| (...skipping 8166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9347 } | 9349 } |
| 9348 } | 9350 } |
| 9349 } | 9351 } |
| 9350 ] | 9352 ] |
| 9351 } | 9353 } |
| 9352 ] | 9354 ] |
| 9353 } | 9355 } |
| 9354 ] | 9356 ] |
| 9355 } | 9357 } |
| 9356 ] | 9358 ] |
| OLD | NEW |