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

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

Issue 12522004: Lazily load extension API schemas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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
OLDNEW
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": "contextMenus", 7 "namespace": "contextMenus",
8 "dependencies": [ "tabs" ],
9 "types": [ 8 "types": [
10 { 9 {
11 "id": "OnClickData", 10 "id": "OnClickData",
12 "type": "object", 11 "type": "object",
13 "description": "Information sent when a context menu item is clicked.", 12 "description": "Information sent when a context menu item is clicked.",
14 "properties": { 13 "properties": {
15 "menuItemId": { 14 "menuItemId": {
16 "choices": [ 15 "choices": [
17 { "type": "integer" }, 16 { "type": "integer" },
18 { "type": "string" } 17 { "type": "string" }
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "name": "tab", 303 "name": "tab",
305 "$ref": "tabs.Tab", 304 "$ref": "tabs.Tab",
306 "description": "The details of the tab where the click took place. I f the click did not take place in a tab, this parameter will be missing.", 305 "description": "The details of the tab where the click took place. I f the click did not take place in a tab, this parameter will be missing.",
307 "optional": true 306 "optional": true
308 } 307 }
309 ] 308 ]
310 } 309 }
311 ] 310 ]
312 } 311 }
313 ] 312 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/browser_action.json ('k') | chrome/common/extensions/api/devtools/panels.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698