| 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 "compiler_options": { | |
| 9 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a
pi.h", | |
| 10 "generate_type_functions": true | |
| 11 }, | |
| 12 "internal": true, | 8 "internal": true, |
| 13 "unprivileged": true, | 9 "unprivileged": true, |
| 14 "types": [ | 10 "types": [ |
| 15 { | 11 { |
| 16 "id": "Event", | 12 "id": "Event", |
| 17 "type": "object", | 13 "type": "object", |
| 18 "description": "An object which allows the addition and removal of liste
ners for a Chrome event.", | 14 "description": "An object which allows the addition and removal of liste
ners for a Chrome event.", |
| 19 "additionalProperties": { "type": "any"}, | 15 "additionalProperties": { "type": "any"}, |
| 20 "functions": [ | 16 "functions": [ |
| 21 { | 17 { |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 {"type": "array", "items": {"type": "integer"}, "description": "
A pair of integers identiying the start and end (both inclusive) of a port range
."} | 295 {"type": "array", "items": {"type": "integer"}, "description": "
A pair of integers identiying the start and end (both inclusive) of a port range
."} |
| 300 ] | 296 ] |
| 301 } | 297 } |
| 302 } | 298 } |
| 303 } | 299 } |
| 304 } | 300 } |
| 305 ] | 301 ] |
| 306 } | 302 } |
| 307 ] | 303 ] |
| 308 | 304 |
| OLD | NEW |