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

Unified Diff: chrome/browser/resources/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.css ('k') | chrome/browser/resources/history.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history.html
===================================================================
--- chrome/browser/resources/history.html (revision 124492)
+++ chrome/browser/resources/history.html (working copy)
@@ -1,58 +0,0 @@
-<!DOCTYPE HTML>
-<html i18n-values="dir:textdirection;">
-<head>
-<meta charset="utf-8">
-<title i18n-content="title"></title>
-<link rel="icon" href="../../app/theme/history_favicon.png">
-
-<link rel="stylesheet" href="shared/css/menu.css">
-
-<script src="chrome://resources/js/event_tracker.js"></script>
-<script src="chrome://resources/js/cr.js"></script>
-<script src="chrome://resources/js/cr/ui.js"></script>
-<script src="chrome://resources/js/cr/ui/command.js"></script>
-<script src="chrome://resources/js/cr/ui/menu_item.js"></script>
-<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">
-<div class="page">
- <header>
- <h1 i18n-content="history"></h1>
- <form id="search-form" method="post" action=""
- class="search-field-container">
- <input type="text" id="search-field">
- <input type="submit" id="search-button" i18n-values="value:searchbutton">
- </form>
- </header>
-
- <div id="editing-controls">
- <button id="clear-browsing-data" i18n-content="clearallhistory"></button>
- <button id="remove-selected"
- disabled="disabled"
- i18n-content="removeselected"></button>
- </div>
- <div id="results-display"></div>
- <div id="results-pagination"></div>
-</div>
-
-<menu id="action-menu">
- <button id="more-from-site" i18n-content="moreFromSite"></button>
- <button id="remove-page" i18n-content="removeFromHistory"></button>
-</menu>
-
-<script src="chrome://resources/js/i18n_template.js"></script>
-<script src="chrome://resources/js/i18n_process.js"></script>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/history.css ('k') | chrome/browser/resources/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698