summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/advanced_options.html
blob: c76b52e0622b3ef04b4caa5fb279d11350e4f6b1 (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
<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"></div>
      <div><a target="_blank" i18n-content="privacyLearnMoreLabel"
          i18n-values="href:privacyLearnMoreURL"></a></div>
      <label><input id="alternateErrorPagesEnabled"
          pref="alternate_error_pages.enabled" type="checkbox"><span
          i18n-content="linkDoctorPref"></span></label>
      <label><input id="searchSuggestEnabled"
          pref="search.suggest_enabled" type="checkbox"><span
          i18n-content="suggestPref"></span></label>
      <label><input id="dnsPrefetchingEnabled"
          pref="dns_prefetching.enabled" type="checkbox"><span
          i18n-content="networkDNSPrefetchEnabledDescription"></span>
          </label>
      <label><input id="safeBrowsingEnabled"
          pref="safebrowsing.enabled" type="checkbox"><span
          i18n-content="safeBrowsingEnableProtection"></span></label>
<if expr="pp_ifdef('_google_chrome')">
      <label><input id="metricsReportingEnabled"
          pref="user_experience_metrics.reporting_enabled" 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><input id="enableTranslate"
          pref="translate.enabled" 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><input id="promptForDownload"
          pref="download.prompt_for_download" 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><input id="tabsToLinksPref"
          pref="webkit.webprefs.tabs_to_links" 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>
<if expr="not pp_ifdef('chromeos')">
  <section>
    <h3 i18n-content="advancedSectionTitleSecurity"></h3>
    <div>
      <div i18n-content="certificatesLabel"></div>
      <div><button id="certificatesManageButton"
          i18n-content="certificatesManageButton"></button></div>
</if>
<if expr="os == 'win32'">
      <!-- Configure these options for manual handling on windows -->
      <label><input id="sslCheckRevocation"
          type="checkbox"><span i18n-content="sslCheckRevocation"></span>
      </label>
      <label><input id="sslUseSSL2"
          type="checkbox"><span i18n-content="sslUseSSL2"></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><input id="sslCheckRevocation"
          pref="ssl.rev_checking.enabled" type="checkbox"><span
          i18n-content="sslCheckRevocation"></span></label>
      <label><input id="sslUseSSL2"
          pref="ssl.ssl2.enabled" type="checkbox"><span
          i18n-content="sslUseSSL2"></span></label>
      <label><input id="sslUseSSL3"
          pref="ssl.ssl3.enabled" type="checkbox"><span
          i18n-content="sslUseSSL3"></span></label>
      <label><input id="sslUseTLS1"
          pref="ssl.tls1.enabled" type="checkbox"><span
          i18n-content="sslUseTLS1"></span></label>
</if>
<if expr="not pp_ifdef('chromeos')">
    </div>
  </section>
</if>
</div>