| OLD | NEW |
| (Empty) |
| 1 <div id="advancedPage" class="page" hidden> | |
| 2 <h1 i18n-content="advancedPage"></h1> | |
| 3 <div class="displaytable"> | |
| 4 <section> | |
| 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | |
| 6 <div> | |
| 7 <div class="section-group"> | |
| 8 <button id="privacyContentSettingsButton" | |
| 9 i18n-content="privacyContentSettingsButton"></button> | |
| 10 <button id="privacyClearDataButton" | |
| 11 i18n-content="privacyClearDataButton"></button> | |
| 12 </div> | |
| 13 <div i18n-content="improveBrowsingExperience" | |
| 14 class="informational-text"> | |
| 15 </div> | |
| 16 <div> | |
| 17 <span i18n-content="disableWebServices" | |
| 18 class="informational-text"> | |
| 19 </span> | |
| 20 <a target="_blank" i18n-content="learnMore" | |
| 21 i18n-values="href:privacyLearnMoreURL"></a> | |
| 22 </div> | |
| 23 <div class="checkbox"> | |
| 24 <label> | |
| 25 <input id="alternateErrorPagesEnabled" | |
| 26 pref="alternate_error_pages.enabled" | |
| 27 metric="Options_LinkDoctorCheckbox" type="checkbox"> | |
| 28 <span i18n-content="linkDoctorPref"></span> | |
| 29 </label> | |
| 30 </div> | |
| 31 <div class="checkbox"> | |
| 32 <label> | |
| 33 <input id="searchSuggestEnabled" pref="search.suggest_enabled" | |
| 34 metric="Options_UseSuggestCheckbox" type="checkbox"> | |
| 35 <span i18n-content="suggestPref"></span> | |
| 36 </label> | |
| 37 </div> | |
| 38 <div class="checkbox"> | |
| 39 <label> | |
| 40 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" | |
| 41 metric="Options_DnsPrefetchCheckbox" type="checkbox"> | |
| 42 <span i18n-content="networkPredictionEnabledDescription"></span> | |
| 43 </label> | |
| 44 </div> | |
| 45 <div class="checkbox"> | |
| 46 <label> | |
| 47 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" | |
| 48 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | |
| 49 <span i18n-content="safeBrowsingEnableProtection"></span> | |
| 50 </label> | |
| 51 </div> | |
| 52 <if expr="pp_ifdef('_google_chrome')"> | |
| 53 <div class="checkbox"> | |
| 54 <label> | |
| 55 <input id="spellingServiceEnabled" | |
| 56 pref="spellcheck.use_spelling_service" | |
| 57 metric="Options_UseSpellingServiceCheckbox" type="checkbox"> | |
| 58 <span i18n-content="spellingPref"></span> | |
| 59 </label> | |
| 60 </div> | |
| 61 </if> | |
| 62 <if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')"> | |
| 63 <div id="metricsReportingSetting" class="checkbox"> | |
| 64 <label> | |
| 65 <input id="metricsReportingEnabled" | |
| 66 pref="cros.metrics.reportingEnabled" type="checkbox"> | |
| 67 <span id="metricsReportingEnabledText" | |
| 68 i18n-content="enableLogging"> | |
| 69 </span> | |
| 70 </label> | |
| 71 </div> | |
| 72 </if> | |
| 73 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> | |
| 74 <div id="metricsReportingSetting" class="checkbox"> | |
| 75 <label> | |
| 76 <input id="metricsReportingEnabled" type="checkbox"> | |
| 77 <span i18n-content="enableLogging"></span> | |
| 78 </label> | |
| 79 </div> | |
| 80 </if> | |
| 81 </div> | |
| 82 </section> | |
| 83 <section> | |
| 84 <h3 i18n-content="advancedSectionTitleContent"></h3> | |
| 85 <div> | |
| 86 <div class="section-group"> | |
| 87 <label class="web-content-select-label"> | |
| 88 <span i18n-content="defaultFontSizeLabel"></span> | |
| 89 <select id="defaultFontSize"> | |
| 90 <option value="9" i18n-content="fontSizeLabelVerySmall"> | |
| 91 </option> | |
| 92 <option value="12" i18n-content="fontSizeLabelSmall"></option> | |
| 93 <option value="16" i18n-content="fontSizeLabelMedium"></option> | |
| 94 <option value="20" i18n-content="fontSizeLabelLarge"></option> | |
| 95 <option value="24" i18n-content="fontSizeLabelVeryLarge"> | |
| 96 </option> | |
| 97 </select> | |
| 98 </label> | |
| 99 <button id="fontSettingsCustomizeFontsButton" | |
| 100 i18n-content="fontSettingsCustomizeFontsButton"></button> | |
| 101 </div> | |
| 102 <div class="section-group"> | |
| 103 <label class="web-content-select-label"> | |
| 104 <span i18n-content="defaultZoomFactorLabel"></span> | |
| 105 <select id="defaultZoomFactor" dataType="double"></select> | |
| 106 </label> | |
| 107 </div> | |
| 108 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> | |
| 109 <div class="section-group"> | |
| 110 </if> | |
| 111 <if expr="not pp_ifdef('chromeos')"> | |
| 112 <button id="language-button" | |
| 113 i18n-content="languageAndSpellCheckSettingsButton"></button> | |
| 114 </if> | |
| 115 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> | |
| 116 </div> | |
| 117 </if> | |
| 118 <if expr="os == 'darwin'"> | |
| 119 <div class="checkbox"> | |
| 120 <label> | |
| 121 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" | |
| 122 metric="Options_TabsToLinks" type="checkbox"> | |
| 123 <span i18n-content="tabsToLinksPref"></span> | |
| 124 </label> | |
| 125 </div> | |
| 126 </if> | |
| 127 </div> | |
| 128 </section> | |
| 129 <if expr="not pp_ifdef('chromeos')"> | |
| 130 <section> | |
| 131 <h3 i18n-content="advancedSectionTitleNetwork"></h3> | |
| 132 <div> | |
| 133 <div id="proxiesLabel"></div> | |
| 134 <div class="section-group"> | |
| 135 <button id="proxiesConfigureButton" | |
| 136 i18n-content="proxiesConfigureButton"></button> | |
| 137 </div> | |
| 138 </div> | |
| 139 </section> | |
| 140 </if> | |
| 141 <section> | |
| 142 <h3 i18n-content="advancedSectionTitleTranslate"></h3> | |
| 143 <div class="checkbox"> | |
| 144 <label> | |
| 145 <input id="enableTranslate" pref="translate.enabled" | |
| 146 metric="Options_Translate" type="checkbox"> | |
| 147 <span i18n-content="translateEnableTranslate"></span> | |
| 148 </label> | |
| 149 </div> | |
| 150 </section> | |
| 151 <if expr="not pp_ifdef('chromeos')"> | |
| 152 <section> | |
| 153 <h3 i18n-content="downloadLocationGroupName"></h3> | |
| 154 <div> | |
| 155 <div id="download-location-group"> | |
| 156 <label> | |
| 157 <span i18n-content="downloadLocationBrowseTitle"></span> | |
| 158 <input id="downloadLocationPath" class="weakrtl" type="text" | |
| 159 pref="download.default_directory" size="36"> | |
| 160 </label> | |
| 161 <button id="downloadLocationChangeButton" | |
| 162 pref="download.prompt_for_download" | |
| 163 i18n-content="downloadLocationChangeButton"></button> | |
| 164 </div> | |
| 165 <div class="checkbox"> | |
| 166 <label> | |
| 167 <input type="checkbox" | |
| 168 pref="download.prompt_for_download" | |
| 169 metric="Options_AskForSaveLocation"> | |
| 170 <span i18n-content="downloadLocationAskForSaveLocation"></span> | |
| 171 </label> | |
| 172 </div> | |
| 173 <div id="auto-open-file-types-label" | |
| 174 i18n-content="autoOpenFileTypesInfo"></div> | |
| 175 <div class="section-group"> | |
| 176 <button id="autoOpenFileTypesResetToDefault" | |
| 177 i18n-content="autoOpenFileTypesResetToDefault"></button> | |
| 178 </div> | |
| 179 </div> | |
| 180 </section> | |
| 181 </if> | |
| 182 <section> | |
| 183 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | |
| 184 <div> | |
| 185 <div class="section-group"> | |
| 186 <button id="certificatesManageButton" | |
| 187 i18n-content="certificatesManageButton"></button> | |
| 188 </div> | |
| 189 <div class="checkbox"> | |
| 190 <label> | |
| 191 <input id="sslCheckRevocation" type="checkbox"> | |
| 192 <span i18n-content="sslCheckRevocation"></span> | |
| 193 </label> | |
| 194 </div> | |
| 195 </div> | |
| 196 </section> | |
| 197 <if expr="not pp_ifdef('chromeos')"> | |
| 198 <section id="cloud-print-connector-section"> | |
| 199 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | |
| 200 <div> | |
| 201 <div id="cloudPrintConnectorLabel" | |
| 202 i18n-content="cloudPrintConnectorDisabledLabel"></div> | |
| 203 <div class="section-group"> | |
| 204 <button id="cloudPrintConnectorSetupButton" | |
| 205 i18n-content="cloudPrintConnectorDisabledButton"></button> | |
| 206 <button id="cloudPrintManageButton" | |
| 207 i18n-content="cloudPrintConnectorEnabledManageButton"></button
> | |
| 208 </div> | |
| 209 </div> | |
| 210 </section> | |
| 211 </if> | |
| 212 <if expr="pp_ifdef('chromeos')"> | |
| 213 <section id="cloud-print-connector-section"> | |
| 214 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | |
| 215 <div> | |
| 216 <div> | |
| 217 <span i18n-content="cloudPrintChromeosOptionLabel" | |
| 218 class="informational-text"> | |
| 219 </span> | |
| 220 <a target="_blank" i18n-content="learnMore" | |
| 221 i18n-values="href:cloudPrintLearnMoreURL"></a> | |
| 222 </div> | |
| 223 <div class="section-group"> | |
| 224 <button id="cloudPrintManageButton" | |
| 225 i18n-content="cloudPrintChromeosOptionButton"></button> | |
| 226 </div> | |
| 227 </div> | |
| 228 </section> | |
| 229 </if> | |
| 230 <if expr="os != 'darwin' and not pp_ifdef('chromeos')"> | |
| 231 <section id="background-section"> | |
| 232 <h3 i18n-content="advancedSectionTitleBackground"></h3> | |
| 233 <div class="checkbox"> | |
| 234 <label> | |
| 235 <input id="backgroundModeCheckbox" type="checkbox"> | |
| 236 <span i18n-content="backgroundModeCheckbox"></span> | |
| 237 </label> | |
| 238 </div> | |
| 239 </section> | |
| 240 </if> | |
| 241 </div> | |
| 242 </div> | |
| OLD | NEW |