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

Side by Side Diff: chrome/browser/resources/md_bookmarks/command_manager.html

Issue 2954273002: [MD Bookmarks] Restore focus after closing a dialog or context menu. (Closed)
Patch Set: fix deps Created 3 years, 5 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/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 2
3 <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action _menu.html"> 3 <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_lazy_render/cr_lazy_r ender.html"> 4 <link rel="import" href="chrome://resources/cr_elements/cr_lazy_render/cr_lazy_r ender.html">
5 <link rel="import" href="chrome://resources/html/cr/ui/command.html"> 5 <link rel="import" href="chrome://resources/html/cr/ui/command.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior /iron-a11y-keys-behavior.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior /iron-a11y-keys-behavior.html">
7 <link rel="import" href="chrome://bookmarks/dialog_focus_manager.html">
7 <link rel="import" href="chrome://bookmarks/edit_dialog.html"> 8 <link rel="import" href="chrome://bookmarks/edit_dialog.html">
8 <link rel="import" href="chrome://bookmarks/shared_style.html"> 9 <link rel="import" href="chrome://bookmarks/shared_style.html">
9 <link rel="import" href="chrome://bookmarks/store_client.html"> 10 <link rel="import" href="chrome://bookmarks/store_client.html">
10 11
11 <dom-module id="bookmarks-command-manager"> 12 <dom-module id="bookmarks-command-manager">
12 <template> 13 <template>
13 <style include="shared-style"> 14 <style include="shared-style">
14 .label { 15 .label {
15 flex: 1; 16 flex: 1;
16 } 17 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </paper-button> 59 </paper-button>
59 <paper-button class="action-button" on-tap="onOpenConfirmTap_"> 60 <paper-button class="action-button" on-tap="onOpenConfirmTap_">
60 $i18n{openDialogConfirm} 61 $i18n{openDialogConfirm}
61 </paper-button> 62 </paper-button>
62 </div> 63 </div>
63 </dialog> 64 </dialog>
64 </template> 65 </template>
65 </template> 66 </template>
66 <script src="chrome://bookmarks/command_manager.js"></script> 67 <script src="chrome://bookmarks/command_manager.js"></script>
67 </dom-module> 68 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.html ('k') | chrome/browser/resources/md_bookmarks/command_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698