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

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

Issue 8511046: deprecate webui.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo mistake in downloads 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
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="page-title"></title> 5 <title i18n-content="page-title"></title>
6 <!-- We want to keep our style in sync with the options page. --> 6 <!-- We want to keep our style in sync with the options page. -->
7 <link rel="stylesheet" href="chrome://resources/css/button.css"> 7 <link rel="stylesheet" href="chrome://resources/css/button.css">
8 <link rel="stylesheet" href="chrome://resources/css/select.css"> 8 <link rel="stylesheet" href="chrome://resources/css/select.css">
9 <link rel="stylesheet" href="webui.css">
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 9 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
11 <link rel="stylesheet" href="bug_report.css"> 10 <link rel="stylesheet" href="bug_report.css">
12 11
13 <script src="chrome://resources/js/local_strings.js"></script> 12 <script src="chrome://resources/js/local_strings.js"></script>
14 <script src="chrome://resources/js/util.js"></script> 13 <script src="chrome://resources/js/util.js"></script>
15 <script src="chrome://bugreport/bug_report.js"></script> 14 <script src="chrome://bugreport/bug_report.js"></script>
16 <script src="chrome://bugreport/strings.js"></script> 15 <script src="chrome://bugreport/strings.js"></script>
17 </head> 16 </head>
18 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 17 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
19 <div id="main-content"> 18 <div id="main-content">
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 </table> 171 </table>
173 </div> 172 </div>
174 </div> 173 </div>
175 </div> 174 </div>
176 </div> 175 </div>
177 </div> 176 </div>
178 <script src="chrome://resources/js/i18n_template.js"></script> 177 <script src="chrome://resources/js/i18n_template.js"></script>
179 <script src="chrome://resources/js/i18n_process.js"></script> 178 <script src="chrome://resources/js/i18n_process.js"></script>
180 </body> 179 </body>
181 </html> 180 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698