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

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

Issue 2840038: Move context menu module out of experimental. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: kathy changes Created 10 years, 5 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
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 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after
2495 "description": "Details about the tab's process." 2495 "description": "Details about the tab's process."
2496 } 2496 }
2497 ] 2497 ]
2498 } 2498 }
2499 ] 2499 ]
2500 } 2500 }
2501 ], 2501 ],
2502 "events": [] 2502 "events": []
2503 }, 2503 },
2504 { 2504 {
2505 "namespace": "experimental.contextMenus", 2505 "namespace": "contextMenus",
2506 "types": [], 2506 "types": [],
2507 "functions": [ 2507 "functions": [
2508 { 2508 {
2509 "name": "create", 2509 "name": "create",
2510 "type": "function", 2510 "type": "function",
2511 "description": "Creates a new context menu item. Note that if an error o ccurs during creation, you may not find out until the creation callback fires (t he details will be in chrome.extension.lastError).", 2511 "description": "Creates a new context menu item. Note that if an error o ccurs during creation, you may not find out until the creation callback fires (t he details will be in chrome.extension.lastError).",
2512 "returns": { 2512 "returns": {
2513 "type": "integer", 2513 "type": "integer",
2514 "description": "The id of the newly created item." 2514 "description": "The id of the newly created item."
2515 }, 2515 },
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 { 3175 {
3176 "name": "onInputCancelled", 3176 "name": "onInputCancelled",
3177 "perExtensionEvent": true, 3177 "perExtensionEvent": true,
3178 "type": "function", 3178 "type": "function",
3179 "description": "User has ended the keyword input session without accepti ng the input.", 3179 "description": "User has ended the keyword input session without accepti ng the input.",
3180 "parameters": [] 3180 "parameters": []
3181 } 3181 }
3182 ] 3182 ]
3183 } 3183 }
3184 ] 3184 ]
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_context_menu_apitest.cc ('k') | chrome/common/extensions/docs/a11y.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698