Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Side by Side Diff: chrome/common/extensions/api/extension_api.json

Issue 7104002: Does not crash with unexpected function in debug build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/renderer/resources/extension_process_bindings.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/renderer/resources/extension_process_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698