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

Side by Side Diff: chrome/browser/resources/settings/site_settings/site_list.html

Issue 2842303004: MD Settings: update dialogs to focus without ink when using mouse (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/assert.html">
2 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html">
1 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action _menu.html"> 4 <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action _menu.html">
3 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 5 <link rel="import" href="chrome://resources/cr_elements/icons.html">
4 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in dicator.html"> 6 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in dicator.html">
5 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 7 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout-classes.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout-classes.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html"> 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
9 <link rel="import" href="../i18n_setup.html"> 11 <link rel="import" href="../i18n_setup.html">
10 <link rel="import" href="../icons.html"> 12 <link rel="import" href="../icons.html">
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 </div> 108 </div>
107 </div> 109 </div>
108 <template is="dom-if" if="[[showEditExceptionDialog_]]" restamp> 110 <template is="dom-if" if="[[showEditExceptionDialog_]]" restamp>
109 <settings-edit-exception-dialog model="[[actionMenuSite_]]" 111 <settings-edit-exception-dialog model="[[actionMenuSite_]]"
110 on-close="onEditExceptionDialogClosed_"> 112 on-close="onEditExceptionDialogClosed_">
111 </settings-edit-exception-dialog> 113 </settings-edit-exception-dialog>
112 </template> 114 </template>
113 </template> 115 </template>
114 <script src="site_list.js"></script> 116 <script src="site_list.js"></script>
115 </dom-module> 117 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698