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

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

Issue 5748001: Release notes for M9. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « no previous file | chrome/common/extensions/docs/management.html » ('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 4116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 "items": { 4127 "items": {
4128 "$ref": "ExtensionInfo" 4128 "$ref": "ExtensionInfo"
4129 } 4129 }
4130 } 4130 }
4131 ] 4131 ]
4132 } 4132 }
4133 ] 4133 ]
4134 }, 4134 },
4135 { 4135 {
4136 "name": "get", 4136 "name": "get",
4137 "description": "Return information about the installed extension with th e given ID.", 4137 "description": "Return information about the installed extension or app that has the given ID.",
4138 "parameters": [ 4138 "parameters": [
4139 { 4139 {
4140 "name": "id", 4140 "name": "id",
4141 "type": "string", 4141 "type": "string",
4142 "description": "The ID from an item of $ref:ExtensionInfo." 4142 "description": "The ID from an item of $ref:ExtensionInfo."
4143 }, 4143 },
4144 { 4144 {
4145 "type": "function", 4145 "type": "function",
4146 "name": "callback", 4146 "name": "callback",
4147 "optional": "true", 4147 "optional": "true",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
4365 "token": { "type": "string", "optional": true } 4365 "token": { "type": "string", "optional": true }
4366 } 4366 }
4367 } 4367 }
4368 ] 4368 ]
4369 } 4369 }
4370 ] 4370 ]
4371 } 4371 }
4372 ] 4372 ]
4373 } 4373 }
4374 ] 4374 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/management.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698