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

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

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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": "webview", 7 "namespace": "webview",
8 "nodoc": true, 8 "description": "none",
9 "functions": [ 9 "functions": [
10 { 10 {
11 "name": "executeScript", 11 "name": "executeScript",
12 "type": "function", 12 "type": "function",
13 "description": "Injects JavaScript code into a <webview> page.", 13 "description": "Injects JavaScript code into a <webview> page.",
14 "parameters": [ 14 "parameters": [
15 { 15 {
16 "type": "integer", 16 "type": "integer",
17 "name": "instanceId", 17 "name": "instanceId",
18 "description": "The instance ID of the guest <webview> process." 18 "description": "The instance ID of the guest <webview> process."
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "description": "The result of the script in every injected frame ." 68 "description": "The result of the script in every injected frame ."
69 } 69 }
70 ] 70 ]
71 } 71 }
72 ] 72 ]
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ] 76 ]
77 77
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/webstore_private.json ('k') | chrome/common/extensions/api/windows.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698