OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "extension", | 3 "namespace": "extension", |
4 "unprivileged": true, | 4 "unprivileged": true, |
5 "types": [ | 5 "types": [ |
6 { | 6 { |
7 "id": "MessageSender", | 7 "id": "MessageSender", |
8 "type": "object", | 8 "type": "object", |
9 "description": "An object containing information about the script contex
t that sent a message or request.", | 9 "description": "An object containing information about the script contex
t that sent a message or request.", |
10 "properties": { | 10 "properties": { |
(...skipping 2470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2481 "minimum": 0 | 2481 "minimum": 0 |
2482 } | 2482 } |
2483 ] | 2483 ] |
2484 } | 2484 } |
2485 ], | 2485 ], |
2486 "events": [] | 2486 "events": [] |
2487 }, | 2487 }, |
2488 { | 2488 { |
2489 "namespace": "experimental.inputUI", | 2489 "namespace": "experimental.inputUI", |
2490 "nodoc": true, | 2490 "nodoc": true, |
| 2491 "platforms": ["chromeos touch"], |
2491 "types": [], | 2492 "types": [], |
2492 "functions": [ | 2493 "functions": [ |
2493 { | 2494 { |
2494 "name": "register", | 2495 "name": "register", |
2495 "type": "function", | 2496 "type": "function", |
2496 "description": "Register the extension, so the extension can receive inp
ut method related events.", | 2497 "description": "Register the extension, so the extension can receive inp
ut method related events.", |
2497 "parameters": [ | 2498 "parameters": [ |
2498 { "type": "function", | 2499 { "type": "function", |
2499 "name": "callback", | 2500 "name": "callback", |
2500 "optional": true, | 2501 "optional": true, |
(...skipping 3307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5808 { | 5809 { |
5809 "type": "integer", | 5810 "type": "integer", |
5810 "name": "tabId", | 5811 "name": "tabId", |
5811 "description": "The id of the tab that was detached." | 5812 "description": "The id of the tab that was detached." |
5812 } | 5813 } |
5813 ] | 5814 ] |
5814 } | 5815 } |
5815 ] | 5816 ] |
5816 } | 5817 } |
5817 ] | 5818 ] |
OLD | NEW |