blob: f6b94ea62a2cd360124b6d055206830e509b5343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
<div class="page hidden" id="advancedPage">
<h1 i18n-content="advancedPage"></h1>
<section>
<h3 i18n-content="advancedSectionTitlePrivacy"></h3>
<div>
<div>
<button id="privacyContentSettingsButton"
i18n-content="privacyContentSettingsButton"></button>
<button id="privacyClearDataButton"
i18n-content="privacyClearDataButton"></button>
</div>
<div i18n-content="disableServices" class="disable-services-div"></div>
<div><a target="_blank" i18n-content="privacyLearnMoreLabel"
i18n-values="href:privacyLearnMoreURL"></a></div>
<label class="checkbox">
<input id="alternateErrorPagesEnabled" pref="alternate_error_pages.enabled"
metric="Options_LinkDoctorCheckbox" type="checkbox">
<span i18n-content="linkDoctorPref"></span>
</label>
<label class="checkbox">
<input id="searchSuggestEnabled" pref="search.suggest_enabled"
metric="Options_UseSuggestCheckbox" type="checkbox">
<span i18n-content="suggestPref"></span>
</label>
<label class="checkbox">
<input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled"
metric="Options_DnsPrefetchCheckbox" type="checkbox">
<span i18n-content="networkDNSPrefetchEnabledDescription"></span>
</label>
<label class="checkbox">
<input id="safeBrowsingEnabled" pref="safebrowsing.enabled"
metric="Options_SafeBrowsingCheckbox" type="checkbox">
<span i18n-content="safeBrowsingEnableProtection"></span>
</label>
<if expr="pp_ifdef('_google_chrome')">
<label class="checkbox">
<input id="metricsReportingEnabled"
pref="cros.metrics.reportingEnabled" type="checkbox">
<span i18n-content="enableLogging"></span>
</label>
</if>
</div>
</section>
<section>
<h3 i18n-content="advancedSectionTitleNetwork"></h3>
<div>
<div id="proxiesLabel"></div>
<button id="proxiesConfigureButton"
i18n-content="proxiesConfigureButton"></button>
</div>
</section>
<section>
<h3 i18n-content="advancedSectionTitleTranslate"></h3>
<div>
<label class="checkbox">
<input id="enableTranslate" pref="translate.enabled"
metric="Options_Translate" type="checkbox">
<span i18n-content="translateEnableTranslate"></span>
</label>
</div>
</section>
<section>
<h3 i18n-content="downloadLocationGroupName"></h3>
<div>
<if expr="not pp_ifdef('chromeos')">
<div i18n-content="downloadLocationBrowseTitle"></div>
<div>
<input id="downloadLocationPath" type="text" size="60" disabled>
<button id="downloadLocationBrowseButton"
i18n-content="downloadLocationBrowseButton"></button>
</div>
<label class="checkbox">
<input id="promptForDownload" pref="download.prompt_for_download"
metric="Options_AskForSaveLocation" type="checkbox">
<span i18n-content="downloadLocationAskForSaveLocation"></span>
</label>
</if>
<div i18n-content="autoOpenFileTypesInfo"></div>
<div><button id="autoOpenFileTypesResetToDefault"
i18n-content="autoOpenFileTypesResetToDefault"></button></div>
</div>
</section>
<section>
<h3 i18n-content="advancedSectionTitleContent"></h3>
<div>
<if expr="os == 'darwin'">
<label class="checkbox">
<input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links"
metric="Options_TabsToLinks" type="checkbox">
<span i18n-content="tabsToLinksPref"></span>
</label>
</if>
<div><button id="fontSettingsConfigureFontsOnlyButton"
i18n-content="fontSettingsConfigureFontsOnlyButton"></button></div>
<if expr="os == 'win32'">
<div>
<label style="display:inline;">
<span i18n-content="gearSettingsGroupName"></span>
<button id="gearSettingsConfigureGearsButton"
i18n-content="gearSettingsConfigureGearsButton"></button>
</label>
</div>
</if>
</div>
</section>
<section>
<h3 i18n-content="advancedSectionTitleSecurity"></h3>
<div>
<div i18n-content="certificatesLabel"></div>
<div><button id="certificatesManageButton"
i18n-content="certificatesManageButton"></button></div>
<if expr="os == 'win32'">
<!-- Configure these options for manual handling on windows -->
<label class="checkbox">
<input id="sslCheckRevocation" type="checkbox">
<span i18n-content="sslCheckRevocation"></span>
</label>
<label class="checkbox">
<input id="sslUseSSL2" type="checkbox">
<span i18n-content="sslUseSSL2"></span>
</label>
<label class="checkbox">
<input id="sslUseSSL3" type="checkbox">
<span i18n-content="sslUseSSL3"></span>
</label>
<label class="checkbox">
<input id="sslUseTLS1" type="checkbox">
<span i18n-content="sslUseTLS1"></span>
</label>
</if>
<if expr="not pp_ifdef('chromeos') and (os == 'linux2' or os.find('bsd') != -1)">
<!-- Configure these options for Linux/BSD as preference keys -->
<label class="checkbox">
<input id="sslCheckRevocation" pref="ssl.rev_checking.enabled"
metric="Options_CheckCertRevocation" type="checkbox">
<span i18n-content="sslCheckRevocation"></span>
</label>
<label class="checkbox">
<input id="sslUseSSL2" pref="ssl.ssl2.enabled" metric="Options_SSL2"
type="checkbox">
<span i18n-content="sslUseSSL2"></span>
</label>
<label class="checkbox">
<input id="sslUseSSL3" pref="ssl.ssl3.enabled" metric="Options_SSL3"
type="checkbox">
<span i18n-content="sslUseSSL3"></span>
</label>
<label class="checkbox">
<input id="sslUseTLS1" pref="ssl.tls1.enabled" metric="Options_TLS1"
type="checkbox">
<span i18n-content="sslUseTLS1"></span>
</label>
</if>
</div>
</section>
<section id="background-mode-section">
<h3 i18n-content="advancedSectionTitleChromeApps"></h3>
<div>
<label class="checkbox">
<input pref="background_mode.enabled"
metric="Options_BackgroundMode" type="checkbox">
<span i18n-content="chromeAppsEnableBackgroundMode"></span>
</label>
<div>
<a target="_blank"
i18n-content="chromeAppsLearnMoreBackgroundModeLabel"
i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a>
</div>
</div>
</section>
<if expr="not pp_ifdef('chromeos')">
<section id="cloud-print-proxy-section">
<h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
<div>
<div id="cloudPrintProxyLabel"
i18n-content="cloudPrintProxyDisabledLabel"></div>
<div>
<button id="cloudPrintProxySetupButton"
i18n-content="cloudPrintProxyDisabledButton"></button>
<button id="cloudPrintProxyManageButton"
i18n-content="cloudPrintProxyEnabledManageButton"></button>
</div>
</div>
</section>
</if>
<div class="button-strip">
<button id="optionsReset" i18n-content="optionsReset"></button>
</div>
</div>
|