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

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

Issue 10908096: webui: Request favicons at all required display scale factors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
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="chrome://theme/IDR_DOWNLOADS_FAVICON">
7 <link rel="stylesheet" href="../shared/css/chrome_shared.css"> 6 <link rel="stylesheet" href="../shared/css/chrome_shared.css">
8 <!-- This has to come after chrome_shared.css --> 7 <!-- This has to come after chrome_shared.css -->
9 <link rel="stylesheet" href="downloads.css"> 8 <link rel="stylesheet" href="downloads.css">
10 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://downloads/downloads.js"></script> 11 <script src="chrome://downloads/downloads.js"></script>
13 </head> 12 </head>
14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
15 <div class="header"> 14 <div class="header">
16 <a id="search-link" href=""> 15 <a id="search-link" href="">
(...skipping 12 matching lines...) Expand all
29 </a> 28 </a>
30 <a id="clear-all" href="" i18n-content="clear_all"></a> 29 <a id="clear-all" href="" i18n-content="clear_all"></a>
31 </span> 30 </span>
32 </div> 31 </div>
33 <div id="downloads-display"></div> 32 <div id="downloads-display"></div>
34 </div> 33 </div>
35 <script src="chrome://downloads/strings.js"></script> 34 <script src="chrome://downloads/strings.js"></script>
36 <script src="chrome://resources/js/i18n_template2.js"></script> 35 <script src="chrome://resources/js/i18n_template2.js"></script>
37 </body> 36 </body>
38 </html> 37 </html>
OLDNEW
« no previous file with comments | « chrome/browser/favicon/favicon_service.cc ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698