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

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

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos tests Created 7 years, 6 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 | « chrome/common/extensions/api/power.idl ('k') | chrome/common/extensions/api/storage.json » ('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": "runtime", 7 "namespace": "runtime",
8 "documentation_permissions_required": ["runtime"],
9 "types": [ 8 "types": [
10 { 9 {
11 "id": "Port", 10 "id": "Port",
12 "type": "object", 11 "type": "object",
13 "nocompile": true, 12 "nocompile": true,
14 "description": "An object which allows two way communication with other pages.", 13 "description": "An object which allows two way communication with other pages.",
15 "properties": { 14 "properties": {
16 "name": {"type": "string"}, 15 "name": {"type": "string"},
17 "disconnect": { "type": "function" }, 16 "disconnect": { "type": "function" },
18 "onDisconnect": { "$ref": "events.Event" }, 17 "onDisconnect": { "$ref": "events.Event" },
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "optional": "true", 407 "optional": "true",
409 "description": "Return true from the event listener if you wish to cal l <code>sendResponse</code> after the event listener returns." 408 "description": "Return true from the event listener if you wish to cal l <code>sendResponse</code> after the event listener returns."
410 } 409 }
411 } 410 }
412 411
413 412
414 413
415 ] 414 ]
416 } 415 }
417 ] 416 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/power.idl ('k') | chrome/common/extensions/api/storage.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698