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

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

Issue 135083002: Clarify chrome.events as a namespace of common types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | chrome/common/extensions/docs/templates/intros/events.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 // 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": "events", 7 "namespace": "events",
8 "description": "Use the <code>chrome.events</code> API to notify you when so mething interesting happens.", 8 "description": "The <code>chrome.events</code> namespace contains common typ es used by APIs dispatching events to notify you when something interesting happ ens.",
9 "compiler_options": { 9 "compiler_options": {
10 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a pi.h" 10 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a pi.h"
11 }, 11 },
12 "types": [ 12 "types": [
13 { 13 {
14 "id": "Rule", 14 "id": "Rule",
15 "type": "object", 15 "type": "object",
16 "description": "Description of a declarative rule for handling events.", 16 "description": "Description of a declarative rule for handling events.",
17 "properties": { 17 "properties": {
18 "id": { 18 "id": {
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 {"type": "array", "items": {"type": "integer"}, "description": " A pair of integers identiying the start and end (both inclusive) of a port range ."} 326 {"type": "array", "items": {"type": "integer"}, "description": " A pair of integers identiying the start and end (both inclusive) of a port range ."}
327 ] 327 ]
328 } 328 }
329 } 329 }
330 } 330 }
331 } 331 }
332 ] 332 ]
333 } 333 }
334 ] 334 ]
335 335
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/intros/events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698