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

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

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix webrequest tests Created 8 years, 7 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/pageAction.json ('k') | chrome/common/extensions/api/proxy.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": "privacy", 7 "namespace": "privacy",
8 "dependencies": [ "types" ], 8 "dependencies": [ "types" ],
9 "properties": { 9 "properties": {
10 "network": { 10 "network": {
11 "type": "object", 11 "type": "object",
12 "value": {}, 12 "value": {},
13 "description": "Settings that influence Chrome's handling of network con nections in general.", 13 "description": "Settings that influence Chrome's handling of network con nections in general.",
14 "properties": { 14 "properties": {
15 "networkPredictionEnabled": { 15 "networkPredictionEnabled": {
16 "$ref": "ChromeSetting", 16 "$ref": "types.ChromeSetting",
17 "value": ["networkPredictionEnabled", {"type":"boolean"}], 17 "value": ["networkPredictionEnabled", {"type":"boolean"}],
18 "description": "If enabled, Chrome attempts to speed up your web bro wsing experience by pre-resolving DNS entries, prerendering sites (<code>&lt;lin k rel='prefetch' ...&gt;</code>), and preemptively opening TCP and SSL connectio ns to servers. This preference's value is a boolean, defaulting to <code>true</ code>." 18 "description": "If enabled, Chrome attempts to speed up your web bro wsing experience by pre-resolving DNS entries, prerendering sites (<code>&lt;lin k rel='prefetch' ...&gt;</code>), and preemptively opening TCP and SSL connectio ns to servers. This preference's value is a boolean, defaulting to <code>true</ code>."
19 } 19 }
20 } 20 }
21 }, 21 },
22 "services": { 22 "services": {
23 "type": "object", 23 "type": "object",
24 "value": {}, 24 "value": {},
25 "description": "Settings that enable or disable features that require th ird-party network services provided by Google and your default search provider." , 25 "description": "Settings that enable or disable features that require th ird-party network services provided by Google and your default search provider." ,
26 "properties": { 26 "properties": {
27 "alternateErrorPagesEnabled": { 27 "alternateErrorPagesEnabled": {
28 "$ref": "ChromeSetting", 28 "$ref": "types.ChromeSetting",
29 "value": ["alternateErrorPagesEnabled", {"type":"boolean"}], 29 "value": ["alternateErrorPagesEnabled", {"type":"boolean"}],
30 "description": "If enabled, Chrome uses a web service to help resolv e navigation errors. This preference's value is a boolean, defaulting to <code>t rue</code>." 30 "description": "If enabled, Chrome uses a web service to help resolv e navigation errors. This preference's value is a boolean, defaulting to <code>t rue</code>."
31 }, 31 },
32 "autofillEnabled": { 32 "autofillEnabled": {
33 "$ref": "ChromeSetting", 33 "$ref": "types.ChromeSetting",
34 "value": ["autofillEnabled", {"type":"boolean"}], 34 "value": ["autofillEnabled", {"type":"boolean"}],
35 "description": "If enabled, Chrome offers to automatically fill in f orms. This preference's value is a boolean, defaulting to <code>true</code>." 35 "description": "If enabled, Chrome offers to automatically fill in f orms. This preference's value is a boolean, defaulting to <code>true</code>."
36 }, 36 },
37 "instantEnabled": { 37 "instantEnabled": {
38 "$ref": "ChromeSetting", 38 "$ref": "types.ChromeSetting",
39 "value": ["instantEnabled", {"type":"boolean"}], 39 "value": ["instantEnabled", {"type":"boolean"}],
40 "description": "If enabled, Chrome automatically performs and displa ys search requests for text you type into the Omnibox as you type it. This prefe rence's value is a boolean, defaulting to <code>true</code>." 40 "description": "If enabled, Chrome automatically performs and displa ys search requests for text you type into the Omnibox as you type it. This prefe rence's value is a boolean, defaulting to <code>true</code>."
41 }, 41 },
42 "safeBrowsingEnabled": { 42 "safeBrowsingEnabled": {
43 "$ref": "ChromeSetting", 43 "$ref": "types.ChromeSetting",
44 "value": ["safeBrowsingEnabled", {"type":"boolean"}], 44 "value": ["safeBrowsingEnabled", {"type":"boolean"}],
45 "description": "If enabled, Chrome does its best to protect you from phishing and malware. This preference's value is a boolean, defaulting to <code >true</code>." 45 "description": "If enabled, Chrome does its best to protect you from phishing and malware. This preference's value is a boolean, defaulting to <code >true</code>."
46 }, 46 },
47 "searchSuggestEnabled": { 47 "searchSuggestEnabled": {
48 "$ref": "ChromeSetting", 48 "$ref": "types.ChromeSetting",
49 "value": ["searchSuggestEnabled", {"type":"boolean"}], 49 "value": ["searchSuggestEnabled", {"type":"boolean"}],
50 "description": "If enabled, Chrome sends the text you type into the Omnibox to your default search engine, which provides predictions of websites an d searches that are likely completions of what you've typed so far. This prefere nce's value is a boolean, defaulting to <code>true</code>." 50 "description": "If enabled, Chrome sends the text you type into the Omnibox to your default search engine, which provides predictions of websites an d searches that are likely completions of what you've typed so far. This prefere nce's value is a boolean, defaulting to <code>true</code>."
51 }, 51 },
52 "spellingServiceEnabled": { 52 "spellingServiceEnabled": {
53 "$ref": "ChromeSetting", 53 "$ref": "types.ChromeSetting",
54 "value": ["spellingServiceEnabled", {"type":"boolean"}], 54 "value": ["spellingServiceEnabled", {"type":"boolean"}],
55 "description": "If enabled, Chrome uses a web service to help correc t spelling errors. This preference's value is a boolean, defaulting to <code>fal se</code>." 55 "description": "If enabled, Chrome uses a web service to help correc t spelling errors. This preference's value is a boolean, defaulting to <code>fal se</code>."
56 }, 56 },
57 "translationServiceEnabled": { 57 "translationServiceEnabled": {
58 "$ref": "ChromeSetting", 58 "$ref": "types.ChromeSetting",
59 "value": ["translationServiceEnabled", {"type":"boolean"}], 59 "value": ["translationServiceEnabled", {"type":"boolean"}],
60 "description": "If enabled, Chrome offers to translate pages that ar en't in a language you read. This preference's value is a boolean, defaulting to <code>true</code>." 60 "description": "If enabled, Chrome offers to translate pages that ar en't in a language you read. This preference's value is a boolean, defaulting to <code>true</code>."
61 } 61 }
62 } 62 }
63 }, 63 },
64 "websites": { 64 "websites": {
65 "type": "object", 65 "type": "object",
66 "value": {}, 66 "value": {},
67 "description": "Settings that determine what information Chrome makes av ailable to websites.", 67 "description": "Settings that determine what information Chrome makes av ailable to websites.",
68 "properties": { 68 "properties": {
69 "thirdPartyCookiesAllowed": { 69 "thirdPartyCookiesAllowed": {
70 "$ref": "ChromeSetting", 70 "$ref": "types.ChromeSetting",
71 "value": ["thirdPartyCookiesAllowed", {"type": "boolean"}], 71 "value": ["thirdPartyCookiesAllowed", {"type": "boolean"}],
72 "description": "If disabled, Chrome blocks third-party sites from se tting cookies. The value of this preference is of type boolean, and the default value is <code>true</code>." 72 "description": "If disabled, Chrome blocks third-party sites from se tting cookies. The value of this preference is of type boolean, and the default value is <code>true</code>."
73 }, 73 },
74 "hyperlinkAuditingEnabled": { 74 "hyperlinkAuditingEnabled": {
75 "$ref": "ChromeSetting", 75 "$ref": "types.ChromeSetting",
76 "value": ["hyperlinkAuditingEnabled", {"type":"boolean"}], 76 "value": ["hyperlinkAuditingEnabled", {"type":"boolean"}],
77 "description": "If enabled, Chrome sends auditing pings when request ed by a website (<code>&lt;a ping&gt;</code>). The value of this preference is o f type boolean, and the default value is <code>true</code>." 77 "description": "If enabled, Chrome sends auditing pings when request ed by a website (<code>&lt;a ping&gt;</code>). The value of this preference is o f type boolean, and the default value is <code>true</code>."
78 }, 78 },
79 "referrersEnabled": { 79 "referrersEnabled": {
80 "$ref": "ChromeSetting", 80 "$ref": "types.ChromeSetting",
81 "value": ["referrersEnabled", {"type":"boolean"}], 81 "value": ["referrersEnabled", {"type":"boolean"}],
82 "description": "If enabled, Chrome sends <code>referer</code> header s with your requests. Yes, the name of this preference doesn't match the misspel led header. No, we're not going to change it. The value of this preference is of type boolean, and the default value is <code>true</code>." 82 "description": "If enabled, Chrome sends <code>referer</code> header s with your requests. Yes, the name of this preference doesn't match the misspel led header. No, we're not going to change it. The value of this preference is of type boolean, and the default value is <code>true</code>."
83 }, 83 },
84 "protectedContentEnabled": { 84 "protectedContentEnabled": {
85 "$ref": "ChromeSetting", 85 "$ref": "ChromeSetting",
86 "value": ["protectedContentEnabled", {"type":"boolean"}], 86 "value": ["protectedContentEnabled", {"type":"boolean"}],
87 "description": "<strong>Available on ChromeOS only</strong>: If enab led, Chrome provides a unique ID to plugins in order to run protected content. T he value of this preference is of type boolean, and the default value is <code>t rue</code>.", 87 "description": "<strong>Available on ChromeOS only</strong>: If enab led, Chrome provides a unique ID to plugins in order to run protected content. T he value of this preference is of type boolean, and the default value is <code>t rue</code>.",
88 "platforms": ["cros", "cros touch"] 88 "platforms": ["cros", "cros touch"]
89 } 89 }
90 } 90 }
91 } 91 }
92 } 92 }
93 } 93 }
94 ] 94 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/pageAction.json ('k') | chrome/common/extensions/api/proxy.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698