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