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

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

Issue 9582013: Revert 124660 - Allow comments in extension config files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 [ 1 [
6 { 2 {
7 "namespace": "windows", 3 "namespace": "windows",
8 "dependencies": [ "tabs" ], 4 "dependencies": [ "tabs" ],
9 "types": [ 5 "types": [
10 { 6 {
11 "id": "Window", 7 "id": "Window",
12 "type": "object", 8 "type": "object",
13 "properties": { 9 "properties": {
14 "id": {"type": "integer", "minimum": 0, "description": "The ID of the window. Window IDs are unique within a browser session."}, 10 "id": {"type": "integer", "minimum": 0, "description": "The ID of the window. Window IDs are unique within a browser session."},
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "name": "onFocusChanged", 260 "name": "onFocusChanged",
265 "type": "function", 261 "type": "function",
266 "description": "Fired when the currently focused window changes. Will be chrome.windows.WINDOW_ID_NONE if all chrome windows have lost focus. Note: On s ome Linux window managers, WINDOW_ID_NONE will always be sent immediately preced ing a switch from one chrome window to another.", 262 "description": "Fired when the currently focused window changes. Will be chrome.windows.WINDOW_ID_NONE if all chrome windows have lost focus. Note: On s ome Linux window managers, WINDOW_ID_NONE will always be sent immediately preced ing a switch from one chrome window to another.",
267 "parameters": [ 263 "parameters": [
268 {"type": "integer", "name": "windowId", "minimum": -1, "description": "ID of the newly focused window."} 264 {"type": "integer", "name": "windowId", "minimum": -1, "description": "ID of the newly focused window."}
269 ] 265 ]
270 } 266 }
271 ] 267 ]
272 } 268 }
273 ] 269 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/webstorePrivate.json ('k') | chrome/common/extensions/docs/build/directory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698