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

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

Issue 1229933006: WebUI: Convert History to use new HTML Import style for JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | ui/webui/resources/html/action_link.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.html
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
index f8ea179f815ed7b73c2b6a04cbc9a96d8b171b1e..db3204e2d85da6e9f1c57ed9441bc3f9593b8e1e 100644
--- a/chrome/browser/resources/history/history.html
+++ b/chrome/browser/resources/history/history.html
@@ -27,31 +27,29 @@
<link rel="stylesheet" href="other_devices.css">
</if>
-<script src="chrome://resources/js/action_link.js"></script>
-<script src="chrome://resources/js/assert.js"></script>
-<script src="chrome://resources/js/event_tracker.js"></script>
-<script src="chrome://resources/js/util.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/focus_manager.js"></script>
-<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
-<script src="chrome://resources/js/cr/ui/focus_row.js"></script>
-<script src="chrome://resources/js/cr/ui/focus_grid.js"></script>
-<script src="chrome://resources/js/cr/ui/menu_item.js"></script>
-<script src="chrome://resources/js/cr/ui/menu.js"></script>
+<link rel="import" href="chrome://resources/html/action_link.html">
+<link rel="import" href="chrome://resources/html/assert.html">
+<link rel="import" href="chrome://resources/html/event_tracker.html">
+<link rel="import" href="chrome://resources/html/util.html">
+<link rel="import" href="chrome://resources/html/cr.html">
+<link rel="import" href="chrome://resources/html/cr/ui.html">
+<link rel="import" href="chrome://resources/html/cr/ui/command.html">
+<link rel="import" href="chrome://resources/html/cr/ui/focus_manager.html">
+<link rel="import" href="chrome://resources/html/cr/ui/focus_outline_manager.html">
+<link rel="import" href="chrome://resources/html/cr/ui/focus_row.html">
+<link rel="import" href="chrome://resources/html/cr/ui/focus_grid.html">
+<link rel="import" href="chrome://resources/html/cr/ui/menu_item.html">
+<link rel="import" href="chrome://resources/html/cr/ui/menu.html">
<if expr="not is_android and not is_ios">
-<script src="chrome://resources/js/cr/ui/alert_overlay.js"></script>
-<script src="chrome://resources/js/cr/ui/overlay.js"></script>
+<link rel="import" href="chrome://resources/html/cr/ui/alert_overlay.html">
+<link rel="import" href="chrome://resources/html/cr/ui/overlay.html">
</if>
-<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/cr/ui/context_menu_button.js"></script>
-<script src="chrome://resources/js/cr/event_target.js"></script>
-<script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script>
-
-<script src="chrome://resources/js/load_time_data.js"></script>
-<script src="chrome://resources/js/util.js"></script>
+<link rel="import" href="chrome://resources/html/cr/ui/position_util.html">
+<link rel="import" href="chrome://resources/html/cr/ui/menu_button.html">
+<link rel="import" href="chrome://resources/html/cr/ui/context_menu_button.html">
+<link rel="import" href="chrome://resources/html/cr/event_target.html">
+<link rel="import" href="chrome://resources/html/cr/ui/context_menu_handler.html">
+<link rel="import" href="chrome://resources/html/load_time_data.html">
<script src="chrome://history-frame/history.js"></script>
<if expr="not is_android">
« no previous file with comments | « no previous file | ui/webui/resources/html/action_link.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698