| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/action_link.html"> | 1 <link rel="import" href="chrome://resources/html/action_link.html"> |
| 2 <link rel="import" href="chrome://resources/html/cr.html"> | 2 <link rel="import" href="chrome://resources/html/cr.html"> |
| 3 <link rel="import" href="chrome://resources/html/load_time_data.html"> | 3 <link rel="import" href="chrome://resources/html/load_time_data.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-ma
terial.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-ma
terial.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr
ogress.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr
ogress.html"> |
| 7 <link rel="import" href="chrome://downloads/action_service.html"> | 8 <link rel="import" href="chrome://downloads/action_service.html"> |
| 8 <link rel="import" href="chrome://downloads/constants.html"> | 9 <link rel="import" href="chrome://downloads/constants.html"> |
| 9 <link rel="import" href="chrome://downloads/throttled_icon_loader.html"> | 10 <link rel="import" href="chrome://downloads/throttled_icon_loader.html"> |
| 10 | 11 |
| 11 <dom-module id="downloads-item"> | 12 <dom-module id="downloads-item"> |
| 12 <template> | 13 <template> |
| 13 <div id="date-container"> | 14 <div id="date-container"> |
| 14 <div id="since"></div> | 15 <div id="since"></div> |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 </paper-material> | 79 </paper-material> |
| 79 | 80 |
| 80 <div id="end-cap"></div> | 81 <div id="end-cap"></div> |
| 81 | 82 |
| 82 </template> | 83 </template> |
| 83 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> | 84 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
| 84 <link rel="import" type="css" href="chrome://downloads/shared_style.css"> | 85 <link rel="import" type="css" href="chrome://downloads/shared_style.css"> |
| 85 <link rel="import" type="css" href="chrome://downloads/item.css"> | 86 <link rel="import" type="css" href="chrome://downloads/item.css"> |
| 86 <script src="chrome://downloads/item.js"></script> | 87 <script src="chrome://downloads/item.js"></script> |
| 87 </dom-module> | 88 </dom-module> |
| OLD | NEW |