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

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

Issue 2352553002: [MD History] Run MD History on chrome://chrome/history. (Closed)
Patch Set: Created 4 years, 3 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/polymer/v1_0/iron-collapse/iron-coll apse.html"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.htm l"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.htm l">
5 <link rel="import" href="chrome://history/constants.html"> 5 <link rel="import" href="chrome://chrome/history/constants.html">
6 <link rel="import" href="chrome://history/history_item.html"> 6 <link rel="import" href="chrome://chrome/history/history_item.html">
7 <link rel="import" href="chrome://history/history_list_behavior.html"> 7 <link rel="import" href="chrome://chrome/history/history_list_behavior.html">
8 <link rel="import" href="chrome://history/shared_style.html"> 8 <link rel="import" href="chrome://chrome/history/shared_style.html">
9 9
10 <dom-module id="history-grouped-list"> 10 <dom-module id="history-grouped-list">
11 <template> 11 <template>
12 <style include="shared-style"> 12 <style include="shared-style">
13 :host { 13 :host {
14 display: block; 14 display: block;
15 overflow: auto; 15 overflow: auto;
16 position: relative; 16 position: relative;
17 } 17 }
18 18
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 </history-item> 108 </history-item>
109 </template> 109 </template>
110 </template> 110 </template>
111 </iron-collapse> 111 </iron-collapse>
112 </div> 112 </div>
113 </template> 113 </template>
114 </div> 114 </div>
115 </template> 115 </template>
116 </div> 116 </div>
117 </template> 117 </template>
118 <script src="chrome://history/grouped_list.js"></script> 118 <script src="chrome://chrome/history/grouped_list.js"></script>
119 </dom-module> 119 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/constants.html ('k') | chrome/browser/resources/md_history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698