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

Unified Diff: chrome/browser/resources/history/history.html

Issue 9569041: Move history resources into a sub-directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: add dubroy to OWNERS Created 8 years, 10 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
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.html
===================================================================
--- chrome/browser/resources/history/history.html (revision 0)
+++ chrome/browser/resources/history/history.html (working copy)
@@ -3,9 +3,12 @@
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
-<link rel="icon" href="../../app/theme/history_favicon.png">
+<link rel="icon" href="chrome://theme/IDR_HISTORY_FAVICON">
-<link rel="stylesheet" href="shared/css/menu.css">
+<link rel="stylesheet" href="../shared/css/chrome_shared2.css">
+<link rel="stylesheet" href="../shared/css/menu.css">
+<link rel="stylesheet" href="../uber/uber_shared.css">
+<link rel="stylesheet" href="history.css">
<script src="chrome://resources/js/event_tracker.js"></script>
<script src="chrome://resources/js/cr.js"></script>
@@ -15,15 +18,11 @@
<script src="chrome://resources/js/cr/ui/menu.js"></script>
<script src="chrome://resources/js/cr/ui/position_util.js"></script>
<script src="chrome://resources/js/cr/ui/menu_button.js"></script>
-
<script src="chrome://resources/js/local_strings.js"></script>
<script src="chrome://history/history.js"></script>
<script src="chrome://history/strings.js"></script>
-<link rel="stylesheet" href="shared/css/chrome_shared2.css">
-<link rel="stylesheet" href="uber/uber_shared.css">
-<link rel="stylesheet" href="history.css">
</head>
<body class="uber-frame"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698