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

Side by Side Diff: chrome/browser/resources/settings/people_page/sync_page.html

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge Created 3 years, 7 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
OLDNEW
1 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 1 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
2 <link rel="import" href="chrome://resources/html/polymer.html"> 2 <link rel="import" href="chrome://resources/html/polymer.html">
3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11 y-keys.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11 y-keys.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap er-toggle-button.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap er-toggle-button.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape r-radio-button.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape r-radio-button.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper -radio-group.html"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper -radio-group.html">
10 <link rel="import" href="sync_browser_proxy.html"> 10 <link rel="import" href="sync_browser_proxy.html">
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 <paper-toggle-button 242 <paper-toggle-button
243 checked="{{syncPrefs.paymentsIntegrationEnabled}}" 243 checked="{{syncPrefs.paymentsIntegrationEnabled}}"
244 on-change="onSingleSyncDataTypeChanged_" 244 on-change="onSingleSyncDataTypeChanged_"
245 disabled="[[shouldPaymentsCheckboxBeDisabled_( 245 disabled="[[shouldPaymentsCheckboxBeDisabled_(
246 syncPrefs.syncAllDataTypes, syncPrefs.autofillSynced)]]" 246 syncPrefs.syncAllDataTypes, syncPrefs.autofillSynced)]]"
247 aria-label="$i18n{enablePaymentsIntegrationCheckboxLabel}"> 247 aria-label="$i18n{enablePaymentsIntegrationCheckboxLabel}">
248 </paper-toggle-button> 248 </paper-toggle-button>
249 </div> 249 </div>
250 </div> 250 </div>
251 251
252 <div class="settings-box two-line" actionable 252 <a class="settings-box two-line inherit-color no-outline" tabindex="-1"
253 target="_blank" href="$i18n{activityControlsUrl}"
253 on-tap="onActivityControlsTap_"> 254 on-tap="onActivityControlsTap_">
254 <div class="start"> 255 <div class="start">
255 $i18n{personalizeGoogleServicesTitle} 256 $i18n{personalizeGoogleServicesTitle}
256 <div class="secondary" id="activityControlsSecondary"> 257 <div class="secondary" id="activityControlsSecondary">
257 $i18n{personalizeGoogleServicesText} 258 $i18n{personalizeGoogleServicesText}
258 </div> 259 </div>
259 </div> 260 </div>
260 <button class="icon-external" is="paper-icon-button-light" 261 <button class="icon-external" is="paper-icon-button-light"
261 aria-label="$i18n{personalizeGoogleServicesTitle}" 262 actionable aria-label="$i18n{personalizeGoogleServicesTitle}"
262 aria-describedby="activityControlsSecondary"></button> 263 aria-describedby="activityControlsSecondary"></button>
263 </div> 264 </a>
264 265
265 <div class="settings-box" actionable on-tap="onManageSyncedDataTap_"> 266 <a class="settings-box inherit-color no-outline" tabindex="-1"
267 target="_blank" href="$i18n{syncDashboardUrl}">
266 <div class="start"> 268 <div class="start">
267 $i18n{manageSyncedDataTitle} 269 $i18n{manageSyncedDataTitle}
268 </div> 270 </div>
269 <button class="icon-external" is="paper-icon-button-light" 271 <button class="icon-external" is="paper-icon-button-light" actionable
270 aria-label="$i18n{manageSyncedDataTitle}"></button> 272 aria-label="$i18n{manageSyncedDataTitle}"></button>
271 </div> 273 </a>
272 274
273 <div id="encryptionDescription" hidden="[[syncPrefs.passphraseRequired]]" 275 <div id="encryptionDescription" hidden="[[syncPrefs.passphraseRequired]]"
274 class="settings-box two-line single-column"> 276 class="settings-box two-line single-column">
275 <div>$i18n{encryptionOptionsTitle}</div> 277 <div>$i18n{encryptionOptionsTitle}</div>
276 <div class="secondary">$i18n{syncDataEncryptedText}</div> 278 <div class="secondary">$i18n{syncDataEncryptedText}</div>
277 </div> 279 </div>
278 280
279 <div id="encryptionRadioGroupContainer" class="list-frame" 281 <div id="encryptionRadioGroupContainer" class="list-frame"
280 hidden="[[syncPrefs.passphraseRequired]]"> 282 hidden="[[syncPrefs.passphraseRequired]]">
281 <paper-radio-group disabled$="[[syncPrefs.encryptAllData]]" 283 <paper-radio-group disabled$="[[syncPrefs.encryptAllData]]"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 confirmation_)]]"> 331 confirmation_)]]">
330 $i18n{save} 332 $i18n{save}
331 </paper-button> 333 </paper-button>
332 </div> 334 </div>
333 </div> 335 </div>
334 </template> 336 </template>
335 </div> 337 </div>
336 </template> 338 </template>
337 <script src="sync_page.js"></script> 339 <script src="sync_page.js"></script>
338 </dom-module> 340 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698