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

Side by Side Diff: chrome/browser/resources/md_history/app.html

Issue 2732003003: Make initial focus consistent in all instances of cr-drawer. (Closed)
Patch Set: add quotes 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 <link rel="import" href="chrome://resources/html/cr/ui.html"> 2 <link rel="import" href="chrome://resources/html/cr/ui.html">
3 <link rel="import" href="chrome://resources/html/cr/ui/command.html"> 3 <link rel="import" href="chrome://resources/html/cr/ui/command.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-media-query/iron-m edia-query.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-media-query/iron-m edia-query.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.h tml"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.h tml">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-target-beha vior/iron-scroll-target-behavior.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-target-beha vior/iron-scroll-target-behavior.html">
7 <link rel="import" href="chrome://history/history_list.html"> 7 <link rel="import" href="chrome://history/history_list.html">
8 <link rel="import" href="chrome://history/history_toolbar.html"> 8 <link rel="import" href="chrome://history/history_toolbar.html">
9 <link rel="import" href="chrome://history/query_manager.html"> 9 <link rel="import" href="chrome://history/query_manager.html">
10 <link rel="import" href="chrome://history/router.html"> 10 <link rel="import" href="chrome://history/router.html">
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 search-term="[[queryState_.searchTerm]]" 106 search-term="[[queryState_.searchTerm]]"
107 sign-in-state="[[isUserSignedIn_]]" 107 sign-in-state="[[isUserSignedIn_]]"
108 path="syncedTabs"> 108 path="syncedTabs">
109 </history-synced-device-manager> 109 </history-synced-device-manager>
110 </template> 110 </template>
111 </iron-pages> 111 </iron-pages>
112 <div id="drop-shadow"></div> 112 <div id="drop-shadow"></div>
113 </div> 113 </div>
114 114
115 <template is="cr-lazy-render" id="drawer"> 115 <template is="cr-lazy-render" id="drawer">
116 <dialog is="cr-drawer" swipe-open> 116 <dialog is="cr-drawer" title="$i18n{title}" swipe-open>
117 <div class="drawer-header">$i18n{title}</div>
118 <history-side-bar id="drawer-side-bar" class="drawer-content" 117 <history-side-bar id="drawer-side-bar" class="drawer-content"
119 selected-page="{{selectedPage_}}" 118 selected-page="{{selectedPage_}}"
120 show-footer="[[showSidebarFooter]]"> 119 show-footer="[[showSidebarFooter]]">
121 </history-side-bar> 120 </history-side-bar>
122 </dialog> 121 </dialog>
123 </template> 122 </template>
124 123
125 <iron-media-query query="(max-width: 1023px)" 124 <iron-media-query query="(max-width: 1023px)"
126 query-matches="{{hasDrawer_}}"> 125 query-matches="{{hasDrawer_}}">
127 </iron-media-query> 126 </iron-media-query>
128 </template> 127 </template>
129 <script src="chrome://history/app.js"></script> 128 <script src="chrome://history/app.js"></script>
130 </dom-module> 129 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.html ('k') | chrome/browser/resources/settings/settings_ui/settings_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698