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

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

Issue 1240853002: Slice MD downloads into more components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license 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 e7ba6a01b4f9212b97a2753b12debfd3db6097ba..d41d1765454cd49b6eb6dab0af3dd4cf7c245121 100644
--- a/chrome/browser/resources/md_downloads/downloads.html
+++ b/chrome/browser/resources/md_downloads/downloads.html
@@ -3,45 +3,13 @@
<head>
<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://downloads/manager.html">
-
- <link rel="stylesheet" href="chrome://resources/css/roboto.css">
- <link rel="stylesheet" href="chrome://downloads/downloads.css">
</head>
<body class="fullbleed">
-
- <paper-toolbar id="downloads-toolbar">
- <h1 class="flex-auto" i18n-content="title"></h1>
- <paper-icon-button icon="search" id="search-button"></paper-icon-button>
- <paper-input id="search-term" class="flex-none"
- i18n-values="label:searchButton" no-label-float hidden></paper-input>
- <paper-icon-button icon="clear" id="clear-search"
- hidden></paper-icon-button>
- </paper-toolbar>
-
- <div class="main">
- <div class="summary" id="downloads-summary">
- <span id="downloads-summary-text"></span>
- <span id="downloads-actions">
- <a is="action-link" id="open-downloads-folder"
- i18n-content="openDownloadsFolder"></a>
- <a is="action-link" id="clear-all" i18n-content="clearAll" hidden></a>
- </span>
- </div>
- <div id="downloads-display"></div>
- <div id="no-downloads-or-results"></div>
- </div>
-
+ <downloads-manager></downloads-manager>
<command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C -->
<if expr="is_macosx">
<command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z -->
@@ -49,10 +17,8 @@
<if expr="not is_macosx">
<command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
</if>
-
<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>
-
+ <link rel="import" href="chrome://resources/html/i18n_template.html">
</body>
</html>
« no previous file with comments | « chrome/browser/resources/md_downloads/downloads.css ('k') | chrome/browser/resources/md_downloads/item_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698