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

Side by Side Diff: chrome/browser/resources/downloads.html

Issue 8598017: History/Downloads: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: csilv@'s code review changes Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/history.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="icon" href="../../app/theme/downloads_favicon.png"> 6 <link rel="icon" href="../../app/theme/downloads_favicon.png">
7 <link rel="stylesheet" href="old_webui.css"> 7 <link rel="stylesheet" href="old_webui.css">
8 <link rel="stylesheet" href="shared/css/button.css">
8 <style> 9 <style>
9 10
10 #downloads-summary { 11 #downloads-summary {
11 margin-top: 12px; 12 margin-top: 12px;
12 border-top: 1px solid #9cc2ef; 13 border-top: 1px solid #9cc2ef;
13 background-color: #ebeff9; 14 background-color: #ebeff9;
14 padding: 3px; 15 padding: 3px;
15 margin-bottom: 6px; 16 margin-bottom: 6px;
16 } 17 }
17 18
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 </span> 177 </span>
177 </div> 178 </div>
178 <div id="downloads-display"></div> 179 <div id="downloads-display"></div>
179 </div> 180 </div>
180 <script src="chrome://downloads/downloads.js"></script> 181 <script src="chrome://downloads/downloads.js"></script>
181 <script src="chrome://downloads/strings.js"></script> 182 <script src="chrome://downloads/strings.js"></script>
182 <script src="chrome://resources/js/i18n_template.js"></script> 183 <script src="chrome://resources/js/i18n_template.js"></script>
183 <script src="chrome://resources/js/i18n_process.js"></script> 184 <script src="chrome://resources/js/i18n_process.js"></script>
184 </body> 185 </body>
185 </html> 186 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698