Chromium Code Reviews

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

Issue 5573008: DOMUI Settings: UTH: Polish the 'Security' section (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 112 matching lines...)
123 </label> 123 </label>
124 </if> 124 </if>
125 <div i18n-content="autoOpenFileTypesInfo"></div> 125 <div i18n-content="autoOpenFileTypesInfo"></div>
126 <div><button id="autoOpenFileTypesResetToDefault" 126 <div><button id="autoOpenFileTypesResetToDefault"
127 i18n-content="autoOpenFileTypesResetToDefault"></button></div> 127 i18n-content="autoOpenFileTypesResetToDefault"></button></div>
128 </div> 128 </div>
129 </section> 129 </section>
130 <section> 130 <section>
131 <h3 i18n-content="advancedSectionTitleSecurity"></h3> 131 <h3 i18n-content="advancedSectionTitleSecurity"></h3>
132 <div> 132 <div>
133 <div i18n-content="certificatesLabel"></div>
134 <div><button id="certificatesManageButton" 133 <div><button id="certificatesManageButton"
135 i18n-content="certificatesManageButton"></button></div> 134 i18n-content="certificatesManageButton"></button></div>
136 <if expr="os == 'win32'"> 135 <if expr="os == 'win32'">
137 <!-- Configure these options for manual handling on windows --> 136 <!-- Configure these options for manual handling on windows -->
138 <label class="checkbox"> 137 <label class="checkbox">
139 <input id="sslCheckRevocation" type="checkbox"> 138 <input id="sslCheckRevocation" type="checkbox">
140 <span i18n-content="sslCheckRevocation"></span> 139 <span i18n-content="sslCheckRevocation"></span>
141 </label> 140 </label>
142 <label class="checkbox"> 141 <label class="checkbox">
143 <input id="sslUseSSL3" type="checkbox"> 142 <input id="sslUseSSL3" type="checkbox">
(...skipping 36 matching lines...)
180 <button id="cloudPrintProxyManageButton" 179 <button id="cloudPrintProxyManageButton"
181 i18n-content="cloudPrintProxyEnabledManageButton"></button> 180 i18n-content="cloudPrintProxyEnabledManageButton"></button>
182 </div> 181 </div>
183 </div> 182 </div>
184 </section> 183 </section>
185 </if> 184 </if>
186 <div class="button-strip"> 185 <div class="button-strip">
187 <button id="optionsReset" i18n-content="optionsReset"></button> 186 <button id="optionsReset" i18n-content="optionsReset"></button>
188 </div> 187 </div>
189 </div> 188 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine