Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "permissions", | 3 "namespace": "permissions", |
| 4 "generate": true, | |
|
not at google - send to devlin
2012/01/12 06:01:05
"compile" seems like a more appropriate name, now
calamity
2012/01/12 22:59:20
Done.
| |
| 5 | |
| 4 "types": [ | 6 "types": [ |
| 5 { | 7 { |
| 6 "id": "Permissions", | 8 "id": "Permissions", |
| 7 "type": "object", | 9 "type": "object", |
| 8 "properties": { | 10 "properties": { |
| 9 "permissions": { | 11 "permissions": { |
| 10 "type": "array", | 12 "type": "array", |
| 11 "items": {"type": "string"}, | 13 "items": {"type": "string"}, |
| 12 "optional": true, | 14 "optional": true, |
| 13 "description": "List of named permissions (does not include hosts or origins)." | 15 "description": "List of named permissions (does not include hosts or origins)." |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 130 "type": "boolean", | 132 "type": "boolean", |
| 131 "description": "True if the permissions were removed." | 133 "description": "True if the permissions were removed." |
| 132 } | 134 } |
| 133 ] | 135 ] |
| 134 } | 136 } |
| 135 ] | 137 ] |
| 136 } | 138 } |
| 137 ] | 139 ] |
| 138 } | 140 } |
| 139 ] | 141 ] |
| OLD | NEW |