| OLD | NEW |
| 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 <section> | 3 <section> |
| 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
| 5 <div> | 5 <div> |
| 6 <div class="section-group"> | 6 <div class="section-group"> |
| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 i18n-content="autoOpenFileTypesResetToDefault"></button> | 168 i18n-content="autoOpenFileTypesResetToDefault"></button> |
| 169 </div> | 169 </div> |
| 170 </div> | 170 </div> |
| 171 </section> | 171 </section> |
| 172 </if> | 172 </if> |
| 173 <section> | 173 <section> |
| 174 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 174 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
| 175 <div> | 175 <div> |
| 176 <div><button id="certificatesManageButton" | 176 <div><button id="certificatesManageButton" |
| 177 i18n-content="certificatesManageButton"></button></div> | 177 i18n-content="certificatesManageButton"></button></div> |
| 178 <if expr="os != 'darwin'"> | |
| 179 <!-- Don't display "Check for server certificate revocation" on Mac until | |
| 180 http://crbug.com/78523 is fixed. --> | |
| 181 <div class="checkbox"> | 178 <div class="checkbox"> |
| 182 <label> | 179 <label> |
| 183 <input id="sslCheckRevocation" type="checkbox"> | 180 <input id="sslCheckRevocation" type="checkbox"> |
| 184 <span i18n-content="sslCheckRevocation"></span> | 181 <span i18n-content="sslCheckRevocation"></span> |
| 185 </label> | 182 </label> |
| 186 </div> | 183 </div> |
| 187 </if> | |
| 188 <div class="checkbox"> | 184 <div class="checkbox"> |
| 189 <label> | 185 <label> |
| 190 <input id="sslUseSSL3" type="checkbox"> | 186 <input id="sslUseSSL3" type="checkbox"> |
| 191 <span i18n-content="sslUseSSL3"></span> | 187 <span i18n-content="sslUseSSL3"></span> |
| 192 </label> | 188 </label> |
| 193 </div> | 189 </div> |
| 194 <div class="checkbox"> | 190 <div class="checkbox"> |
| 195 <label> | 191 <label> |
| 196 <input id="sslUseTLS1" type="checkbox"> | 192 <input id="sslUseTLS1" type="checkbox"> |
| 197 <span i18n-content="sslUseTLS1"></span> | 193 <span i18n-content="sslUseTLS1"></span> |
| (...skipping 26 matching lines...) Expand all Loading... |
| 224 i18n-content="remotingSetupButton" | 220 i18n-content="remotingSetupButton" |
| 225 style="display:none;"></button> | 221 style="display:none;"></button> |
| 226 <button id="remotingStopButton" | 222 <button id="remotingStopButton" |
| 227 i18n-content="remotingStopButton" | 223 i18n-content="remotingStopButton" |
| 228 style="display:none;"></button> | 224 style="display:none;"></button> |
| 229 </div> | 225 </div> |
| 230 </div> | 226 </div> |
| 231 </section> | 227 </section> |
| 232 </if> | 228 </if> |
| 233 </div> | 229 </div> |
| OLD | NEW |