OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "events", | 7 "namespace": "events", |
| 8 "description": "Use the <code>chrome.events</code> API to notify you when so
mething interesting happens.", |
8 "compiler_options": { | 9 "compiler_options": { |
9 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a
pi.h" | 10 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a
pi.h" |
10 }, | 11 }, |
11 "types": [ | 12 "types": [ |
12 { | 13 { |
13 "id": "Rule", | 14 "id": "Rule", |
14 "type": "object", | 15 "type": "object", |
15 "description": "Description of a declarative rule for handling events.", | 16 "description": "Description of a declarative rule for handling events.", |
16 "properties": { | 17 "properties": { |
17 "id": { | 18 "id": { |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 {"type": "array", "items": {"type": "integer"}, "description": "
A pair of integers identiying the start and end (both inclusive) of a port range
."} | 308 {"type": "array", "items": {"type": "integer"}, "description": "
A pair of integers identiying the start and end (both inclusive) of a port range
."} |
308 ] | 309 ] |
309 } | 310 } |
310 } | 311 } |
311 } | 312 } |
312 } | 313 } |
313 ] | 314 ] |
314 } | 315 } |
315 ] | 316 ] |
316 | 317 |
OLD | NEW |