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

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

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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": "The <code>chrome.events</code> namespace contains common typ es used by APIs dispatching events to notify you when something interesting happ ens.", 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": "extensions/browser/api/declarative/declarative_api.h", 10 "implemented_in": "extensions/browser/api/declarative/declarative_api.h"
11 "use_movable_types": true
12 }, 11 },
13 "types": [ 12 "types": [
14 { 13 {
15 "id": "Rule", 14 "id": "Rule",
16 "type": "object", 15 "type": "object",
17 "description": "Description of a declarative rule for handling events.", 16 "description": "Description of a declarative rule for handling events.",
18 "properties": { 17 "properties": {
19 "id": { 18 "id": {
20 "type": "string", 19 "type": "string",
21 "optional": true, 20 "optional": true,
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 {"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 ."}
328 ] 327 ]
329 } 328 }
330 } 329 }
331 } 330 }
332 } 331 }
333 ] 332 ]
334 } 333 }
335 ] 334 ]
336 335
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698