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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing issues with experimental_APIs Created 7 years, 8 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 // 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.event</code> API to notify you when som ething interesting happens.",
8 "compiler_options": { 9 "compiler_options": {
9 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a pi.h" 10 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a pi.h"
10 }, 11 },
11 "internal": true, 12 "internal": true,
12 "unprivileged": true, 13 "unprivileged": true,
13 "types": [ 14 "types": [
14 { 15 {
15 "id": "Rule", 16 "id": "Rule",
16 "type": "object", 17 "type": "object",
17 "description": "Description of a declarative rule for handling events.", 18 "description": "Description of a declarative rule for handling events.",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 {"type": "array", "items": {"type": "integer"}, "description": " A pair of integers identiying the start and end (both inclusive) of a port range ."} 299 {"type": "array", "items": {"type": "integer"}, "description": " A pair of integers identiying the start and end (both inclusive) of a port range ."}
299 ] 300 ]
300 } 301 }
301 } 302 }
302 } 303 }
303 } 304 }
304 ] 305 ]
305 } 306 }
306 ] 307 ]
307 308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698