Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html i18n-values="dir:textdirection;"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <link rel="stylesheet" href="extension_info.css"> | |
|
Evan Stade
2012/06/21 18:56:22
chrome_shared.css
Yoyo Zhou
2012/06/21 21:38:05
Added. It seems silly to do this and then get ugly
Evan Stade
2012/06/21 21:46:06
yea, but chrome_shared has more in it than just th
Yoyo Zhou
2012/06/22 19:20:53
I talked to Glen about this, who advised me that L
| |
| 6 | |
| 7 <script src="chrome://resources/js/cr.js"></script> | |
| 8 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 9 <script src="chrome://resources/js/util.js"></script> | |
| 10 | |
| 11 <script src="chrome://extension-info/extension_info.js"></script> | |
| 12 </head> | |
| 13 | |
| 14 <body> | |
|
Evan Stade
2012/06/21 18:56:22
<body i18n-values=".style.fontFamily:fontfamily;.s
Yoyo Zhou
2012/06/21 21:38:05
Huh, aa asked me to remove them since they were ap
Evan Stade
2012/06/21 21:46:06
they do something, but you have to call ChromeURLD
| |
| 15 | |
| 16 <div id="extension-item"> | |
| 17 <div id="extension-details"> | |
| 18 <div id="extension-title-running"></div> | |
| 19 <div> | |
| 20 <span id="extension-last-updated" i18n-content="lastUpdated"></span> | |
| 21 <span id="extension-update-time" i18n-content="installTime"></span> | |
| 22 </div> | |
| 23 <p id="extension-description" i18n-content="description"></p> | |
| 24 </div> | |
| 25 </div> | |
| 26 | |
| 27 <script src="chrome://extension-info/strings.js"></script> | |
| 28 <script src="chrome://resources/js/i18n_template2.js"></script> | |
| 29 </body> | |
| 30 </html> | |
| OLD | NEW |