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

Side by Side Diff: chrome/common/extensions/api/activity_log_private.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
« no previous file with comments | « chrome/browser/performance_monitor/events.json ('k') | chrome/common/extensions/api/alarms.idl » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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": "activityLogPrivate", 7 "namespace": "activityLogPrivate",
8 "description": "none",
8 "types": [ 9 "types": [
9 { 10 {
10 "id": "DomActivityDetail", 11 "id": "DomActivityDetail",
11 "type": "object", 12 "type": "object",
12 "description": "Stores the fields associated with an ActivityLog DomActi on.", 13 "description": "Stores the fields associated with an ActivityLog DomActi on.",
13 "properties": { 14 "properties": {
14 "domActivityType": {"type": "string", "enum": ["getter", "setter", "me thod", "inserted", "xhr", "webrequest", "modified"], "optional": true}, 15 "domActivityType": {"type": "string", "enum": ["getter", "setter", "me thod", "inserted", "xhr", "webrequest", "modified"], "optional": true},
15 "url": {"type": "string", "optional": true}, 16 "url": {"type": "string", "optional": true},
16 "urlTitle": {"type": "string", "optional": true}, 17 "urlTitle": {"type": "string", "optional": true},
17 "apiCall": {"type": "string", "optional": true}, 18 "apiCall": {"type": "string", "optional": true},
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "parameters": [ 117 "parameters": [
117 { 118 {
118 "name": "activity", 119 "name": "activity",
119 "$ref": "ExtensionActivity" 120 "$ref": "ExtensionActivity"
120 } 121 }
121 ] 122 ]
122 } 123 }
123 ] 124 ]
124 } 125 }
125 ] 126 ]
OLDNEW
« no previous file with comments | « chrome/browser/performance_monitor/events.json ('k') | chrome/common/extensions/api/alarms.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698