| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |