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

Side by Side Diff: chrome/browser/resources/options/advanced_options.html

Issue 7633012: Unbreak SSL/TLS preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
6 <div> 6 <div>
7 <div class="section-group"> 7 <div class="section-group">
8 <button id="privacyContentSettingsButton" 8 <button id="privacyContentSettingsButton"
9 i18n-content="privacyContentSettingsButton"></button> 9 i18n-content="privacyContentSettingsButton"></button>
10 <button id="privacyClearDataButton" 10 <button id="privacyClearDataButton"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 </div> 179 </div>
180 </section> 180 </section>
181 </if> 181 </if>
182 <section> 182 <section>
183 <h3 i18n-content="advancedSectionTitleSecurity"></h3> 183 <h3 i18n-content="advancedSectionTitleSecurity"></h3>
184 <div> 184 <div>
185 <div><button id="certificatesManageButton" 185 <div><button id="certificatesManageButton"
186 i18n-content="certificatesManageButton"></button></div> 186 i18n-content="certificatesManageButton"></button></div>
187 <div class="checkbox"> 187 <div class="checkbox">
188 <label> 188 <label>
189 <input id="sslCheckRevocation" type="checkbox" 189 <input id="sslCheckRevocation" type="checkbox">
190 pref="ssl.rev_checking.enabled"
191 metric="Options_CheckCertRevocation">
192 <span i18n-content="sslCheckRevocation"></span> 190 <span i18n-content="sslCheckRevocation"></span>
193 </label> 191 </label>
194 </div> 192 </div>
195 <div class="checkbox"> 193 <div class="checkbox">
196 <label> 194 <label>
197 <input id="sslUseSSL3" type="checkbox" 195 <input id="sslUseSSL3" type="checkbox">
198 pref="ssl.ssl3.enabled" metric="Options_SSL3">
199 <span i18n-content="sslUseSSL3"></span> 196 <span i18n-content="sslUseSSL3"></span>
200 </label> 197 </label>
201 </div> 198 </div>
202 <div class="checkbox"> 199 <div class="checkbox">
203 <label> 200 <label>
204 <input id="sslUseTLS1" type="checkbox" 201 <input id="sslUseTLS1" type="checkbox">
205 pref="ssl.tls1.enabled" metric="Options_TLS1">
206 <span i18n-content="sslUseTLS1"></span> 202 <span i18n-content="sslUseTLS1"></span>
207 </label> 203 </label>
208 </div> 204 </div>
209 </div> 205 </div>
210 </section> 206 </section>
211 <if expr="not pp_ifdef('chromeos')"> 207 <if expr="not pp_ifdef('chromeos')">
212 <section id="cloud-print-proxy-section"> 208 <section id="cloud-print-proxy-section">
213 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 209 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
214 <div> 210 <div>
215 <div id="cloudPrintProxyLabel" 211 <div id="cloudPrintProxyLabel"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 <div class="checkbox"> 243 <div class="checkbox">
248 <label> 244 <label>
249 <input id="backgroundModeCheckbox" type="checkbox"> 245 <input id="backgroundModeCheckbox" type="checkbox">
250 <span i18n-content="backgroundModeCheckbox"></span> 246 <span i18n-content="backgroundModeCheckbox"></span>
251 </label> 247 </label>
252 </div> 248 </div>
253 </section> 249 </section>
254 </if> 250 </if>
255 </div> 251 </div>
256 </div> 252 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698