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

Unified Diff: chrome/browser/resources/md_downloads/downloads.html

Issue 1224623013: Port downloads.ItemView to a Polymer component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@p-dl-rough-draft2
Patch Set: merge Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_downloads/downloads.html
diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
index aeb638d0b711ba7697a7f96068657014fd5a0bf5..00cf7c9a8a5856ca02879508754b5515927d1033 100644
--- a/chrome/browser/resources/md_downloads/downloads.html
+++ b/chrome/browser/resources/md_downloads/downloads.html
@@ -4,28 +4,19 @@
<meta charset="utf-8">
<title i18n-content="title"></title>
+ <link rel="import" href="chrome://resources/html/action_link.html">
+ <link rel="import" href="chrome://resources/html/polymer_config.html">
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-toolbar/paper-toolbar.html">
- <link rel="import" href="chrome://resources/html/action_link.html">
- <link rel="import" href="chrome://resources/html/assert.html">
- <link rel="import" href="chrome://resources/html/cr.html">
-
- <script src="chrome://resources/js/util.js"></script>
- <script src="chrome://resources/js/load_time_data.js"></script>
- <script src="chrome://resources/js/cr/ui.js"></script>
- <script src="chrome://resources/js/cr/ui/command.js"></script>
-
- <script src="chrome://downloads/constants.js"></script>
- <script src="chrome://downloads/manager.js"></script>
+ <link rel="import" href="chrome://downloads/manager.html">
<link rel="stylesheet" href="chrome://resources/css/roboto.css">
- <link rel="stylesheet" href="downloads.css">
+ <link rel="stylesheet" href="chrome://downloads/downloads.css">
</head>
<body class="fullbleed">
@@ -59,8 +50,9 @@
<command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
</if>
- <script src="chrome://downloads/strings.js"></script>
- <script src="chrome://resources/js/i18n_template.js"></script>
+ <link rel="import" href="chrome://resources/html/load_time_data.html">
+ <link rel="import" href="chrome://downloads/strings.html">
+ <link rel="import" href="chrome://resources/html/i18n_template.html"></script>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/md_downloads/compiled_resources2.gyp ('k') | chrome/browser/resources/md_downloads/item_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698